Skip to content

Commit 3f0535b

Browse files
committed
Allow zlib-0.7
Also: Delete x-revision field from hackage-security-HTTP.cabal etc. These .cabal files contain at this point changes we do not want to release in a revision.
1 parent 2f6737c commit 3f0535b

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
cabal-version: 1.12
22
name: hackage-repo-tool
33
version: 0.1.1.3
4-
x-revision: 5
54

65
build-type: Simple
76
synopsis: Manage secure file-based package repositories
@@ -76,7 +75,7 @@ executable hackage-repo-tool
7675
build-depends: microlens >= 0.4.11.2 && < 0.5,
7776
optparse-applicative >= 0.15.1 && < 0.18,
7877
tar >= 0.5 && < 0.7,
79-
zlib >= 0.6 && < 0.7,
78+
zlib >= 0.6 && < 0.8,
8079
hackage-security >= 0.6 && < 0.7
8180

8281
-- see comments in hackage-security.cabal

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cabal-version: 1.12
22
name: hackage-security-HTTP
33
version: 0.1.1.1
4-
x-revision: 7
4+
55
synopsis: Hackage security bindings against the HTTP library
66
description: The hackage security library provides a 'HttpLib'
77
abstraction to allow to bind against different HTTP
@@ -47,7 +47,7 @@ library
4747
bytestring >= 0.9 && < 0.13,
4848
HTTP >= 4000.2.19 && < 4000.5,
4949
mtl >= 2.1 && < 2.4,
50-
zlib >= 0.5 && < 0.7,
50+
zlib >= 0.5 && < 0.8,
5151
hackage-security >= 0.5 && < 0.7
5252
hs-source-dirs: src
5353
default-language: Haskell2010

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
template-haskell >= 2.7 && < 2.22,
129129
time >= 1.5 && < 1.13,
130130
transformers >= 0.3 && < 0.7,
131-
zlib >= 0.5 && < 0.7,
131+
zlib >= 0.5 && < 0.8,
132132
-- whatever versions are bundled with ghc:
133133
ghc-prim
134134

0 commit comments

Comments
 (0)