[project @ 2000-11-21 16:42:58 by simonmar]
authorsimonmar <unknown>
Tue, 21 Nov 2000 16:43:26 +0000 (16:43 +0000)
committersimonmar <unknown>
Tue, 21 Nov 2000 16:43:26 +0000 (16:43 +0000)
commitbd8f046eba3639399af46d3393752ed5905fb1e9
tree226ffd3a921d2be5c696b5ab85649053919c774b
parenta7526448bb4d9836032352c05837efb42ccb227b
[project @ 2000-11-21 16:42:58 by simonmar]
Bugfixes, bugfixes:

  - allow compiling expressions in the context of any module we have
    an interface for, including "Prelude".
  - don't forget to pull in things like unpackCString# in the renamer,
    we might need to use them for desugaring Strings, for example.  I'm
    sure there are other things we'll need to pull in too.
  - :quit now works from the interpreter (!)
ghc/compiler/ghci/InteractiveUI.hs
ghc/compiler/ghci/StgInterp.lhs
ghc/compiler/main/CmdLineOpts.lhs
ghc/compiler/main/DriverFlags.hs
ghc/compiler/rename/Rename.lhs
ghc/compiler/rename/RnHiFiles.lhs
ghc/compiler/stgSyn/CoreToStg.lhs