From 468e5f413739714ca8bbb535a2aedb24b772370d Mon Sep 17 00:00:00 2001
From: Florian Franzmann <bwlf@bandrate.org>
Date: Wed, 25 Sep 2019 18:59:03 +0200
Subject: [PATCH] relax hashable version

---
 unordered-containers.cabal | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/unordered-containers.cabal b/unordered-containers.cabal
index 90cf643..31cd481 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
 
   default-language: Haskell2010
 
-- 
2.23.0

