summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorSpencer Janssen <sjanssen@cse.unl.edu>2008-11-24 03:42:01 +0100
committerSpencer Janssen <sjanssen@cse.unl.edu>2008-11-24 03:42:01 +0100
commit7bd4c6df42f7d7b61e3cf6308bf2d970c60310bb (patch)
tree15dd684e0436d421531fd8ae7502fb158c95eefe
parent90a4bda76bcfc647671f9d8446aecf89a4121273 (diff)
downloadxmobar-7bd4c6df42f7d7b61e3cf6308bf2d970c60310bb.tar.gz
xmobar-7bd4c6df42f7d7b61e3cf6308bf2d970c60310bb.tar.bz2
Don't use base 4
Ignore-this: de03e51f0d05667656f23df80e6154bb darcs-hash:20081124024201-a5988-d42d1e8c24515a4a8ae6eb36c018f0f7e1224b74.gz
-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