haskell / pretty

Haskell Pretty-printer library
Other
69 stars 30 forks source link

Define Semigroup instances for base>=4.9 #31

Closed hvr closed 8 years ago

hvr commented 8 years ago

This makes pretty almost -Wcompat-clean.

The only remaining warning is about the local <> definitions clashing with a future Prelude exporting (<>).

This addresses part of #30

dterei commented 8 years ago

Thanks! Sorry missed this for so long.