From 607a1c859d994ef5d6e31eebaf3aba3fcdd3b992 Mon Sep 17 00:00:00 2001 From: mbays Date: Sun, 18 Jun 2023 00:00:00 +0000 Subject: [PATCH] bump memory upper bound --- htalkat.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htalkat.cabal b/htalkat.cabal index 7c5c550..d1faebf 100644 --- a/htalkat.cabal +++ b/htalkat.cabal @@ -70,7 +70,7 @@ executable htalkat filelock <0.2, filepath >=1.3.0.2 && <1.5, hourglass >=0.2.12 && <0.3, - memory >=0.14 && <0.18, + memory >=0.14 && <0.19, mtl >=2.0 && <2.4, network >=2.4.2.3 && <3.2, network-simple >=0.4.3 && <0.5, -- 2.11.4.GIT