Massive patch for the first months work adding System FC to GHC #23
[ghc-hetmet.git] / compiler / main / Main.hs
index 971eb35..52097d9 100644 (file)
@@ -18,7 +18,7 @@ import GHC            ( Session, DynFlags(..), GhcMode(..), HscTarget(..),
 import CmdLineParser
 
 -- Implementations of the various modes (--show-iface, mkdependHS. etc.)
-import MkIface         ( showIface )
+import LoadIface       ( showIface )
 import DriverPipeline  ( oneShot, compileFile )
 import DriverMkDepend  ( doMkDependHS )
 #ifdef GHCI