Skip to content

Commit f5453c7

Browse files
authored
Merge pull request #11011 from ffaf1/preflight-3.16
Preflight checks for 3.16
2 parents d958545 + da6a120 commit f5453c7

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
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.15.0.0
1818
, Cabal-syntax ^>=3.15.0.0
19-
, QuickCheck ^>=2.13.2 || ^>=2.14
19+
, QuickCheck >= 2.13.2 && < 2.17
2020

2121
exposed-modules:
2222
Test.QuickCheck.GenericArbitrary

Cabal-hooks/Cabal-hooks.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cabal-version: 3.4
1+
cabal-version: 3.6
22
name: Cabal-hooks
33
version: 3.16
44
copyright: 2023, Cabal Development Team

Cabal-syntax/Cabal-syntax.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cabal-version: 3.4
1+
cabal-version: 3.6
22
name: Cabal-syntax
33
version: 3.15.0.0
44
copyright: 2003-2024, Cabal Development Team (see AUTHORS file)

Cabal/Cabal.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cabal-version: 3.4
1+
cabal-version: 3.6
22
name: Cabal
33
version: 3.15.0.0
44
copyright: 2003-2024, Cabal Development Team (see AUTHORS file)

cabal-install-solver/cabal-install-solver.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cabal-version: 3.4
1+
cabal-version: 3.6
22
name: cabal-install-solver
33
version: 3.15.0.0
44
synopsis: The solver component of cabal-install

cabal-install/cabal-install.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Cabal-Version: 3.4
1+
Cabal-Version: 3.6
22

33
Name: cabal-install
44
Version: 3.15.0.0
@@ -376,7 +376,7 @@ test-suite unit-tests
376376
, tasty-expected-failure
377377
, tasty-hunit >= 0.10
378378
, tree-diff
379-
, QuickCheck >= 2.14.3 && <2.16
379+
, QuickCheck >= 2.14.3 && <2.17
380380

381381
-- Tests to run with a limited stack and heap size
382382
-- The test suite name must be keep short cause a longer one
@@ -465,5 +465,5 @@ test-suite long-tests
465465
, tasty-expected-failure
466466
, tasty-hunit >= 0.10
467467
, tasty-quickcheck <0.12
468-
, QuickCheck >= 2.14 && <2.16
468+
, QuickCheck >= 2.14 && <2.17
469469
, pretty-show >= 1.6.15

0 commit comments

Comments
 (0)