Skip to content

Commit

Permalink
Bump base lower bounds to >=4.13
Browse files Browse the repository at this point in the history
  • Loading branch information
andreabedini committed Jul 23, 2024
1 parent e4acaa1 commit 94db5c2
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Cabal-hooks/Cabal-hooks.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ library
build-depends:
Cabal-syntax >= 3.13 && < 3.15,
Cabal >= 3.13 && < 3.15,
base >= 4.11 && < 5,
base >= 4.13 && < 5,
containers >= 0.5.0.0 && < 0.8,
transformers >= 0.5.6.0 && < 0.7

Expand Down
2 changes: 1 addition & 1 deletion Cabal-syntax/Cabal-syntax.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ library

build-depends:
array >= 0.4.0.1 && < 0.6,
base >= 4.11 && < 5,
base >= 4.13 && < 5,
binary >= 0.7 && < 0.9,
bytestring >= 0.10.0.0 && < 0.13,
containers >= 0.5.0.0 && < 0.8,
Expand Down
2 changes: 1 addition & 1 deletion Cabal-tests/Cabal-tests.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ test-suite unit-tests
main-is: UnitTests.hs
build-depends:
array
, base >=4.11 && <5
, base >=4.13 && <5
, bytestring
, Cabal
, Cabal-described
Expand Down
2 changes: 1 addition & 1 deletion Cabal/Cabal.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ library
build-depends:
Cabal-syntax ^>= 3.13,
array >= 0.4.0.1 && < 0.6,
base >= 4.11 && < 5,
base >= 4.13 && < 5,
bytestring >= 0.10.0.0 && < 0.13,
containers >= 0.5.0.0 && < 0.8,
deepseq >= 1.3.0.1 && < 1.6,
Expand Down
4 changes: 2 additions & 2 deletions cabal-dev-scripts/cabal-dev-scripts.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ executable gen-spdx
ghc-options: -Wall
build-depends:
, aeson ^>=1.4.1.0 || ^>=1.5.2.0 || ^>=2.2.1.0
, base >=4.11 && <4.20
, base >=4.13 && <4.20
, bytestring
, containers
, Diff ^>=0.4
Expand All @@ -35,7 +35,7 @@ executable gen-spdx-exc
ghc-options: -Wall
build-depends:
, aeson ^>=1.4.1.0 || ^>=1.5.2.0 || ^>=2.2.1.0
, base >=4.11 && <4.20
, base >=4.13 && <4.20
, bytestring
, containers
, Diff ^>=0.4
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.11 && <4.21
, base >=4.13 && <4.21
, bytestring >=0.10.6.0 && <0.13
, Cabal ^>=3.13
, Cabal-syntax ^>=3.13
Expand Down Expand Up @@ -131,7 +131,7 @@ Test-Suite unit-tests
UnitTests.Distribution.Solver.Modular.MessageUtils

build-depends:
, base >= 4.11 && <4.21
, base >= 4.13 && <4.21
, 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.11 && <4.21
build-depends: base >=4.13 && <4.21

common cabal-dep
build-depends: Cabal ^>=3.13
Expand Down

0 comments on commit 94db5c2

Please sign in to comment.