[project @ 2002-09-25 16:10:36 by simonmar]
authorsimonmar <unknown>
Wed, 25 Sep 2002 16:10:36 +0000 (16:10 +0000)
committersimonmar <unknown>
Wed, 25 Sep 2002 16:10:36 +0000 (16:10 +0000)
Update the list of packages already loaded to match recent changes.

ghc/compiler/ghci/Linker.lhs

index d5ba66d..eec2e65 100644 (file)
@@ -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