From 06a7bf591513f054da0bbdf50950ef56cf565b2c Mon Sep 17 00:00:00 2001 From: Teo Camarasu Date: Fri, 12 Jul 2024 11:24:32 +0100 Subject: [PATCH] Relax hashable bound --- trie-simple.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trie-simple.cabal b/trie-simple.cabal index d338b85..84537e8 100644 --- a/trie-simple.cabal +++ b/trie-simple.cabal @@ -40,7 +40,7 @@ library indexed-traversable >= 0.1.1 && <0.2, witherable >= 0.4 && < 0.6, matchable ^>= 0.1.2, - hashable >= 1.3 && < 1.5, + hashable >= 1.3 && < 1.6, semialign >= 1.3 && < 1.4, these >= 1 && < 2 default-language: Haskell2010