cvs commit: fptools/ghc/compiler/basicTypes Module.lhs VarEnv.lhs
fptools/ghc/compiler/main HscMain.lhs HscTypes.lhs
fptools/ghc/compiler/prelude PrelRules.lhs fptools/ghc/compiler/rename
ParseIface.y Rename.lhs RnEnv.lhs RnIfaces.lhs RnMonad.lhs ...
Simon Peyton Jones
simonpj@glass.cse.ogi.edu
Mon, 23 Oct 2000 09:39:12 -0700
simonpj 2000/10/23 09:39:12 PDT
Modified files:
ghc/compiler/basicTypes Module.lhs VarEnv.lhs
ghc/compiler/main HscMain.lhs HscTypes.lhs
ghc/compiler/prelude PrelRules.lhs
ghc/compiler/rename ParseIface.y Rename.lhs RnEnv.lhs
RnIfaces.lhs RnMonad.lhs RnNames.lhs
Log:
More renamer stuff
Revision Changes Path
1.38 +4 -1 fptools/ghc/compiler/basicTypes/Module.lhs
1.12 +3 -1 fptools/ghc/compiler/basicTypes/VarEnv.lhs
1.12 +9 -1 fptools/ghc/compiler/main/HscMain.lhs
1.30 +13 -17 fptools/ghc/compiler/main/HscTypes.lhs
1.18 +2 -1 fptools/ghc/compiler/prelude/PrelRules.lhs
1.89 +3 -3 fptools/ghc/compiler/rename/ParseIface.y
1.102 +188 -185 fptools/ghc/compiler/rename/Rename.lhs
1.84 +21 -3 fptools/ghc/compiler/rename/RnEnv.lhs
1.105 +43 -62 fptools/ghc/compiler/rename/RnIfaces.lhs
1.94 +8 -7 fptools/ghc/compiler/rename/RnMonad.lhs
1.95 +4 -12 fptools/ghc/compiler/rename/RnNames.lhs