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 1
1
cabal-version : 1.12
2
2
name : hackage-repo-tool
3
3
version : 0.1.1.3
4
- x-revision : 5
5
4
6
5
build-type : Simple
7
6
synopsis : Manage secure file-based package repositories
@@ -76,7 +75,7 @@ executable hackage-repo-tool
76
75
build-depends : microlens >= 0.4.11.2 && < 0.5 ,
77
76
optparse-applicative >= 0.15.1 && < 0.18 ,
78
77
tar >= 0.5 && < 0.7 ,
79
- zlib >= 0.6 && < 0.7 ,
78
+ zlib >= 0.6 && < 0.8 ,
80
79
hackage-security >= 0.6 && < 0.7
81
80
82
81
-- see comments in hackage-security.cabal
Original file line number Diff line number Diff line change 1
1
cabal-version : 1.12
2
2
name : hackage-security-HTTP
3
3
version : 0.1.1.1
4
- x-revision : 7
4
+
5
5
synopsis : Hackage security bindings against the HTTP library
6
6
description : The hackage security library provides a 'HttpLib'
7
7
abstraction to allow to bind against different HTTP
@@ -47,7 +47,7 @@ library
47
47
bytestring >= 0.9 && < 0.13 ,
48
48
HTTP >= 4000.2.19 && < 4000.5 ,
49
49
mtl >= 2.1 && < 2.4 ,
50
- zlib >= 0.5 && < 0.7 ,
50
+ zlib >= 0.5 && < 0.8 ,
51
51
hackage-security >= 0.5 && < 0.7
52
52
hs-source-dirs : src
53
53
default-language : Haskell2010
Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ library
128
128
template-haskell >= 2.7 && < 2.22 ,
129
129
time >= 1.5 && < 1.13 ,
130
130
transformers >= 0.3 && < 0.7 ,
131
- zlib >= 0.5 && < 0.7 ,
131
+ zlib >= 0.5 && < 0.8 ,
132
132
-- whatever versions are bundled with ghc:
133
133
ghc-prim
134
134
You can’t perform that action at this time.
0 commit comments