From: simonmar Date: Mon, 18 Jun 2001 09:09:28 +0000 (+0000) Subject: [project @ 2001-06-18 09:09:28 by simonmar] X-Git-Tag: Approximately_9120_patches~1744 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=ee43954806848ffbe78f7cb8cf6732c2d86306d2;p=ghc-hetmet.git [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. --- 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