File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 11cabal-version : 1.12
22name : hackage-repo-tool
33version : 0.1.1.3
4- x-revision : 5
54
65build-type : Simple
76synopsis : 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
Original file line number Diff line number Diff line change 11cabal-version : 1.12
22name : hackage-security-HTTP
33version : 0.1.1.1
4- x-revision : 7
4+
55synopsis : Hackage security bindings against the HTTP library
66description : 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments