Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master
http://hackage.haskell.org/trac/ghc/changeset/9c15249e082642f9c4c0113133afd78f07f1ade2 >--------------------------------------------------------------- commit 9c15249e082642f9c4c0113133afd78f07f1ade2 Author: Simon Marlow <[email protected]> Date: Wed Sep 26 09:05:48 2012 +0100 fix stage2 compilation >--------------------------------------------------------------- compiler/main/HscMain.hs | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/compiler/main/HscMain.hs b/compiler/main/HscMain.hs index 9a4935c..f04ca02 100644 --- a/compiler/main/HscMain.hs +++ b/compiler/main/HscMain.hs @@ -75,6 +75,7 @@ module HscMain ) where #ifdef GHCI +import Id import ByteCodeGen ( byteCodeGen, coreExprToBCOs ) import Linker import CoreTidy ( tidyExpr ) _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
