Skip to content

Commit e8b1591

Browse files
authored
Merge pull request #10464 from wz1000/wip/bump-base-4.21
Bump base bound to 4.21 for GHC 9.12
2 parents 470ee94 + a8d1a5a commit e8b1591

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

buildinfo-reference-generator/buildinfo-reference-generator.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ executable buildinfo-reference-generator
88
ghc-options: -Wall
99
main-is: Main.hs
1010
build-depends:
11-
, base >=4.11 && <4.21
11+
, base >=4.11 && <4.22
1212
, Cabal
1313
, Cabal-described
1414
, containers

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.13 && <4.21
102+
, base >=4.13 && <4.22
103103
, bytestring >=0.10.6.0 && <0.13
104104
, Cabal ^>=3.15
105105
, Cabal-syntax ^>=3.15
@@ -131,7 +131,7 @@ Test-Suite unit-tests
131131
UnitTests.Distribution.Solver.Modular.MessageUtils
132132

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

cabal-install/cabal-install.cabal

Lines changed: 1 addition & 1 deletion
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.13 && <4.21
55+
build-depends: base >=4.13 && <4.22
5656

5757
common cabal-dep
5858
build-depends: Cabal ^>=3.15

cabal-testsuite/cabal-testsuite.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ common shared
2626
default-language: Haskell2010
2727

2828
build-depends:
29-
, base >= 4.11 && < 4.21
29+
, base >= 4.11 && < 4.22
3030
-- this needs to match the in-tree lib:Cabal version
3131
, Cabal ^>= 3.15.0.0
3232

0 commit comments

Comments
 (0)