Skip to content

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

Open
@jasagredo

Description

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

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions