Skip to content

Commit f56098e

Browse files
committed
Bump QuickCheck
1 parent 0f82880 commit f56098e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cabal-QuickCheck/Cabal-QuickCheck.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ library
1616
, bytestring
1717
, Cabal ^>=3.14.0.0
1818
, Cabal-syntax ^>=3.14.0.0
19-
, QuickCheck ^>=2.13.2 || ^>=2.14
19+
, QuickCheck >= 2.13.2 && < 2.18
2020

2121
exposed-modules:
2222
Test.QuickCheck.GenericArbitrary

cabal-install/cabal-install.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ test-suite unit-tests
353353
tasty-expected-failure,
354354
tasty-hunit >= 0.10,
355355
tree-diff,
356-
QuickCheck >= 2.14.3 && <2.16
356+
QuickCheck >= 2.14.3 && <2.18
357357

358358

359359
-- Tests to run with a limited stack and heap size
@@ -438,5 +438,5 @@ test-suite long-tests
438438
tasty-expected-failure,
439439
tasty-hunit >= 0.10,
440440
tasty-quickcheck <0.12,
441-
QuickCheck >= 2.14 && <2.16,
441+
QuickCheck >= 2.14 && <2.18,
442442
pretty-show >= 1.6.15

0 commit comments

Comments
 (0)