diff options
Diffstat (limited to '')
-rw-r--r-- | xmonad-ng.cabal | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xmonad-ng.cabal b/xmonad-ng.cabal index e79637b..970274f 100644 --- a/xmonad-ng.cabal +++ b/xmonad-ng.cabal @@ -1,5 +1,5 @@ name: xmonad-ng -version: 0.2.0.0 +version: 0.2.0.1 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 @@ -31,7 +31,7 @@ library executable xmonad-ng main-is: Main.hs - ghc-options: -Wall -Wno-missing-signatures + ghc-options: -Wall build-depends: X11 >= 1.8 && < 1.9 , base >= 4.9 && < 4.10 , containers >= 0.5 && < 0.6 |