From 31551578cb3b3f6de40aca169b81a66609e1458a Mon Sep 17 00:00:00 2001 From: thelissimus Date: Fri, 24 Oct 2025 00:41:32 +0500 Subject: [PATCH] fix: relax `hashable` constraint upper bound --- rock.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rock.cabal b/rock.cabal index 5fc15fe..ea6ffea 100644 --- a/rock.cabal +++ b/rock.cabal @@ -46,7 +46,7 @@ library , dependent-hashmap >= 0.1.0 && < 0.2 , dependent-sum >= 0.7.2 && < 0.8 , deriving-compat >= 0.6.5 && < 0.7 - , hashable >= 1.4.3 && < 1.5 + , hashable >= 1.4.3 , lifted-base >= 0.2.3 && < 0.3 , monad-control >= 1.0.3 && < 1.1 , mtl >= 2.3.1 && < 2.4