vimus / libmpd-haskell

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

Fix connecting to unix sockets #117

Closed haasn closed 4 years ago

haasn commented 4 years ago

getAddrInfo doesn't like returning valid info for unix sockets, so make up our own.

Fixes #116

psibi commented 4 years ago

Thanks! If you would like a quick new release - can you also send a MR with a version bump and changelog update ?