From 97a12d8a6efe796a2e47a966d32dde5c511ac177 Mon Sep 17 00:00:00 2001 From: cydparser Date: Thu, 4 Jul 2024 15:29:05 -0700 Subject: [PATCH] Increase hashable upper bound --- snap-core.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snap-core.cabal b/snap-core.cabal index 3f73cb7..90c3434 100644 --- a/snap-core.cabal +++ b/snap-core.cabal @@ -151,7 +151,7 @@ Library filepath >= 1.1 && < 2, lifted-base >= 0.1 && < 0.3, io-streams >= 1.3 && < 1.6, - hashable >= 1.2.0.6 && < 1.5, + hashable >= 1.2.0.6 && < 2, monad-control >= 1.0 && < 1.1, mtl >= 2.0 && < 2.4, random >= 1 && < 2,