Skip to content

Commit 353b64f

Browse files
authored
Merge pull request #80 from bgamari/master
Bump upper bound on containers
2 parents be2398b + 5e95362 commit 353b64f

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)