batterseapower / ansi-wl-pprint

The Wadler/Leijen Pretty Printer for colored ANSI terminal output
http://batterseapower.github.com/ansi-wl-pprint
Other
30 stars 15 forks source link

ansi-wl-pprint-0.6.7.1 broken with ghc 7.10.1-rc3 #13

Open peti opened 9 years ago

peti commented 9 years ago

Citing from http://hydra.cryp.to/build/626491/nixlog/2/raw:

ext/PrettyPrint/ANSI/Leijen.hs:312:24:
    Ambiguous occurrence ‘<$>’
    It could refer to either ‘Text.PrettyPrint.ANSI.Leijen.<$>’,
                             defined at Text/PrettyPrint/ANSI/Leijen.hs:372:3
                          or ‘Prelude.<$>’,
                             imported from ‘Prelude’ at Text/PrettyPrint/ANSI/Leijen.hs:76:8-35
                             (and originally defined in ‘Data.Functor’)
bergey commented 9 years ago

Fixed in https://github.com/batterseapower/ansi-wl-pprint/pull/11