about summary refs log tree commit diff
path: root/xmonad-ng.cabal
diff options
context:
space:
mode:
authorazahi <azahi@teknik.io>2018-10-15 22:06:42 +0300
committerazahi <azahi@teknik.io>2018-10-15 22:06:42 +0300
commitbd632e83c53d3060b3f6d4959f41f9ea72884b30 (patch)
tree64bd63bad4cb035007264d415547bae6e8ff23c7 /xmonad-ng.cabal
parentMake 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.cabal5
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

Consider giving Nix/NixOS a try! <3