ErrMsg -> Logger.

This commit is contained in:
Kazu Yamamoto
2014-04-28 21:47:08 +09:00
parent 0155cf5e5f
commit 913fb72911
5 changed files with 6 additions and 6 deletions

View File

@@ -2,7 +2,7 @@ module Language.Haskell.GhcMod.Lint where
import Control.Applicative ((<$>))
import Control.Exception (handle, SomeException(..))
import Language.Haskell.GhcMod.ErrMsg (checkErrorPrefix)
import Language.Haskell.GhcMod.Logger (checkErrorPrefix)
import Language.Haskell.GhcMod.Types
import Language.Haskell.HLint (hlint)