Skip to content

Commit 2140c0f

Browse files
authored
Merge pull request #10082 from ffaf1/bump-deps
Bump dependencies and cabal-version
2 parents dda541c + bb24ef5 commit 2140c0f

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

Diff for: Cabal/Cabal.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cabal-version: 2.2
1+
cabal-version: 3.0
22
name: Cabal
33
version: 3.13.0.0
44
copyright: 2003-2024, Cabal Development Team (see AUTHORS file)

Diff for: cabal-install-solver/cabal-install-solver.cabal

+2-2
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

Diff for: cabal-install/cabal-install.cabal

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Cabal-Version: 2.2
1+
Cabal-Version: 3.0
22

33
Name: cabal-install
44
Version: 3.13.0.0
@@ -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)