jberryman / unagi-chan

A haskell library implementing fast and scalable concurrent queues for x86, with a Chan-like API
BSD 3-Clause "New" or "Revised" License
127 stars 15 forks source link

Add a MonadFail instance #39

Closed spacekitteh closed 4 years ago

spacekitteh commented 4 years ago

Part of why this doesn't work with GHC 8.8

jberryman commented 4 years ago

Thanks! If you have the time it would be super helpful if you could do one or both of:

spacekitteh commented 4 years ago

Alright, done!

jberryman commented 4 years ago

Really appreciate it!