cvs commit: fptools/ghc/compiler/basicTypes Name.lhs SrcLoc.lhs fptools/ghc/compiler/coreSyn CoreLint.lhs fptools/ghc/compiler/deSugar DsForeign.lhs fptools/ghc/compiler/main HscTypes.lhs fptools/ghc/compiler/rename Rename.lhs RnEnv.lhs RnIfaces.lhs ...

Simon Peyton Jones simonpj@glass.cse.ogi.edu
Mon, 16 Oct 2000 01:24:20 -0700


simonpj     2000/10/16 01:24:20 PDT

  Modified files:
    ghc/compiler/basicTypes Name.lhs SrcLoc.lhs 
    ghc/compiler/coreSyn CoreLint.lhs 
    ghc/compiler/deSugar DsForeign.lhs 
    ghc/compiler/main    HscTypes.lhs 
    ghc/compiler/rename  Rename.lhs RnEnv.lhs RnIfaces.lhs 
                         RnMonad.lhs RnNames.lhs 
    ghc/compiler/simplCore SimplUtils.lhs 
    ghc/compiler/typecheck TcEnv.lhs 
    ghc/compiler/types   TypeRep.lhs 
  Log:
  Mainly renamer
  
  Revision  Changes    Path
  1.66      +116 -230  fptools/ghc/compiler/basicTypes/Name.lhs
  1.18      +15 -21    fptools/ghc/compiler/basicTypes/SrcLoc.lhs
  1.51      +1 -3      fptools/ghc/compiler/coreSyn/CoreLint.lhs
  1.39      +2 -3      fptools/ghc/compiler/deSugar/DsForeign.lhs
  1.14      +119 -22   fptools/ghc/compiler/main/HscTypes.lhs
  1.97      +22 -25    fptools/ghc/compiler/rename/Rename.lhs
  1.78      +82 -133   fptools/ghc/compiler/rename/RnEnv.lhs
  1.97      +102 -92   fptools/ghc/compiler/rename/RnIfaces.lhs
  1.84      +48 -62    fptools/ghc/compiler/rename/RnMonad.lhs
  1.90      +26 -47    fptools/ghc/compiler/rename/RnNames.lhs
  1.49      +1 -1      fptools/ghc/compiler/simplCore/SimplUtils.lhs
  1.58      +2 -2      fptools/ghc/compiler/typecheck/TcEnv.lhs
  1.10      +3 -6      fptools/ghc/compiler/types/TypeRep.lhs