Skip to content

Commit a4f13a0

Browse files
more bounds relaxing
1 parent 312bb37 commit a4f13a0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

quickjs-hs.cabal

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,10 @@ test-suite quickjs-hs-test
7979
, aeson
8080
, exceptions
8181
, HUnit >=1.6.0.0 && <1.7
82-
, QuickCheck >=2.13.2 && <2.14
83-
, tasty >=1.2.3 && <1.3
84-
, tasty-hunit >=0.10.0.2 && <0.11
85-
, tasty-quickcheck >=0.10.1.1 && <0.11
82+
, QuickCheck >=2.9 && <2.14
83+
, tasty >=1.0 && <1.3
84+
, tasty-hunit >=0.10 && <0.11
85+
, tasty-quickcheck >=0.9 && <0.11
8686
, text
8787
, unordered-containers
8888
, vector

0 commit comments

Comments
 (0)