From: simonmar Date: Wed, 24 Apr 2002 09:42:18 +0000 (+0000) Subject: [project @ 2002-04-24 09:42:18 by simonmar] X-Git-Tag: Approx_11550_changesets_converted~2106 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=abe93251ba4788b2535f781784e1bb62cfd51e9c;p=ghc-hetmet.git [project @ 2002-04-24 09:42:18 by simonmar] There's no gmp package these days --- diff --git a/ghc/compiler/ghci/InteractiveUI.hs b/ghc/compiler/ghci/InteractiveUI.hs index 87b19ea..8d3bd96 100644 --- a/ghc/compiler/ghci/InteractiveUI.hs +++ b/ghc/compiler/ghci/InteractiveUI.hs @@ -1,6 +1,6 @@ {-# OPTIONS -#include "Linker.h" -#include "SchedAPI.h" #-} ----------------------------------------------------------------------------- --- $Id: InteractiveUI.hs,v 1.120 2002/04/18 11:27:59 simonmar Exp $ +-- $Id: InteractiveUI.hs,v 1.121 2002/04/24 09:42:18 simonmar Exp $ -- -- GHC Interactive User Interface -- @@ -1063,7 +1063,7 @@ linkPackages dflags cmdline_lib_specs pkgs -- Packages that don't need loading, because the compiler shares them with -- the interpreted program. -dont_load_these = [ "gmp", "rts" ] +dont_load_these = [ "rts" ] -- Packages that are already linked into GHCi. For mingw32, we only -- skip gmp and rts, since std and after need to load the msvcrt.dll