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.
text
cabal-validate
1 parent fbc055e commit 7788b48Copy full SHA for 7788b48
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