summaryrefslogtreecommitdiff
path: root/compiler/main/Main.hs
diff options
context:
space:
mode:
authorManuel M T Chakravarty <chak@cse.unsw.edu.au>2006-08-04 21:58:46 +0000
committerManuel M T Chakravarty <chak@cse.unsw.edu.au>2006-08-04 21:58:46 +0000
commite69ddd9cc12f59c7ef7103e54fee2d1c55b9fc14 (patch)
tree3d7302cd9f1a3040c5bb2a1bd4d4298c5823e3e0 /compiler/main/Main.hs
parent1717c5831d71bfa63f9d098a2a709feb2d8fbcc9 (diff)
downloadhaskell-e69ddd9cc12f59c7ef7103e54fee2d1c55b9fc14.tar.gz
Massive patch for the first months work adding System FC to GHC #23
Broken up massive patch -=chak Original log message: This is (sadly) all done in one patch to avoid Darcs bugs. It's not complete work... more FC stuff to come. A compiler using just this patch will fail dismally.
Diffstat (limited to 'compiler/main/Main.hs')
-rw-r--r--compiler/main/Main.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/main/Main.hs b/compiler/main/Main.hs
index 971eb3500c..52097d9aa4 100644
--- a/compiler/main/Main.hs
+++ b/compiler/main/Main.hs
@@ -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