File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ library
16
16
, bytestring
17
17
, Cabal ^>= 3.15.0.0
18
18
, Cabal-syntax ^>= 3.15.0.0
19
- , QuickCheck ^ >= 2.13.2 || ^ >= 2.14
19
+ , QuickCheck >= 2.13.2 && < 2.17
20
20
21
21
exposed-modules :
22
22
Test.QuickCheck.GenericArbitrary
Original file line number Diff line number Diff line change @@ -376,7 +376,7 @@ test-suite unit-tests
376
376
, tasty-expected-failure
377
377
, tasty-hunit >= 0.10
378
378
, tree-diff
379
- , QuickCheck >= 2.14.3 && < 2.16
379
+ , QuickCheck >= 2.14.3 && < 2.17
380
380
381
381
-- Tests to run with a limited stack and heap size
382
382
-- The test suite name must be keep short cause a longer one
@@ -465,5 +465,5 @@ test-suite long-tests
465
465
, tasty-expected-failure
466
466
, tasty-hunit >= 0.10
467
467
, tasty-quickcheck < 0.12
468
- , QuickCheck >= 2.14 && < 2.16
468
+ , QuickCheck >= 2.14 && < 2.17
469
469
, pretty-show >= 1.6.15
You can’t perform that action at this time.
0 commit comments