Skip to content

Commit

Permalink
Merge pull request haskell#10082 from ffaf1/bump-deps
Browse files Browse the repository at this point in the history
Bump dependencies and cabal-version
  • Loading branch information
mergify[bot] authored Jun 9, 2024
2 parents dda541c + bb24ef5 commit 2140c0f
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.13.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 @@ -99,7 +99,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.13
, Cabal-syntax ^>=3.13
Expand Down Expand Up @@ -131,7 +131,7 @@ Test-Suite unit-tests
UnitTests.Distribution.Solver.Modular.MessageUtils

build-depends:
, base >= 4.11 && <4.20
, base >= 4.11 && <4.21
, Cabal-syntax
, cabal-install-solver
, tasty >= 1.2.3 && <1.6
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.13.0.0
Expand Down Expand Up @@ -52,7 +52,7 @@ common warnings
ghc-options: -Wnoncanonical-monadfail-instances

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

common cabal-dep
build-depends: Cabal ^>=3.13
Expand Down Expand Up @@ -354,7 +354,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 @@ -439,5 +439,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 2140c0f

Please sign in to comment.