Skip to content

Commit 5e95362

Browse files
committed
cabal: Bump containers upper bound
Allowing containers-0.8
1 parent be2398b commit 5e95362

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

parallel.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ library
6060
build-depends:
6161
array >= 0.3 && < 0.6,
6262
base >= 4.3 && < 4.22,
63-
containers >= 0.4 && < 0.8,
63+
containers >= 0.4 && < 0.9,
6464
deepseq >= 1.1 && < 1.6
6565

6666
ghc-options: -Wall

0 commit comments

Comments
 (0)