Skip to content

Commit 928d05e

Browse files
committed
Bump base lower bound to >=4.11
1 parent 3f0535b commit 928d05e

File tree

8 files changed

+9
-9
lines changed

8 files changed

+9
-9
lines changed

example-client/example-client.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ executable example-client
3737
main-is: Main.hs
3838
other-modules: ExampleClient.Options
3939

40-
build-depends: base >= 4.9 && < 4.20,
40+
build-depends: base >= 4.11 && < 4.20,
4141
bytestring >= 0.9,
4242
directory >= 1.2,
4343
filepath >= 1.2,

hackage-repo-tool/hackage-repo-tool.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ executable hackage-repo-tool
6262

6363
-- For boot libraries we try to accomodate the versions bundled with
6464
-- the respective GHC release
65-
build-depends: base >= 4.9 && < 4.20,
65+
build-depends: base >= 4.11 && < 4.20,
6666
bytestring >= 0.9 && < 0.13,
6767
directory >= 1.2 && < 1.4,
6868
filepath >= 1.3 && < 1.5,

hackage-root-tool/hackage-root-tool.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ source-repository head
3838

3939
executable hackage-root-tool
4040
main-is: Main.hs
41-
build-depends: base >= 4.9 && < 5,
41+
build-depends: base >= 4.11 && < 5,
4242
filepath >= 1.2 && < 1.5,
4343
optparse-applicative >= 0.11 && < 0.18,
4444
hackage-security >= 0.5 && < 0.7

hackage-security-HTTP/hackage-security-HTTP.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ flag use-network-uri
4343

4444
library
4545
exposed-modules: Hackage.Security.Client.Repository.HttpLib.HTTP
46-
build-depends: base >= 4.9 && < 4.20,
46+
build-depends: base >= 4.11 && < 4.20,
4747
bytestring >= 0.9 && < 0.13,
4848
HTTP >= 4000.2.19 && < 4000.5,
4949
mtl >= 2.1 && < 2.4,

hackage-security-curl/hackage-security-curl.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ flag use-network-uri
3434

3535
library
3636
exposed-modules: Hackage.Security.Client.Repository.HttpLib.Curl
37-
build-depends: base >= 4.9 && < 4.20,
37+
build-depends: base >= 4.11 && < 4.20,
3838
bytestring >= 0.9,
3939
process >= 1.1,
4040
hackage-security

hackage-security-http-client/hackage-security-http-client.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ flag use-network-uri
3333

3434
library
3535
exposed-modules: Hackage.Security.Client.Repository.HttpLib.HttpClient
36-
build-depends: base >= 4.9 && < 4.20,
36+
build-depends: base >= 4.11 && < 4.20,
3737
bytestring >= 0.9,
3838
http-client >= 0.4 && < 0.8,
3939
http-types >= 0.8,

hackage-security/hackage-security.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ library
110110
Hackage.Security.Util.Stack
111111
Hackage.Security.Util.TypedEmbedded
112112

113-
build-depends: base >= 4.9 && < 4.20,
113+
build-depends: base >= 4.11 && < 4.20,
114114
base16-bytestring >= 0.1.1 && < 1.1,
115115
base64-bytestring >= 1.0 && < 1.3,
116116
bytestring >= 0.9 && < 0.13,
@@ -135,7 +135,7 @@ library
135135
if flag(lukko)
136136
build-depends: lukko >= 0.1 && < 0.2
137137
else
138-
build-depends: base >= 4.10
138+
build-depends: base >= 4.11
139139

140140
if flag(Cabal-syntax) && impl(ghc >= 8.2)
141141
build-depends: Cabal-syntax >= 3.7 && < 3.12

precompute-fileinfo/precompute-fileinfo.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ tested-with:
2020

2121
executable precompute-fileinfo
2222
main-is: Main.hs
23-
build-depends: base >= 4.9,
23+
build-depends: base >= 4.11,
2424
bytestring >= 0.9,
2525
containers >= 0.4,
2626
deepseq >= 1.3,

0 commit comments

Comments
 (0)