Skip to content

Preflight checks for 3.16 #11011

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 23, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Cabal-QuickCheck/Cabal-QuickCheck.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ library
, bytestring
, Cabal ^>=3.15.0.0
, Cabal-syntax ^>=3.15.0.0
, QuickCheck ^>=2.13.2 || ^>=2.14
, QuickCheck >= 2.13.2 && < 2.17

exposed-modules:
Test.QuickCheck.GenericArbitrary
Expand Down
2 changes: 1 addition & 1 deletion Cabal-hooks/Cabal-hooks.cabal
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cabal-version: 3.4
cabal-version: 3.6
name: Cabal-hooks
version: 3.16
copyright: 2023, Cabal Development Team
Expand Down
2 changes: 1 addition & 1 deletion Cabal-syntax/Cabal-syntax.cabal
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cabal-version: 3.4
cabal-version: 3.6
name: Cabal-syntax
version: 3.15.0.0
copyright: 2003-2024, Cabal Development Team (see AUTHORS file)
Expand Down
2 changes: 1 addition & 1 deletion Cabal/Cabal.cabal
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cabal-version: 3.4
cabal-version: 3.6
name: Cabal
version: 3.15.0.0
copyright: 2003-2024, Cabal Development Team (see AUTHORS file)
Expand Down
2 changes: 1 addition & 1 deletion cabal-install-solver/cabal-install-solver.cabal
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cabal-version: 3.4
cabal-version: 3.6
name: cabal-install-solver
version: 3.15.0.0
synopsis: The solver component of cabal-install
Expand Down
6 changes: 3 additions & 3 deletions cabal-install/cabal-install.cabal
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Cabal-Version: 3.4
Cabal-Version: 3.6

Name: cabal-install
Version: 3.15.0.0
Expand Down Expand Up @@ -376,7 +376,7 @@ test-suite unit-tests
, tasty-expected-failure
, tasty-hunit >= 0.10
, tree-diff
, QuickCheck >= 2.14.3 && <2.16
, QuickCheck >= 2.14.3 && <2.17

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