mirror of
https://github.com/xmonad/xmonad.git
synced 2025-08-01 20:51:55 -07:00
select base < 4 for building on ghc 6.10
This commit is contained in:
@@ -41,7 +41,7 @@ library
|
|||||||
XMonad.StackSet
|
XMonad.StackSet
|
||||||
|
|
||||||
if flag(small_base)
|
if flag(small_base)
|
||||||
build-depends: base >= 3, containers, directory, process
|
build-depends: base < 4 && >=3, containers, directory, process
|
||||||
else
|
else
|
||||||
build-depends: base < 3
|
build-depends: base < 3
|
||||||
build-depends: X11>=1.4.3, mtl, unix
|
build-depends: X11>=1.4.3, mtl, unix
|
||||||
|
Reference in New Issue
Block a user