summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--xmobar.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmobar.cabal b/xmobar.cabal
index 9ed1cfd..08e1dd7 100644
--- a/xmobar.cabal
+++ b/xmobar.cabal
@@ -33,7 +33,7 @@ executable xmobar
ghc-options: -funbox-strict-fields -Wall
ghc-prof-options: -prof -auto-all
if flag(small_base)
- build-depends: base >= 3, containers, process, old-time, old-locale, bytestring, directory
+ build-depends: base >= 3, base < 4, containers, process, old-time, old-locale, bytestring, directory
else
build-depends: base < 3