Skip to content

Commit

Permalink
Add base bounds for test-suite
Browse files Browse the repository at this point in the history
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 haskell/cabal#10162
  • Loading branch information
liskin committed Jul 7, 2024
1 parent 5f82296 commit 5447ef6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xmonad-contrib.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ test-suite tests
XMonad.Util.XUtils
XPrompt
hs-source-dirs: tests, .
build-depends: base
build-depends: base >= 4.12 && < 5,
, QuickCheck >= 2
, X11 >= 1.10 && < 1.11
, bytestring >= 0.10 && < 0.13
Expand Down

0 comments on commit 5447ef6

Please sign in to comment.