From 5447ef696f3aec2e4dfe525eb68da4e43f8c5ecc Mon Sep 17 00:00:00 2001 From: Tomas Janousek Date: Sun, 7 Jul 2024 15:21:34 +0100 Subject: [PATCH] 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 --- xmonad-contrib.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xmonad-contrib.cabal b/xmonad-contrib.cabal index 4b4ed7440..1444e9ca6 100644 --- a/xmonad-contrib.cabal +++ b/xmonad-contrib.cabal @@ -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