diff options
author | Azat Bahawi <azahi@teknik.io> | 2021-11-22 00:46:38 +0300 |
---|---|---|
committer | Azat Bahawi <azahi@teknik.io> | 2021-11-22 00:46:38 +0300 |
commit | 49f1d6b3acece70f886e3d52f7a8cb336b7f3f63 (patch) | |
tree | 9dd71b3db9df8b6c0d26a6e2d2e68cb3048df341 /xmonad-ng.cabal | |
parent | Whoops (diff) |
Making progress
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 |