We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents af04782 + 7788b48 commit 1911633Copy full SHA for 1911633
cabal-validate/cabal-validate.cabal
@@ -42,6 +42,7 @@ executable cabal-validate
42
, filepath >=1 && <2
43
, optparse-applicative >=0.18 && <1
44
, terminal-size >=0.3 && <1
45
- , text >=2 && <3
+ -- https://github.com/haskell/cabal/pull/11280#issuecomment-3534506424
46
+ , text >=1.2 && <3
47
, time >=1 && <2
48
, typed-process >=0.2 && <1
0 commit comments