AJChapman / formatting

Format strings type-safely with combinators
BSD 3-Clause "New" or "Revised" License
164 stars 39 forks source link

Drop semigroups on GHC > 8.0 #42

Closed LeifW closed 5 years ago

LeifW commented 6 years ago

Data.Semigroup has been part of base since GHC 8.0 See https://prime.haskell.org/wiki/Libraries/Proposals/SemigroupMonoid#Writingcompatiblecode

LeifW commented 6 years ago

Ping

LeifW commented 6 years ago

Rebased on master. Is there a reason for not merging this? It improves the experience for people using GHC 8 or later, and has no effect for people using GHC versions < 8.

chrisdone commented 5 years ago

I'm just slow. :smile: