Skip to content

Commit 1911633

Browse files
authored
Merge of #11287
2 parents af04782 + 7788b48 commit 1911633

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)