Revert back change in MonadIO GhcMod

This commit is contained in:
Alejandro Serrano 2014-07-01 17:56:59 +02:00
parent 063ca80946
commit c707eb4e8c

View File

@ -78,9 +78,7 @@ newtype GhcMod a = GhcMod {
deriving (Functor,
Applicative,
Monad,
#if __GLASGOW_HASKELL__ >= 708
MonadIO,
#endif
MonadReader GhcModEnv,
MonadWriter GhcModWriter,
MonadState GhcModState)