vimus / libmpd-haskell

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

ghc 8.4.1 support #105

Closed peti closed 6 years ago

peti commented 6 years ago

libmpd-0.9.0.7 does not compile with ghc 8.4.1:

src/Network/MPD/Commands/Query.hs:41:10: error:
    • No instance for (Semigroup Query)
        arising from the superclasses of an instance declaration
    • In the instance declaration for ‘Monoid Query’
   |
41 | instance Monoid Query where
   |          ^^^^^^^^^^^^
joachifm commented 6 years ago

Thank you for the report. I've uploaded a new version to Hackage.