cvs commit: fptools/ghc/compiler/main HscTypes.lhs fptools/ghc/compiler/rename RnHiFiles.lhs Rename.lhs RnIfaces.lhs RnNames.lhs

Simon Peyton Jones simonpj@glass.cse.ogi.edu
Tue, 24 Oct 2000 02:44:18 -0700


simonpj     2000/10/24 02:44:18 PDT

  Modified files:
    ghc/compiler/main    HscTypes.lhs 
    ghc/compiler/rename  Rename.lhs RnIfaces.lhs RnNames.lhs 
  Added files:
    ghc/compiler/rename  RnHiFiles.lhs 
  Log:
  More renamer; move stuff into (new) RnHiFiles.lhs
  
  Revision  Changes    Path
  1.34      +8 -2      fptools/ghc/compiler/main/HscTypes.lhs
  1.106     +2 -138    fptools/ghc/compiler/rename/Rename.lhs
  1.108     +250 -691  fptools/ghc/compiler/rename/RnIfaces.lhs
  1.97      +2 -2      fptools/ghc/compiler/rename/RnNames.lhs