Gabriella439 / Haskell-MMorph-Library

Monad morphisms
BSD 3-Clause "New" or "Revised" License
47 stars 26 forks source link

MonadFail compatibility with GHC 8.8. #43

Closed galenhuntington closed 5 years ago

galenhuntington commented 5 years ago

With this change, I can compile on the alpha release of 8.8.1. Also, this adds MonadFail instances for other GHC versions in the 8.x series.

Gabriella439 commented 5 years ago

Thank you! 🙂

galenhuntington commented 5 years ago

Oops, sorry, I just noticed I messed up backing off the version on the MonadFail instance. I accidentally didn't swap back to 8.6 to test it! But fortunately looks like you caught it....

Gabriella439 commented 5 years ago

@galenhuntington: No problem 🙂