Skip to content

Commit 312d6d7

Browse files
committed
Fix lower bound on containers
1 parent 0e99708 commit 312d6d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unordered-containers.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ test-suite unordered-containers-tests
9494
build-depends:
9595
base,
9696
ChasingBottoms,
97-
containers >= 0.4.2,
97+
containers >= 0.5.8,
9898
hashable >= 1.0.1.1,
9999
HUnit,
100100
QuickCheck >= 2.4.0.1,

0 commit comments

Comments
 (0)