vimus / libmpd-haskell

A client library for MPD, the Music Player Daemon
MIT License
36 stars 26 forks source link

Remove CPP in Query, base>=4.9 is already required #125

Closed iyefrat closed 3 years ago

iyefrat commented 3 years ago

This is currently used to ensure that <> is only defined for Query if base is new enough, but all the supported ghc versions have Semigroup now.

I also removed a CPP pragma that didn't seem to do anything in Network.MPD.Core

psibi commented 3 years ago

Thanks!