From e797370dcd48ffa63fe6e268c4707a42cffa6cad Mon Sep 17 00:00:00 2001 From: mbays Date: Sun, 6 Feb 2022 00:00:00 +0000 Subject: [PATCH] update cabal upper bounds --- diohsc.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/diohsc.cabal b/diohsc.cabal index cd355b9..dfcf229 100644 --- a/diohsc.cabal +++ b/diohsc.cabal @@ -107,9 +107,9 @@ executable diohsc safe >=0.3.19 && <0.4, temporary ==1.3.*, terminal-size >=0.3.2.1 && <0.4, - text >=1.1.0.0 && <1.3, + text >=1.1.0.0 && <2.1, tls >=1.5.4 && <1.6, - transformers >=0.3.0.0 && <0.6, + transformers >=0.3.0.0 && <0.7, x509 >=1.7.5 && <1.8, x509-store >=1.6.7 && <1.7, x509-validation >=1.6.11 && <1.7 -- 2.11.4.GIT