using liftIO from CoreMonad.

This commit is contained in:
Kazu Yamamoto
2014-03-27 15:08:07 +09:00
parent 07ec988251
commit 660a1e95f5
7 changed files with 11 additions and 13 deletions

View File

@@ -3,7 +3,7 @@
module Language.Haskell.GhcMod.GHCChoice where
import Control.Exception
import CoreMonad
import CoreMonad (liftIO)
import Exception
import GHC