From: simonmar Date: Wed, 25 Sep 2002 16:10:36 +0000 (+0000) Subject: [project @ 2002-09-25 16:10:36 by simonmar] X-Git-Tag: Approx_11550_changesets_converted~1632 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=fbd66c2a6579e4da049646cc1f160dffba0261d9;p=ghc-hetmet.git [project @ 2002-09-25 16:10:36 by simonmar] Update the list of packages already loaded to match recent changes. --- diff --git a/ghc/compiler/ghci/Linker.lhs b/ghc/compiler/ghci/Linker.lhs index d5ba66d..eec2e65 100644 --- a/ghc/compiler/ghci/Linker.lhs +++ b/ghc/compiler/ghci/Linker.lhs @@ -594,7 +594,7 @@ data LibrarySpec -- just to get the DLL handle into the list. partOfGHCi # ifndef mingw32_TARGET_OS - = [ "base", "concurrent", "posix", "text", "util" ] + = [ "base", "haskell98", "haskell-src", "readline" ] # else = [ ] # endif