File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ library
29
29
30
30
build-depends :
31
31
array >= 0.4.0.1 && < 0.6 ,
32
- base >= 4.11 && < 5 ,
32
+ base >= 4.13 && < 5 ,
33
33
binary >= 0.7 && < 0.9 ,
34
34
bytestring >= 0.10.0.0 && < 0.13 ,
35
35
containers >= 0.5.0.0 && < 0.8 ,
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ test-suite unit-tests
56
56
main-is : UnitTests.hs
57
57
build-depends :
58
58
array
59
- , base >= 4.11 && < 5
59
+ , base >= 4.13 && < 5
60
60
, bytestring
61
61
, Cabal
62
62
, Cabal-described
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ library
36
36
build-depends :
37
37
Cabal-syntax ^>= 3.13 ,
38
38
array >= 0.4.0.1 && < 0.6 ,
39
- base >= 4.11 && < 5 ,
39
+ base >= 4.13 && < 5 ,
40
40
bytestring >= 0.10.0.0 && < 0.13 ,
41
41
containers >= 0.5.0.0 && < 0.8 ,
42
42
deepseq >= 1.3.0.1 && < 1.6 ,
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ common warnings
52
52
ghc-options : -Wnoncanonical-monadfail-instances
53
53
54
54
common base-dep
55
- build-depends : base >= 4.11 && < 4.21
55
+ build-depends : base >= 4.13 && < 4.21
56
56
57
57
common cabal-dep
58
58
build-depends : Cabal ^>= 3.13
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ common shared
26
26
default-language : Haskell2010
27
27
28
28
build-depends :
29
- , base >= 4.11 && < 4.20
29
+ , base >= 4.13 && < 4.20
30
30
-- this needs to match the in-tree lib:Cabal version
31
31
, Cabal ^>= 3.13.0.0
32
32
You can’t perform that action at this time.
0 commit comments