cvs commit: fptools/ghc/compiler/compMan CompManager.lhs fptools/ghc/compiler/ghci InteractiveUI.hs fptools/ghc/compiler/main HscMain.lhs

Simon Marlow simonmar@glass.cse.ogi.edu
Tue, 21 Nov 2000 07:00:59 -0800


simonmar    2000/11/21 07:00:59 PST

  Modified files:
    ghc/compiler/compMan CompManager.lhs 
    ghc/compiler/ghci    InteractiveUI.hs 
    ghc/compiler/main    HscMain.lhs 
  Log:
  * :t works !!!  (but it's a bit excessive about qualifying everything
    at the moment).
  
  * lots of other things work.
  
  Revision  Changes    Path
  1.27      +16 -2     fptools/ghc/compiler/compMan/CompManager.lhs
  1.9       +10 -3     fptools/ghc/compiler/ghci/InteractiveUI.hs
  1.59      +66 -25    fptools/ghc/compiler/main/HscMain.lhs