mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-05-19 11:30:22 -07:00
Add base bounds for test-suite
cabal 3.12+ is stricter in its checks. Our test suite doesn't depend on xmonad-contrib (it compiles the modules itself with possibly different preprocessor defines), thus it doesn't inherit its base bounds. See https://github.com/haskell/cabal/issues/10162
This commit is contained in:
parent
5f82296536
commit
91e59c3651
@ -481,7 +481,7 @@ test-suite tests
|
|||||||
XMonad.Util.XUtils
|
XMonad.Util.XUtils
|
||||||
XPrompt
|
XPrompt
|
||||||
hs-source-dirs: tests, .
|
hs-source-dirs: tests, .
|
||||||
build-depends: base
|
build-depends: base >= 4.12 && < 5
|
||||||
, QuickCheck >= 2
|
, QuickCheck >= 2
|
||||||
, X11 >= 1.10 && < 1.11
|
, X11 >= 1.10 && < 1.11
|
||||||
, bytestring >= 0.10 && < 0.13
|
, bytestring >= 0.10 && < 0.13
|
||||||
|
Loading…
x
Reference in New Issue
Block a user