cvs commit: fptools/ghc/compiler/basicTypes BasicTypes.lhs Name.lhs RdrName.lhs fptools/ghc/compiler/main HscMain.lhs HscTypes.lhs MkIface.lhs fptools/ghc/compiler/parser RdrHsSyn.lhs fptools/ghc/compiler/rename ParseIface.y Rename.lhs RnEnv.lhs ...

Simon Peyton Jones simonpj@glass.cse.ogi.edu
Wed, 1 Nov 2000 09:15:30 -0800


simonpj     2000/11/01 09:15:30 PST

  Modified files:
    ghc/compiler/basicTypes BasicTypes.lhs Name.lhs RdrName.lhs 
    ghc/compiler/main    HscMain.lhs HscTypes.lhs MkIface.lhs 
    ghc/compiler/parser  RdrHsSyn.lhs 
    ghc/compiler/rename  ParseIface.y Rename.lhs RnEnv.lhs 
                         RnHiFiles.lhs RnIfaces.lhs RnNames.lhs 
                         RnSource.lhs 
  Log:
  More renamer commits
  
  Versioning now works properly I think.
  
  The main irritation is that interface files now have fuly-qualified names for
  *everything*, even things defined in that module.  This is a deficiency in
  the pretty printing for interface files.  Probable solution: add something
  to the SDoc styles.  But not today.
  
  Revision  Changes    Path
  1.20      +1 -1      fptools/ghc/compiler/basicTypes/BasicTypes.lhs
  1.78      +7 -20     fptools/ghc/compiler/basicTypes/Name.lhs
  1.14      +10 -25    fptools/ghc/compiler/basicTypes/RdrName.lhs
  1.36      +4 -1      fptools/ghc/compiler/main/HscMain.lhs
  1.53      +10 -0     fptools/ghc/compiler/main/HscTypes.lhs
  1.98      +10 -15    fptools/ghc/compiler/main/MkIface.lhs
  1.22      +9 -9      fptools/ghc/compiler/parser/RdrHsSyn.lhs
  1.95      +35 -34    fptools/ghc/compiler/rename/ParseIface.y
  1.123     +4 -3      fptools/ghc/compiler/rename/Rename.lhs
  1.93      +62 -62    fptools/ghc/compiler/rename/RnEnv.lhs
  1.15      +3 -21     fptools/ghc/compiler/rename/RnHiFiles.lhs
  1.121     +1 -1      fptools/ghc/compiler/rename/RnIfaces.lhs
  1.102     +27 -5     fptools/ghc/compiler/rename/RnNames.lhs
  1.103     +2 -2      fptools/ghc/compiler/rename/RnSource.lhs