From 13cc37d2f3326d3deb128baebbff964f5ec7c227 Mon Sep 17 00:00:00 2001 From: Oleg Grenrus Date: Fri, 10 May 2019 14:41:06 +0300 Subject: [PATCH] Allow hashable-1.3 --- unordered-containers.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unordered-containers.cabal b/unordered-containers.cabal index 90cf643d..3f1cec80 100644 --- a/unordered-containers.cabal +++ b/unordered-containers.cabal @@ -43,7 +43,7 @@ library build-depends: base >= 4.7 && < 5, deepseq >= 1.1, - hashable >= 1.0.1.1 && < 1.3 + hashable >= 1.0.1.1 && < 1.4 default-language: Haskell2010