Move convert to it's own module.
This commit is contained in:
@@ -3,6 +3,7 @@ module Language.Haskell.GhcMod.Lint where
|
||||
import Control.Applicative ((<$>))
|
||||
import Control.Exception (handle, SomeException(..))
|
||||
import Language.Haskell.GhcMod.Logger (checkErrorPrefix)
|
||||
import Language.Haskell.GhcMod.Convert
|
||||
import Language.Haskell.GhcMod.Types
|
||||
import Language.Haskell.HLint (hlint)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user