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
Wed, 22 Nov 2000 02:56:54 -0800


simonmar    2000/11/22 02:56:54 PST

  Modified files:
    ghc/compiler/compMan CompManager.lhs 
    ghc/compiler/ghci    InteractiveUI.hs 
    ghc/compiler/main    HscMain.lhs 
  Log:
  - :type now prints names unqualified when possible.
  - :module is implemented
  
  Revision  Changes    Path
  1.30      +1 -1      fptools/ghc/compiler/compMan/CompManager.lhs
  1.11      +20 -5     fptools/ghc/compiler/ghci/InteractiveUI.hs
  1.62      +2 -2      fptools/ghc/compiler/main/HscMain.lhs