From: simonmar Date: Fri, 6 Oct 2000 15:50:44 +0000 (+0000) Subject: [project @ 2000-10-06 15:50:44 by simonmar] X-Git-Tag: Approximately_9120_patches~3669 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=77c435dadbb726a5db19bcaed476f5232521c6ae;p=ghc-hetmet.git [project @ 2000-10-06 15:50:44 by simonmar] Link the compiled prelude in, for testing the interpreter. --- diff --git a/ghc/compiler/main/Main.lhs b/ghc/compiler/main/Main.lhs index ad9cde2..16d7345 100644 --- a/ghc/compiler/main/Main.lhs +++ b/ghc/compiler/main/Main.lhs @@ -87,6 +87,10 @@ doIt (core_cmds, stg_cmds) hPutStr stderr booter_version >> hPutStr stderr "\n") >> +#ifdef GHCI + linkPrelude >> +#endif + -------------------------- Reader ---------------- show_pass "Parser" >> _scc_ "Parser"