Skip to content

Commit e5e17e0

Browse files
committed
Bump base and unix for GHC 9.6
1 parent c366aee commit e5e17e0

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

example-client/example-client.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ executable example-client
4040
main-is: Main.hs
4141
other-modules: Prelude ExampleClient.Options
4242

43-
build-depends: base >= 4.5 && < 4.18,
43+
build-depends: base >= 4.5 && < 4.19,
4444
bytestring >= 0.9,
4545
directory >= 1.1,
4646
filepath >= 1.2,

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,13 +70,13 @@ executable hackage-repo-tool
7070

7171
-- For boot libraries we try to accomodate the versions bundled with
7272
-- the respective GHC release
73-
build-depends: base >= 4.5 && < 4.18,
73+
build-depends: base >= 4.5 && < 4.19,
7474
bytestring >= 0.9 && < 0.12,
7575
directory >= 1.1 && < 1.4,
7676
filepath >= 1.3 && < 1.5,
7777
time >= 1.4 && < 1.13
7878
if !os(windows)
79-
build-depends: unix >= 2.5 && < 2.8
79+
build-depends: unix >= 2.5 && < 2.9
8080

8181
if flag(use-old-time)
8282
build-depends: directory < 1.2

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

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

4747
library
4848
exposed-modules: Hackage.Security.Client.Repository.HttpLib.HTTP
49-
build-depends: base >= 4.5 && < 4.18,
49+
build-depends: base >= 4.5 && < 4.19,
5050
bytestring >= 0.9 && < 0.12,
5151
HTTP >= 4000.2.19 && < 4000.5,
5252
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
@@ -37,7 +37,7 @@ flag use-network-uri
3737

3838
library
3939
exposed-modules: Hackage.Security.Client.Repository.HttpLib.Curl
40-
build-depends: base >= 4.5 && < 4.18,
40+
build-depends: base >= 4.5 && < 4.19,
4141
bytestring >= 0.9,
4242
process >= 1.1,
4343
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
@@ -36,7 +36,7 @@ flag use-network-uri
3636

3737
library
3838
exposed-modules: Hackage.Security.Client.Repository.HttpLib.HttpClient
39-
build-depends: base >= 4.5 && < 4.18,
39+
build-depends: base >= 4.5 && < 4.19,
4040
bytestring >= 0.9,
4141
http-client >= 0.4 && < 0.8,
4242
http-types >= 0.8,

hackage-security/hackage-security.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ library
128128
Hackage.Security.Util.TypedEmbedded
129129
MyPrelude
130130
-- We support ghc 7.4 (bundled with Cabal 1.14) and up
131-
build-depends: base >= 4.5 && < 4.18,
131+
build-depends: base >= 4.5 && < 4.19,
132132
base16-bytestring >= 0.1.1 && < 1.1,
133133
base64-bytestring >= 1.0 && < 1.3,
134134
bytestring >= 0.9 && < 0.12,

0 commit comments

Comments
 (0)