dmjio / stripe

:moneybag: Stripe API
http://hackage.haskell.org/package/stripe-haskell
177 stars 74 forks source link

Fix MonadFail import #133

Closed jezen closed 3 years ago

jezen commented 3 years ago

I believe since GHC 8.0.1 we need to import fail and MonadFail from Control.Monad.Fail instead of Control.Monad. I also believe that this is a temporary measure, and this changes again from GHC 8.8.1.

More: