Open
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
Labels
No labels