From fbd66c2a6579e4da049646cc1f160dffba0261d9 Mon Sep 17 00:00:00 2001 From: simonmar Date: Wed, 25 Sep 2002 16:10:36 +0000 Subject: [PATCH] [project @ 2002-09-25 16:10:36 by simonmar] Update the list of packages already loaded to match recent changes. --- ghc/compiler/ghci/Linker.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.7.10.4