From 30d851fcd957250475984c5890afac440f550a7f Mon Sep 17 00:00:00 2001 From: Laurent Rene de Cotret Date: Tue, 19 Mar 2024 09:55:24 -0400 Subject: [PATCH] Update upper bound on `hashable` --- distributed-process.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distributed-process.cabal b/distributed-process.cabal index 9f7c4d9a..a52108b0 100644 --- a/distributed-process.cabal +++ b/distributed-process.cabal @@ -43,7 +43,7 @@ flag old-locale Library Build-Depends: base >= 4.9 && < 5, binary >= 0.6.3 && < 0.10, - hashable >= 1.2.0.5 && <= 1.4.2.0, + hashable >= 1.2.0.5 && <= 1.4.3.0, network-transport >= 0.4.1.0 && < 0.6, stm >= 2.4 && < 2.6, transformers >= 0.2 && < 0.6,