File tree Expand file tree Collapse file tree 8 files changed +10
-10
lines changed Expand file tree Collapse file tree 8 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ library
29
29
build-depends :
30
30
Cabal-syntax >= 3.13 && < 3.15 ,
31
31
Cabal >= 3.13 && < 3.15 ,
32
- base >= 4.9 && < 5 ,
32
+ base >= 4.11 && < 5 ,
33
33
containers >= 0.5.0.0 && < 0.8 ,
34
34
filepath >= 1.3.0.1 && < 1.5 ,
35
35
transformers >= 0.5.6.0 && < 0.7
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.9 && < 5 ,
32
+ base >= 4.11 && < 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 @@ -57,7 +57,7 @@ test-suite unit-tests
57
57
main-is : UnitTests.hs
58
58
build-depends :
59
59
array
60
- , base >= 4.9 && < 5
60
+ , base >= 4.11 && < 5
61
61
, bytestring
62
62
, Cabal
63
63
, 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.9 && < 5 ,
39
+ base >= 4.11 && < 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 @@ -18,7 +18,7 @@ executable gen-spdx
18
18
ghc-options : -Wall
19
19
build-depends :
20
20
, aeson ^>= 1.4.1.0 || ^>= 1.5.2.0 || ^>= 2.2.1.0
21
- , base >= 4.10 && < 4.20
21
+ , base >= 4.11 && < 4.20
22
22
, bytestring
23
23
, containers
24
24
, Diff ^>= 0.4
@@ -35,7 +35,7 @@ executable gen-spdx-exc
35
35
ghc-options : -Wall
36
36
build-depends :
37
37
, aeson ^>= 1.4.1.0 || ^>= 1.5.2.0 || ^>= 2.2.1.0
38
- , base >= 4.10 && < 4.20
38
+ , base >= 4.11 && < 4.20
39
39
, bytestring
40
40
, containers
41
41
, Diff ^>= 0.4
Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ library
99
99
100
100
build-depends :
101
101
, array >= 0.4 && < 0.6
102
- , base >= 4.10 && < 4.20
102
+ , base >= 4.11 && < 4.20
103
103
, bytestring >= 0.10.6.0 && < 0.13
104
104
, Cabal ^>= 3.13
105
105
, Cabal-syntax ^>= 3.13
@@ -131,7 +131,7 @@ Test-Suite unit-tests
131
131
UnitTests.Distribution.Solver.Modular.MessageUtils
132
132
133
133
build-depends :
134
- , base >= 4.10 && < 4.20
134
+ , base >= 4.11 && < 4.20
135
135
, Cabal-syntax
136
136
, cabal-install-solver
137
137
, tasty >= 1.2.3 && < 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.10 && < 4.20
55
+ build-depends : base >= 4.11 && < 4.20
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.9 && < 4.20
29
+ , base >= 4.11 && < 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