diff options
Diffstat (limited to '')
-rw-r--r-- | xmonad-ng.cabal | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/xmonad-ng.cabal b/xmonad-ng.cabal index 7fa6973..d8804b2 100644 --- a/xmonad-ng.cabal +++ b/xmonad-ng.cabal @@ -55,6 +55,7 @@ executable xmonad-ng , text ^>=1.2 , time ^>=1.9 , X11 ^>=1.10 + , xmobar ^>=0.40 , xmonad ^>=0.15 , xmonad-contrib ^>=0.16 @@ -66,4 +67,4 @@ executable xmonad-ng MultiParamTypeClasses TypeSynonymInstances - ghc-options: -Wall + ghc-options: -Wall -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wredundant-constraints -v0 -O2 -threaded -rtsopts -with-rtsopts=-N |