cvs commit: fptools/ghc/compiler/basicTypes Module.lhs fptools/ghc/compiler/deSugar DsMonad.lhs fptools/ghc/compiler/main HscMain.lhs HscTypes.lhs fptools/ghc/compiler/prelude PrelInfo.lhs fptools/ghc/compiler/rename Rename.lhs RnHiFiles.lhs RnIfaces.lhs RnMonad.lhs ...

Simon Peyton Jones simonpj@glass.cse.ogi.edu
Mon, 30 Oct 2000 09:18:28 -0800


simonpj     2000/10/30 09:18:28 PST

  Modified files:
    ghc/compiler/basicTypes Module.lhs 
    ghc/compiler/deSugar DsMonad.lhs 
    ghc/compiler/main    HscMain.lhs HscTypes.lhs 
    ghc/compiler/prelude PrelInfo.lhs 
    ghc/compiler/rename  Rename.lhs RnHiFiles.lhs RnIfaces.lhs 
                         RnMonad.lhs 
    ghc/compiler/typecheck TcEnv.lhs TcModule.lhs 
  Log:
  Renamer tidying up
  
  Revision  Changes    Path
  1.41      +19 -0     fptools/ghc/compiler/basicTypes/Module.lhs
  1.35      +4 -7      fptools/ghc/compiler/deSugar/DsMonad.lhs
  1.32      +4 -10     fptools/ghc/compiler/main/HscMain.lhs
  1.49      +37 -44    fptools/ghc/compiler/main/HscTypes.lhs
  1.78      +3 -5      fptools/ghc/compiler/prelude/PrelInfo.lhs
  1.119     +7 -5      fptools/ghc/compiler/rename/Rename.lhs
  1.11      +54 -52    fptools/ghc/compiler/rename/RnHiFiles.lhs
  1.117     +105 -109  fptools/ghc/compiler/rename/RnIfaces.lhs
  1.101     +18 -13    fptools/ghc/compiler/rename/RnMonad.lhs
  1.74      +12 -10    fptools/ghc/compiler/typecheck/TcEnv.lhs
  1.78      +11 -13    fptools/ghc/compiler/typecheck/TcModule.lhs