diff options
Diffstat (limited to 'xmonad-ng.cabal')
-rw-r--r-- | xmonad-ng.cabal | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/xmonad-ng.cabal b/xmonad-ng.cabal index 1713214..a4c7e2a 100644 --- a/xmonad-ng.cabal +++ b/xmonad-ng.cabal @@ -1,5 +1,5 @@ name: xmonad-ng -version: 0.15.1 +version: 0.15.2 synopsis: azahi's XMonad configuration description: azahi's XMonad configuration based on stolen code and bad Haskell knowledge homepage: https://github.com/azahi/xmonad-ng @@ -23,7 +23,8 @@ executable xmonad-ng hs-source-dirs: src default-language: Haskell2010 - other-extensions: DeriveDataTypeable + other-extensions: CPP + , DeriveDataTypeable , LambdaCase , MultiParamTypeClasses , TypeSynonymInstances |