Remove redundant constraint from runGhcModT

This commit is contained in:
Daniel Gröber 2015-10-26 23:27:03 +01:00
parent 8f4752ebd6
commit ca2992d83c
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ runGmOutT' :: IOish m => GhcModOut -> GmOutT m a -> m a
runGmOutT' gmo ma = flip runReaderT gmo $ unGmOutT ma
-- | Run a @GhcModT m@ computation.
runGhcModT :: (IOish m, GmOut m)
runGhcModT :: IOish m
=> Options
-> GhcModT m a
-> m (Either GhcModError a, GhcModLog)