Skip to content

Commit a0bbf78

Browse files
committed
Add cabal gen-bounds bounds
The union of bounds covering ghc-8.4.4 and ghc-9.8.1
1 parent abe628d commit a0bbf78

File tree

4 files changed

+20
-20
lines changed

4 files changed

+20
-20
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ flag use-network-uri
3232

3333
library
3434
exposed-modules: Hackage.Security.Client.Repository.HttpLib.Curl
35-
build-depends: base >= 4.11 && < 4.20,
36-
bytestring >= 0.9,
37-
process >= 1.1,
38-
hackage-security
35+
build-depends: base >= 4.11 && < 4.20,
36+
bytestring >= 0.10.8 && < 0.13,
37+
process >= 1.6.3 && < 1.7,
38+
hackage-security >= 0.6.2 && < 0.7
3939
hs-source-dirs: src
4040
default-language: Haskell2010
4141
ghc-options: -Wall

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

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ copyright: Copyright 2015 Well-Typed LLP
1313
category: Distribution
1414
build-type: Simple
1515
cabal-version: >=1.10
16+
extra-source-files: ChangeLog.md
1617

1718
tested-with:
1819
GHC == 9.8.1
@@ -31,11 +32,11 @@ flag use-network-uri
3132

3233
library
3334
exposed-modules: Hackage.Security.Client.Repository.HttpLib.HttpClient
34-
build-depends: base >= 4.11 && < 4.20,
35-
bytestring >= 0.9,
36-
http-client >= 0.4 && < 0.8,
37-
http-types >= 0.8,
38-
hackage-security >= 0.5 && < 0.7
35+
build-depends: base >= 4.11 && < 4.20,
36+
bytestring >= 0.10.8 && < 0.13,
37+
http-client >= 0.4 && < 0.8,
38+
http-types >= 0.12.4 && < 0.13,
39+
hackage-security >= 0.5 && < 0.7
3940
hs-source-dirs: src
4041
default-language: Haskell2010
4142
default-extensions: FlexibleContexts

hackage-security/hackage-security.cabal

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,7 @@ library
127127
time >= 1.5 && < 1.13,
128128
transformers >= 0.3 && < 0.7,
129129
zlib >= 0.5 && < 0.7,
130-
-- whatever versions are bundled with ghc:
131-
ghc-prim
130+
ghc-prim >= 0.5.2 && < 0.12
132131

133132
if flag(lukko)
134133
build-depends: lukko >= 0.1 && < 0.2

precompute-fileinfo/precompute-fileinfo.cabal

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@ tested-with:
2727

2828
executable precompute-fileinfo
2929
main-is: Main.hs
30-
build-depends: base >= 4.11,
31-
bytestring >= 0.9,
32-
containers >= 0.4,
33-
deepseq >= 1.3,
34-
filepath >= 1.2,
35-
optparse-applicative >= 0.11,
36-
SHA >= 1.6,
37-
tar >= 0.4,
38-
zlib >= 0.5
30+
build-depends: base >= 4.11 && < 4.20,
31+
bytestring >= 0.10.8 && < 0.13,
32+
containers >= 0.5.11 && < 0.7,
33+
deepseq >= 1.4.3 && < 1.6,
34+
filepath >= 1.4.2 && < 1.5,
35+
optparse-applicative >= 0.18.1 && < 0.19,
36+
SHA >= 1.6.4 && < 1.7,
37+
tar >= 0.6.0 && < 0.7,
38+
zlib >= 0.6.3 && < 0.7
3939
hs-source-dirs: src
4040
default-language: Haskell2010
4141
default-extensions: RecordWildCards

0 commit comments

Comments
 (0)