Skip to content

Commit

Permalink
Bump a number of dependencies
Browse files Browse the repository at this point in the history
base and QuickCheck.
  • Loading branch information
ffaf1 committed Jun 7, 2024
1 parent dda541c commit 5226cd8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
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
6 changes: 3 additions & 3 deletions cabal-install/cabal-install.cabal
Original file line number Diff line number Diff line change
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 5226cd8

Please sign in to comment.