File tree Expand file tree Collapse file tree 6 files changed +15
-5
lines changed Expand file tree Collapse file tree 6 files changed +15
-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.6 && < 5 ,
32
+ base >= 4.9 && < 5 ,
33
33
binary >= 0.7 && < 0.9 ,
34
34
bytestring >= 0.10.0.0 && < 0.12 ,
35
35
containers >= 0.5.0.0 && < 0.7 ,
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ test-suite unit-tests
51
51
build-depends :
52
52
array
53
53
, async >= 2.2.2 && < 2.3
54
- , base >= 0 && < 5
54
+ , base >= 4.9 && < 5
55
55
, binary
56
56
, bytestring
57
57
, Cabal
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ library
36
36
build-depends :
37
37
Cabal-syntax ^>= 3.9 ,
38
38
array >= 0.4.0.1 && < 0.6 ,
39
- base >= 4.6 && < 5 ,
39
+ base >= 4.9 && < 5 ,
40
40
bytestring >= 0.10.0.0 && < 0.12 ,
41
41
containers >= 0.5.0.0 && < 0.7 ,
42
42
deepseq >= 1.3.0.1 && < 1.5 ,
Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ library
121
121
122
122
if flag(debug-conflict-sets)
123
123
cpp-options : -DDEBUG_CONFLICT_SETS
124
- build-depends : base >= 4.8
124
+ build-depends : base >= 4.9
125
125
126
126
if flag(debug-tracetree)
127
127
cpp-options : -DDEBUG_TRACETREE
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.6 && < 4.18
29
+ , base >= 4.9 && < 4.18
30
30
-- this needs to match the in-tree lib:Cabal version
31
31
, Cabal ^>= 3.9.0.0
32
32
, Cabal-syntax ^>= 3.9.0.0
Original file line number Diff line number Diff line change
1
+ synopsis: Disallow GHC <8.0 for
2
+ packages: Cabal Cabal-syntax cabal-install-solver
3
+ prs: #8794
4
+ issues: #8715 #7531
5
+
6
+ description: {
7
+
8
+ Disallow GHC <8.0 by restricting the version of base that can be used to at least 4.9
9
+
10
+ }
You can’t perform that action at this time.
0 commit comments