Control.Monad.Trans.MonadIO -> CoreMonad.MonadIO

they are different before ghc 7.8
This commit is contained in:
Daniel Gröber
2014-07-11 04:12:05 +02:00
parent 4b6a687bc1
commit 56ad1a3c8c
5 changed files with 5 additions and 5 deletions

View File

@@ -2,7 +2,7 @@ module Language.Haskell.GhcMod.Lint where
import Exception (ghandle)
import Control.Exception (SomeException(..))
import Control.Monad.Trans (liftIO)
import CoreMonad (liftIO)
import Language.Haskell.GhcMod.Logger (checkErrorPrefix)
import Language.Haskell.GhcMod.Convert
import Language.Haskell.GhcMod.Monad