cvs commit: fptools/ghc/compiler/ghci CmLink.lhs CompManager.lhs CmCompile.lhs

Simon Marlow simonmar@glass.cse.ogi.edu
Tue, 17 Oct 2000 04:52:10 -0700


simonmar    2000/10/17 04:52:10 PDT

  Modified files:
    ghc/compiler/ghci    CmLink.lhs CompManager.lhs 
  Removed files:
    ghc/compiler/ghci    CmCompile.lhs 
  Log:
  - remove CmCompile; all its contents have moved to HscTypes and
    DriverPipeline.
  - export Unlinked(..) from CmLink
  - update CompManager w.r.t. new CmSummarise
  
  Revision  Changes    Path
  1.8       +1 -1      fptools/ghc/compiler/ghci/CmLink.lhs
  1.10      +5 -3      fptools/ghc/compiler/ghci/CompManager.lhs