aboutsummaryrefslogtreecommitdiffstats
path: root/xmonad.cabal
diff options
context:
space:
mode:
authorAdam Vogt <vogt.adam@gmail.com>2008-10-13 23:45:09 +0200
committerAdam Vogt <vogt.adam@gmail.com>2008-10-13 23:45:09 +0200
commitdccc7f3654ba5f3e9e6c2d56f121059957b438b6 (patch)
tree2014b352600b34b368c26fbc9ef01c4b4d5e9e9f /xmonad.cabal
parentb387c1b6aa6a0ccdf28b92e0f24fab6c3c10c28f (diff)
downloadxmonad-dccc7f3654ba5f3e9e6c2d56f121059957b438b6.tar.gz
xmonad-dccc7f3654ba5f3e9e6c2d56f121059957b438b6.tar.xz
xmonad-dccc7f3654ba5f3e9e6c2d56f121059957b438b6.zip
select base < 4 for building on ghc 6.10
darcs-hash:20081013214509-1499c-891b1039f82108e75eab63ae0d9cd3fe874c740b.gz
Diffstat (limited to 'xmonad.cabal')
-rw-r--r--xmonad.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmonad.cabal b/xmonad.cabal
index ef8587a..8b9453a 100644
--- a/xmonad.cabal
+++ b/xmonad.cabal
@@ -41,7 +41,7 @@ library
XMonad.StackSet
if flag(small_base)
- build-depends: base >= 3, containers, directory, process
+ build-depends: base < 4 && >=3, containers, directory, process
else
build-depends: base < 3
build-depends: X11>=1.4.3, mtl, unix