From: simonmar Date: Mon, 9 Oct 2000 10:58:38 +0000 (+0000) Subject: [project @ 2000-10-09 10:58:38 by simonmar] X-Git-Tag: Approximately_9120_patches~3666 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=ab198d9822bf0c407b68e2493539684716921868;p=ghc-hetmet.git [project @ 2000-10-09 10:58:38 by simonmar] import Linker ( linkPrelude ) --- diff --git a/ghc/compiler/main/Main.lhs b/ghc/compiler/main/Main.lhs index 16d7345..d20cca3 100644 --- a/ghc/compiler/main/Main.lhs +++ b/ghc/compiler/main/Main.lhs @@ -47,7 +47,9 @@ import IOExts ( unsafePerformIO ) import NativeInfo ( os, arch ) #endif import StgInterp ( runStgI ) - +#ifdef GHCI +import Linker ( linkPrelude ) +#endif \end{code} \begin{code}