From b6164c6ddcd26ddeb55526827c6d5b4654dab16f Mon Sep 17 00:00:00 2001 From: Don Stewart Date: Tue, 4 Nov 2008 03:58:57 +0000 Subject: [PATCH] place an upper bound on the version of base we support --- xmonad-contrib.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xmonad-contrib.cabal b/xmonad-contrib.cabal index 0eba71c4..8b56b800 100644 --- a/xmonad-contrib.cabal +++ b/xmonad-contrib.cabal @@ -43,9 +43,9 @@ flag testing library if flag(small_base) - build-depends: base >= 3, containers, directory, process, random, old-time, old-locale + build-depends: base >= 3 && < 4, containers, directory, process, random, old-time, old-locale else - build-depends: base < 3 + build-depends: base < 3 && < 4 if flag(use_xft) build-depends: X11-xft >= 0.2, utf8-string