Skip to content

Commit 7788b48

Browse files
committed
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.
1 parent fbc055e commit 7788b48

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cabal-validate/cabal-validate.cabal

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ executable cabal-validate
4242
, filepath >=1 && <2
4343
, optparse-applicative >=0.18 && <1
4444
, terminal-size >=0.3 && <1
45-
, text >=2 && <3
45+
-- https://github.com/haskell/cabal/pull/11280#issuecomment-3534506424
46+
, text >=1.2 && <3
4647
, time >=1 && <2
4748
, typed-process >=0.2 && <1

0 commit comments

Comments
 (0)