Skip to content

Commit acffcd4

Browse files
committed
Adjust base lower bound to >= 4.13
1 parent 91ac894 commit acffcd4

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

Cabal-syntax/Cabal-syntax.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ library
2929

3030
build-depends:
3131
array >= 0.4.0.1 && < 0.6,
32-
base >= 4.11 && < 5,
32+
base >= 4.13 && < 5,
3333
binary >= 0.7 && < 0.9,
3434
bytestring >= 0.10.0.0 && < 0.13,
3535
containers >= 0.5.0.0 && < 0.8,

Cabal-tests/Cabal-tests.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ test-suite unit-tests
5656
main-is: UnitTests.hs
5757
build-depends:
5858
array
59-
, base >=4.11 && <5
59+
, base >=4.13 && <5
6060
, bytestring
6161
, Cabal
6262
, Cabal-described

Cabal/Cabal.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ library
3636
build-depends:
3737
Cabal-syntax ^>= 3.13,
3838
array >= 0.4.0.1 && < 0.6,
39-
base >= 4.11 && < 5,
39+
base >= 4.13 && < 5,
4040
bytestring >= 0.10.0.0 && < 0.13,
4141
containers >= 0.5.0.0 && < 0.8,
4242
deepseq >= 1.3.0.1 && < 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.11 && <4.21
55+
build-depends: base >=4.13 && <4.21
5656

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

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.20
29+
, base >= 4.13 && < 4.20
3030
-- this needs to match the in-tree lib:Cabal version
3131
, Cabal ^>= 3.13.0.0
3232

0 commit comments

Comments
 (0)