Skip to content

Commit 0bd8f0b

Browse files
author
Poscat
committed
Loosen version bounds on QuickCheck
1 parent 446f7df commit 0bd8f0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quickjs-hs.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ test-suite quickjs-hs-test
8787
, aeson
8888
, exceptions
8989
, HUnit >=1.6.0.0 && <1.7
90-
, QuickCheck >=2.9 && <2.14
90+
, QuickCheck >=2.9 && <2.15
9191
, tasty >=1.0 && <1.3
9292
, tasty-hunit >=0.10 && <0.11
9393
, tasty-quickcheck >=0.9 && <0.11

0 commit comments

Comments
 (0)