diff options
author | Spencer Janssen <sjanssen@cse.unl.edu> | 2008-11-24 03:42:01 +0100 |
---|---|---|
committer | Spencer Janssen <sjanssen@cse.unl.edu> | 2008-11-24 03:42:01 +0100 |
commit | 7bd4c6df42f7d7b61e3cf6308bf2d970c60310bb (patch) | |
tree | 15dd684e0436d421531fd8ae7502fb158c95eefe | |
parent | 90a4bda76bcfc647671f9d8446aecf89a4121273 (diff) | |
download | xmobar-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.cabal | 2 |
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 |