commit a86505a64b31abe05d57c295fb6de2cb9ffa9eeb
parent e91af914f80b75969245ccd49fa2a8a073caa6e2
Author: josé rafael vieira <zero.jrvieira@gmail.com>
Date: Fri, 16 Dec 2022 02:35:00 +0000
add upper bound to test dependence
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ansi-terminal-game.cabal b/ansi-terminal-game.cabal
@@ -122,7 +122,7 @@ test-suite test
terminal-size == 0.3.*,
unidecode >= 0.1.0 && < 0.2,
timers-tick > 0.5 && < 0.6,
- colour >= 2.3.6
+ colour >= 2.3.6 && < 2.4
-- the above plus hspec
, hspec
build-tool-depends: hspec-discover:hspec-discover