We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9c5518 commit 8dd64b8Copy full SHA for 8dd64b8
htar/htar.cabal
@@ -32,7 +32,7 @@ executable htar
32
filepath >= 1.0,
33
bytestring >= 0.9,
34
tar >= 0.4.2,
35
- zlib >= 0.4 && < 0.7,
+ zlib >= 0.4 && < 0.8,
36
bzlib >= 0.4 && < 0.7,
37
time >= 1.5
38
tar.cabal
@@ -56,7 +56,7 @@ library tar-internal
56
directory >= 1.3.1 && < 1.4,
57
filepath < 1.6,
58
os-string >= 2.0 && < 2.1,
59
- time < 1.13,
+ time < 1.15,
60
transformers < 0.7,
61
62
exposed-modules:
0 commit comments