removing warnings.

This commit is contained in:
Kazu Yamamoto
2014-08-14 10:01:35 +09:00
parent b3b1175d6e
commit 02ce2d4a1d
6 changed files with 0 additions and 6 deletions

View File

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