From 49f415c0bcaf0232c363a8d069a773332b4b9873 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=CB=8Cbod=CA=B2=C9=AA=CB=88=C9=A1r=CA=B2im?= Date: Thu, 4 Jul 2024 21:41:23 +0100 Subject: [PATCH] Allow hashable-1.5 --- relude.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/relude.cabal b/relude.cabal index 42569f1..11b4d4e 100644 --- a/relude.cabal +++ b/relude.cabal @@ -234,7 +234,7 @@ library , containers >= 0.5.10 && < 0.8 , deepseq >= 1.4 && < 1.6 , ghc-prim >= 0.5.0.0 && < 0.12 - , hashable >= 1.2 && < 1.5 + , hashable >= 1.2 && < 1.6 , mtl >= 2.2 && < 2.4 , stm >= 2.4 && < 2.6 , text >= 1.2 && < 2.2