From 7788b48afea8bd0ee1a1a37c5b995d84fa09db90 Mon Sep 17 00:00:00 2001 From: brandon s allbery kf8nh Date: Fri, 14 Nov 2025 16:20:49 -0500 Subject: [PATCH] loosen `text` bound on `cabal-validate` It drags the entire project up to `text-2.x`, including for older ghcs where it's not available as a bootlib. --- cabal-validate/cabal-validate.cabal | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cabal-validate/cabal-validate.cabal b/cabal-validate/cabal-validate.cabal index 0f784898ff9..1c01299c685 100644 --- a/cabal-validate/cabal-validate.cabal +++ b/cabal-validate/cabal-validate.cabal @@ -42,6 +42,7 @@ executable cabal-validate , filepath >=1 && <2 , optparse-applicative >=0.18 && <1 , terminal-size >=0.3 && <1 - , text >=2 && <3 + -- https://github.com/haskell/cabal/pull/11280#issuecomment-3534506424 + , text >=1.2 && <3 , time >=1 && <2 , typed-process >=0.2 && <1