We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1493eac commit 241d152Copy full SHA for 241d152
cabal.project
@@ -1,2 +1,6 @@
1
packages: .
2
tests/
3
+
4
+if impl (ghc >= 9.12)
5
+ allow-newer:
6
+ , splitmix:base
tests/vty-tests.cabal
@@ -61,7 +61,7 @@ test-suite verify-image-ops
61
vty,
62
vty-tests,
63
Cabal >= 1.20,
64
- deepseq >= 1.1 && < 1.5
+ deepseq >= 1.1 && < 1.6
65
66
test-suite verify-image-trans
67
default-language: Haskell2010
0 commit comments