Skip to content
New issue

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

Incorrect bounds for prettyprinter-convert-ansi-wl-pprint #254

Open
jasagredo opened this issue May 29, 2024 · 0 comments
Open

Incorrect bounds for prettyprinter-convert-ansi-wl-pprint #254

jasagredo opened this issue May 29, 2024 · 0 comments

Comments

@jasagredo
Copy link

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.

It would be nice to make a revision as follows:

-        , ansi-wl-pprint              >= 0.6.8
+        , ansi-wl-pprint              >= 0.6.8 && <1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant