From ee43954806848ffbe78f7cb8cf6732c2d86306d2 Mon Sep 17 00:00:00 2001 From: simonmar Date: Mon, 18 Jun 2001 09:09:28 +0000 Subject: [PATCH] [project @ 2001-06-18 09:09:28 by simonmar] Forced commit to note that the previous commit also adds flushing of stdout/stderr before printing an exception. This fixes the problem reported by Leon Smith last week. --- ghc/compiler/ghci/InteractiveUI.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ghc/compiler/ghci/InteractiveUI.hs b/ghc/compiler/ghci/InteractiveUI.hs index bfbcb75..e64323c 100644 --- a/ghc/compiler/ghci/InteractiveUI.hs +++ b/ghc/compiler/ghci/InteractiveUI.hs @@ -1,5 +1,5 @@ ----------------------------------------------------------------------------- --- $Id: InteractiveUI.hs,v 1.76 2001/06/15 11:40:29 simonmar Exp $ +-- $Id: InteractiveUI.hs,v 1.77 2001/06/18 09:09:28 simonmar Exp $ -- -- GHC Interactive User Interface -- @@ -672,7 +672,7 @@ linkPackages cmdline_lib_specs pkgs mapM_ (preloadLib lib_paths) cmdline_lib_specs where -- packages that are already linked into GHCi - loaded = [ "concurrent", "posix", "text", "util" ] + loaded = [ "gmp", "rts", "std", "concurrent", "posix", "text", "util" ] preloadLib :: [String] -> LibrarySpec -> IO () preloadLib lib_paths lib_spec -- 1.7.10.4