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

@@ -36,7 +36,7 @@ module Language.Haskell.GhcMod.Internal (
) where
import Language.Haskell.GhcMod.CabalApi
import Language.Haskell.GhcMod.ErrMsg
import Language.Haskell.GhcMod.GHCApi
import Language.Haskell.GhcMod.GHCChoice
import Language.Haskell.GhcMod.Logger
import Language.Haskell.GhcMod.Types