From ab198d9822bf0c407b68e2493539684716921868 Mon Sep 17 00:00:00 2001 From: simonmar Date: Mon, 9 Oct 2000 10:58:38 +0000 Subject: [PATCH] [project @ 2000-10-09 10:58:38 by simonmar] import Linker ( linkPrelude ) --- ghc/compiler/main/Main.lhs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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} -- 1.7.10.4