Closed jezen closed 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.
fail
MonadFail
Control.Monad.Fail
Control.Monad
More:
I believe since GHC 8.0.1 we need to import
fail
andMonadFail
fromControl.Monad.Fail
instead ofControl.Monad
. I also believe that this is a temporary measure, and this changes again from GHC 8.8.1.More: