Skip to content

Commit

Permalink
Allow zlib-0.7
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
andreasabel committed Feb 11, 2024
1 parent 2f6737c commit 3f0535b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions hackage-repo-tool/hackage-repo-tool.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
cabal-version: 1.12
name: hackage-repo-tool
version: 0.1.1.3
x-revision: 5

build-type: Simple
synopsis: Manage secure file-based package repositories
Expand Down Expand Up @@ -76,7 +75,7 @@ executable hackage-repo-tool
build-depends: microlens >= 0.4.11.2 && < 0.5,
optparse-applicative >= 0.15.1 && < 0.18,
tar >= 0.5 && < 0.7,
zlib >= 0.6 && < 0.7,
zlib >= 0.6 && < 0.8,
hackage-security >= 0.6 && < 0.7

-- see comments in hackage-security.cabal
Expand Down
4 changes: 2 additions & 2 deletions hackage-security-HTTP/hackage-security-HTTP.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cabal-version: 1.12
name: hackage-security-HTTP
version: 0.1.1.1
x-revision: 7

synopsis: Hackage security bindings against the HTTP library
description: The hackage security library provides a 'HttpLib'
abstraction to allow to bind against different HTTP
Expand Down Expand Up @@ -47,7 +47,7 @@ library
bytestring >= 0.9 && < 0.13,
HTTP >= 4000.2.19 && < 4000.5,
mtl >= 2.1 && < 2.4,
zlib >= 0.5 && < 0.7,
zlib >= 0.5 && < 0.8,
hackage-security >= 0.5 && < 0.7
hs-source-dirs: src
default-language: Haskell2010
Expand Down
2 changes: 1 addition & 1 deletion hackage-security/hackage-security.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ library
template-haskell >= 2.7 && < 2.22,
time >= 1.5 && < 1.13,
transformers >= 0.3 && < 0.7,
zlib >= 0.5 && < 0.7,
zlib >= 0.5 && < 0.8,
-- whatever versions are bundled with ghc:
ghc-prim

Expand Down

0 comments on commit 3f0535b

Please sign in to comment.