Skip to content

Commit

Permalink
Bump dependencies and cabal-version (backport #10082) (#10094)
Browse files Browse the repository at this point in the history
* Bump a number of dependencies

base and QuickCheck.

(cherry picked from commit 5226cd8)

# Conflicts:
#	cabal-install-solver/cabal-install-solver.cabal

* Bump `cabal-version`

For `Cabal` and `cabal-install`.

(cherry picked from commit bb24ef5)

* fixup! Bump a number of dependencies

---------

Co-authored-by: Francesco Ariis <[email protected]>
Co-authored-by: brandon s allbery kf8nh <[email protected]>
  • Loading branch information
3 people authored Jun 11, 2024
1 parent 8e3cfd3 commit d873282
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
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

0 comments on commit d873282

Please sign in to comment.