Skip to content

Commit 57a8560

Browse files
authored
Increase upper bound on containers (#328)
Fixes #326
1 parent 6ba3f47 commit 57a8560

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

turtle.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Library
5454
async >= 2.0.0.0 && < 2.3 ,
5555
bytestring >= 0.9.1.8 && < 0.11,
5656
clock >= 0.4.1.2 && < 0.8 ,
57-
containers >= 0.5.0.0 && < 0.6 ,
57+
containers >= 0.5.0.0 && < 0.7 ,
5858
directory >= 1.0.7 && < 1.4 ,
5959
exceptions >= 0.4 && < 0.11,
6060
foldl >= 1.1 && < 1.5 ,

0 commit comments

Comments
 (0)