make GHCi use base:Prelude, not just Prelude
authorSimon Marlow <simonmar@microsoft.com>
Tue, 27 Mar 2007 15:45:54 +0000 (15:45 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Tue, 27 Mar 2007 15:45:54 +0000 (15:45 +0000)
commit4439532f2c5edaab6cb360549c0f29e884d56675
treebee515ae4a10f1b84c97c9c57ba181f7d028cdea
parent075a7bad2ab4e8360badfa2d0ae25c4d8eaf61f6
make GHCi use base:Prelude, not just Prelude
The module that GHCi uses for its default scope should be exactly
base:Prelude, not whatever Prelude is found on the search path.
compiler/ghci/InteractiveUI.hs
compiler/main/GHC.hs