Skip to content

Commit 7310538

Browse files
authored
Require hashable >= 1.4 (#506)
Resolves #487.
1 parent 7c66911 commit 7310538

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
@@ -61,7 +61,7 @@ library
6161
build-depends:
6262
base >= 4.10 && < 5,
6363
deepseq >= 1.4.3,
64-
hashable >= 1.2.5 && < 1.6,
64+
hashable >= 1.4 && < 1.6,
6565
template-haskell < 2.24
6666

6767
default-language: Haskell2010

0 commit comments

Comments
 (0)