1
0
mirror of https://github.com/xmonad/xmonad.git synced 2025-07-27 02:01:52 -07:00

select base < 4 for building on ghc 6.10

This commit is contained in:
Adam Vogt
2008-10-13 21:45:09 +00:00
parent ca122dd2cb
commit 2b463a632f

@@ -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