Skip to content

Commit 341963b

Browse files
quasicomputationalhvr
authored andcommitted
Allow containers 0.6, as released with GHC 8.6.
1 parent 37b19ff commit 341963b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cassava.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ Library
9696
attoparsec >= 0.11.3.0 && < 0.14,
9797
base >= 4.5 && < 5,
9898
bytestring >= 0.9.2 && < 0.11,
99-
containers >= 0.4.2 && < 0.6,
99+
containers >= 0.4.2 && < 0.7,
100100
deepseq >= 1.1 && < 1.5,
101101
hashable < 1.3,
102102
scientific >= 0.3.4.7 && < 0.4,

0 commit comments

Comments
 (0)