Skip to content
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/Cabal.cabal
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cabal-version: 2.2
cabal-version: 3.0
name: Cabal
version: 3.12.0.0
copyright: 2003-2024, Cabal Development Team (see AUTHORS file)
Expand Down
4 changes: 2 additions & 2 deletions cabal-install-solver/cabal-install-solver.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ library

build-depends:
, array >=0.4 && <0.6
, base >=4.11 && <4.20
, base >=4.11 && <4.21
, bytestring >=0.10.6.0 && <0.13
, Cabal ^>=3.12
, Cabal-syntax ^>=3.12
Expand Down Expand Up @@ -134,7 +134,7 @@ Test-Suite unit-tests
UnitTests.Distribution.Solver.Modular.MessageUtils

build-depends:
, base >= 4.11 && <4.20
, base >= 4.11 && <4.21
, Cabal
, Cabal-syntax
, cabal-install-solver
Expand Down
8 changes: 4 additions & 4 deletions cabal-install/cabal-install.cabal
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Cabal-Version: 2.2
Cabal-Version: 3.0

Name: cabal-install
Version: 3.11.0.0
Expand Down Expand Up @@ -51,7 +51,7 @@ common warnings
ghc-options: -Wunused-packages

common base-dep
build-depends: base >=4.11 && <4.20
build-depends: base >=4.11 && <4.21

common cabal-dep
build-depends: Cabal ^>=3.12
Expand Down Expand Up @@ -353,7 +353,7 @@ test-suite unit-tests
tasty-expected-failure,
tasty-hunit >= 0.10,
tree-diff,
QuickCheck >= 2.14.3 && <2.15
QuickCheck >= 2.14.3 && <2.16


-- Tests to run with a limited stack and heap size
Expand Down Expand Up @@ -438,5 +438,5 @@ test-suite long-tests
tasty-expected-failure,
tasty-hunit >= 0.10,
tasty-quickcheck,
QuickCheck >= 2.14 && <2.15,
QuickCheck >= 2.14 && <2.16,
pretty-show >= 1.6.15