vimus / libmpd-haskell

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

breaking: use safe-exceptions #102

Closed matthewleon closed 6 years ago

matthewleon commented 6 years ago

Exception handling in Network.MPD.Core was swallowing async exceptions.

This adds a new dependency on the safe-exceptions package.