From 7bd4c6df42f7d7b61e3cf6308bf2d970c60310bb Mon Sep 17 00:00:00 2001 From: Spencer Janssen Date: Mon, 24 Nov 2008 03:42:01 +0100 Subject: Don't use base 4 Ignore-this: de03e51f0d05667656f23df80e6154bb darcs-hash:20081124024201-a5988-d42d1e8c24515a4a8ae6eb36c018f0f7e1224b74.gz --- xmobar.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3