Skip to content

Commit 8dd64b8

Browse files
committed
Allow newer time and zlib
1 parent c9c5518 commit 8dd64b8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

htar/htar.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ executable htar
3232
filepath >= 1.0,
3333
bytestring >= 0.9,
3434
tar >= 0.4.2,
35-
zlib >= 0.4 && < 0.7,
35+
zlib >= 0.4 && < 0.8,
3636
bzlib >= 0.4 && < 0.7,
3737
time >= 1.5
3838

tar.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ library tar-internal
5656
directory >= 1.3.1 && < 1.4,
5757
filepath < 1.6,
5858
os-string >= 2.0 && < 2.1,
59-
time < 1.13,
59+
time < 1.15,
6060
transformers < 0.7,
6161

6262
exposed-modules:

0 commit comments

Comments
 (0)