Don't automatically link the haskell98 package
[ghc-hetmet.git] / compiler / ghci / Linker.lhs
index f7d925e..cc90cb5 100644 (file)
@@ -964,7 +964,7 @@ partOfGHCi :: [PackageName]
 partOfGHCi
  | isWindowsTarget || isDarwinTarget = []
  | otherwise = map PackageName
-                   ["base", "haskell98", "template-haskell", "editline"]
+                   ["base", "template-haskell", "editline"]
 
 showLS :: LibrarySpec -> String
 showLS (Object nm)    = "(static) " ++ nm