Skip to content

Commit 2dc16f7

Browse files
committed
Allow containers-0.8
1 parent 1ee7155 commit 2dc16f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

zip.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ library
5555
cereal >=0.3 && <0.6,
5656
conduit >=1.3 && <1.4,
5757
conduit-extra >=1.3 && <1.4,
58-
containers >=0.5 && <0.8,
58+
containers >=0.5 && <0.9,
5959
digest <0.1,
6060
directory >=1.2.2 && <1.4,
6161
dlist >=0.8 && <2.0,
@@ -124,7 +124,7 @@ test-suite tests
124124
QuickCheck >=2.4 && <3,
125125
bytestring >=0.9 && <0.13,
126126
conduit >=1.3 && <1.4,
127-
containers >=0.5 && <0.8,
127+
containers >=0.5 && <0.9,
128128
directory >=1.2.2 && <1.4,
129129
dlist >=0.8 && <2,
130130
filepath >=1.2 && <1.6,

0 commit comments

Comments
 (0)