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

Add GHC 7.10.1 support - RC3 and later adds (<$>) to the Prelude. #12

Closed ekmett closed 9 years ago

ekmett commented 9 years ago

It may be worth it to add a prefix 'above' combinator and deprecate '(<$>)' given that this will eventually become a real pain point for users.

hvr commented 9 years ago

main difference to #11 is that #12 uses CPP whereas #11 gets away without CPP-use

ekmett commented 9 years ago

I rather prefer your patch.