From 77c435dadbb726a5db19bcaed476f5232521c6ae Mon Sep 17 00:00:00 2001 From: simonmar Date: Fri, 6 Oct 2000 15:50:44 +0000 Subject: [PATCH] [project @ 2000-10-06 15:50:44 by simonmar] Link the compiled prelude in, for testing the interpreter. --- ghc/compiler/main/Main.lhs | 4 ++++ 1 file changed, 4 insertions(+) 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" -- 1.7.10.4