Move convert to it's own module.

This commit is contained in:
Daniel Gröber
2014-05-12 00:40:00 +02:00
parent f1535efcf2
commit ebfb740a2e
12 changed files with 114 additions and 95 deletions

View File

@@ -19,7 +19,8 @@ import HscTypes (SourceError, srcErrorMessages)
import Language.Haskell.GhcMod.Doc (showPage, getStyle)
import Language.Haskell.GhcMod.GHCApi (withDynFlags, withCmdFlags)
import qualified Language.Haskell.GhcMod.Gap as Gap
import Language.Haskell.GhcMod.Types (Options(..), convert)
import Language.Haskell.GhcMod.Convert (convert)
import Language.Haskell.GhcMod.Types (Options(..))
import Outputable (PprStyle, SDoc)
import System.FilePath (normalise)