diff options
Diffstat (limited to '')
-rw-r--r-- | xmonad-contrib.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmonad-contrib.cabal b/xmonad-contrib.cabal index 8b56b80..a313579 100644 --- a/xmonad-contrib.cabal +++ b/xmonad-contrib.cabal @@ -45,7 +45,7 @@ library if flag(small_base) build-depends: base >= 3 && < 4, containers, directory, process, random, old-time, old-locale else - build-depends: base < 3 && < 4 + build-depends: base < 3 if flag(use_xft) build-depends: X11-xft >= 0.2, utf8-string |