From dda4f6216fce7cde26afe52404291bf040364631 Mon Sep 17 00:00:00 2001 From: Koji Miyazato Date: Fri, 17 May 2024 20:55:35 +0900 Subject: [PATCH] Update: witherable-0.5 --- trie-simple.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trie-simple.cabal b/trie-simple.cabal index aad36bf..d338b85 100644 --- a/trie-simple.cabal +++ b/trie-simple.cabal @@ -38,7 +38,7 @@ library deepseq >= 1.4.2.0 && < 1.6, mtl >= 2.2.1 && < 2.4, indexed-traversable >= 0.1.1 && <0.2, - witherable ^>= 0.4, + witherable >= 0.4 && < 0.6, matchable ^>= 0.1.2, hashable >= 1.3 && < 1.5, semialign >= 1.3 && < 1.4,