Skip to content

Commit

Permalink
Bump base bound to 4.21 for GHC 9.12
Browse files Browse the repository at this point in the history
  • Loading branch information
wz1000 committed Oct 15, 2024
1 parent 5124e8a commit 701fa81
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ executable buildinfo-reference-generator
ghc-options: -Wall
main-is: Main.hs
build-depends:
, base >=4.11 && <4.21
, base >=4.11 && <4.22
, Cabal
, Cabal-described
, containers
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.13 && <4.21
, base >=4.13 && <4.22
, bytestring >=0.10.6.0 && <0.13
, Cabal ^>=3.15
, Cabal-syntax ^>=3.15
Expand Down Expand Up @@ -131,7 +131,7 @@ Test-Suite unit-tests
UnitTests.Distribution.Solver.Modular.MessageUtils

build-depends:
, base >= 4.13 && <4.21
, base >= 4.13 && <4.22
, Cabal-syntax
, cabal-install-solver
, tasty >= 1.2.3 && <1.6
Expand Down
2 changes: 1 addition & 1 deletion 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.13 && <4.21
build-depends: base >=4.13 && <4.22

common cabal-dep
build-depends: Cabal ^>=3.15
Expand Down
2 changes: 1 addition & 1 deletion cabal-testsuite/cabal-testsuite.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ common shared
default-language: Haskell2010

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

Expand Down

0 comments on commit 701fa81

Please sign in to comment.