mirror of
https://github.com/xmonad/xmonad.git
synced 2025-05-19 08:30:21 -07:00
select base < 4 for building on ghc 6.10
This commit is contained in:
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user