vimus / libmpd-haskell

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

Support partition in Network.MPD.status #120

Closed crocket closed 4 years ago

psibi commented 4 years ago

@crocket Is it possible to add test for this ?

Also, can you update the changelog ? Thanks!

crocket commented 4 years ago

I modified an existing test instead of adding one. If Network.MPD.status ignored unknown key-value pairs, there would be much less need for "emergency" maintenance in the future.

Having to do "emergency" maintenance right now when I have other important things to do is painful.

psibi commented 4 years ago

Thanks. A new version has been released to Hackage.