Skip to content

Commit 5226cd8

Browse files
committed
Bump a number of dependencies
base and QuickCheck.
1 parent dda541c commit 5226cd8

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

cabal-install-solver/cabal-install-solver.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ library
9999

100100
build-depends:
101101
, array >=0.4 && <0.6
102-
, base >=4.11 && <4.20
102+
, base >=4.11 && <4.21
103103
, bytestring >=0.10.6.0 && <0.13
104104
, Cabal ^>=3.13
105105
, Cabal-syntax ^>=3.13
@@ -131,7 +131,7 @@ Test-Suite unit-tests
131131
UnitTests.Distribution.Solver.Modular.MessageUtils
132132

133133
build-depends:
134-
, base >= 4.11 && <4.20
134+
, base >= 4.11 && <4.21
135135
, Cabal-syntax
136136
, cabal-install-solver
137137
, tasty >= 1.2.3 && <1.6

cabal-install/cabal-install.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ common warnings
5252
ghc-options: -Wnoncanonical-monadfail-instances
5353

5454
common base-dep
55-
build-depends: base >=4.11 && <4.20
55+
build-depends: base >=4.11 && <4.21
5656

5757
common cabal-dep
5858
build-depends: Cabal ^>=3.13
@@ -354,7 +354,7 @@ test-suite unit-tests
354354
tasty-expected-failure,
355355
tasty-hunit >= 0.10,
356356
tree-diff,
357-
QuickCheck >= 2.14.3 && <2.15
357+
QuickCheck >= 2.14.3 && <2.16
358358

359359

360360
-- Tests to run with a limited stack and heap size
@@ -439,5 +439,5 @@ test-suite long-tests
439439
tasty-expected-failure,
440440
tasty-hunit >= 0.10,
441441
tasty-quickcheck,
442-
QuickCheck >= 2.14 && <2.15,
442+
QuickCheck >= 2.14 && <2.16,
443443
pretty-show >= 1.6.15

0 commit comments

Comments
 (0)