From 962a07d878ea7ed21822eecba53cf55ad7d03b22 Mon Sep 17 00:00:00 2001 From: cydparser Date: Thu, 4 Jul 2024 15:26:25 -0700 Subject: [PATCH] Increase hashable upper bound --- heist.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/heist.cabal b/heist.cabal index cdd47e0..5b3345a 100644 --- a/heist.cabal +++ b/heist.cabal @@ -193,7 +193,7 @@ Library directory-tree >= 0.10 && < 0.13, dlist >= 0.5 && < 1.1, filepath >= 1.3 && < 2, - hashable >= 1.1 && < 1.5, + hashable >= 1.1 && < 2, lifted-base >= 0.2 && < 0.3, map-syntax >= 0.3 && < 0.4, monad-control >= 0.3 && < 1.1,