We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
prettyprinter-convert-ansi-wl-pprint
For 1.1.2, the bounds are declared as:
build-depends: base >= 4.5 && < 5 , text >= 1.2 , prettyprinter >= 1.7.0 , prettyprinter-ansi-terminal >= 1.1.1 , ansi-wl-pprint >= 0.6.8 , ansi-terminal
However ansi-wl-pprint 1.0.2 does not have a public Text.PrettyPrint.ANSI.Leijen.Internal module, so it cannot be used.
ansi-wl-pprint 1.0.2
Text.PrettyPrint.ANSI.Leijen.Internal
It would be nice to make a revision as follows:
- , ansi-wl-pprint >= 0.6.8 + , ansi-wl-pprint >= 0.6.8 && <1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
For 1.1.2, the bounds are declared as:
However
ansi-wl-pprint 1.0.2
does not have a publicText.PrettyPrint.ANSI.Leijen.Internal
module, so it cannot be used.It would be nice to make a revision as follows:
The text was updated successfully, but these errors were encountered: