Skip to content
Snippets Groups Projects
Unverified Commit a3a1dfbe authored by mergify[bot]'s avatar mergify[bot] Committed by GitHub
Browse files

Merge pull request #10498 from haskell/mergify/bp/3.14/pr-10464

Backport #10464: Bump base bound to 4.21 for GHC 9.12
parents 6c40d3cb 9c802e93
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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.14
, Cabal-syntax ^>=3.14
......@@ -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
......
......@@ -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.14
......
......@@ -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.14.0.0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment