Skip to content

Commit fbc055e

Browse files
authored
Merge pull request #11275 from ffaf1/preflight-3.16
Preflight checks for 3.16.1.0
2 parents 496ab4a + af3395c commit fbc055e

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.17.0.0
1818
, Cabal-syntax ^>=3.17.0.0
19-
, QuickCheck >= 2.13.2 && < 2.17
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
@@ -391,7 +391,7 @@ test-suite unit-tests
391391
, tasty-expected-failure
392392
, tasty-hunit >= 0.10
393393
, tree-diff
394-
, QuickCheck >= 2.14.3 && <2.17
394+
, QuickCheck >= 2.14.3 && <2.18
395395

396396
-- Tests for the project file parser
397397
test-suite parser-tests
@@ -500,5 +500,5 @@ test-suite long-tests
500500
, tasty-expected-failure
501501
, tasty-hunit >= 0.10
502502
, tasty-quickcheck <0.12
503-
, QuickCheck >= 2.14 && <2.17
503+
, QuickCheck >= 2.14 && <2.18
504504
, pretty-show >= 1.6.15

0 commit comments

Comments
 (0)