Skip to content

Commit 96fa28c

Browse files
authored
Correct directory dependency to >=1.3.8.0
1 parent 6fbf118 commit 96fa28c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tar.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ library tar-internal
5454
bytestring >= 0.10 && < 0.13,
5555
containers >= 0.2 && < 0.9,
5656
deepseq >= 1.1 && < 1.6,
57-
directory >= 1.3.1 && < 1.4,
57+
directory >= 1.3.8.0 && < 1.4,
5858
directory-ospath-streaming >= 0.2.1 && < 0.4,
5959
file-io < 0.2,
6060
filepath >= 1.4.100 && < 1.6,

0 commit comments

Comments
 (0)