mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-07-28 18:51:51 -07:00
place an upper bound on the version of base we support
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user