diff options
author | azahi <azahi@teknik.io> | 2018-10-15 22:06:42 +0300 |
---|---|---|
committer | azahi <azahi@teknik.io> | 2018-10-15 22:06:42 +0300 |
commit | bd632e83c53d3060b3f6d4959f41f9ea72884b30 (patch) | |
tree | 64bd63bad4cb035007264d415547bae6e8ff23c7 /xmonad-ng.cabal | |
parent | Make symlinks to default xmonad source files in case build script is not present (diff) |
Bump version to 0.15.2 and add "CPP" language pragma
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 |