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

@@ -5,7 +5,7 @@ module Main where
import Config (cProjectVersion)
import Control.Applicative ((<$>))
import Control.Exception (Exception, Handler(..), ErrorCall(..))
import Control.Monad.Trans (liftIO)
import CoreMonad (liftIO)
import qualified Control.Exception as E
import Data.Typeable (Typeable)
import Data.Version (showVersion)