cvs commit: fptools/ghc/compiler/hsSyn HsDecls.lhs fptools/ghc/compiler/rename RnBinds.lhs RnEnv.lhs RnHsSyn.lhs RnIfaces.lhs RnSource.lhs

Simon Peyton Jones simonpj@glass.cse.ogi.edu
Tue, 19 Dec 2000 09:32:45 -0800


simonpj     2000/12/19 09:32:45 PST

  Modified files:
    ghc/compiler/hsSyn   HsDecls.lhs 
    ghc/compiler/rename  RnBinds.lhs RnEnv.lhs RnHsSyn.lhs 
                         RnIfaces.lhs RnSource.lhs 
  Log:
  Mainly rename rnDecl to rnSourceDecl; and add more tracing to renamer
  
  Revision  Changes    Path
  1.64      +1 -1      fptools/ghc/compiler/hsSyn/HsDecls.lhs
  1.59      +1 -1      fptools/ghc/compiler/rename/RnBinds.lhs
  1.103     +1 -1      fptools/ghc/compiler/rename/RnEnv.lhs
  1.49      +1 -1      fptools/ghc/compiler/rename/RnHsSyn.lhs
  1.132     +3 -1      fptools/ghc/compiler/rename/RnIfaces.lhs
  1.110     +14 -16    fptools/ghc/compiler/rename/RnSource.lhs