cvs commit: fptools/ghc/compiler/absCSyn AbsCUtils.lhs fptools/ghc/compiler/basicTypes Id.lhs fptools/ghc/compiler/codeGen CgConTbls.lhs CgExpr.lhs fptools/ghc/compiler/compMan CompManager.lhs fptools/ghc/compiler/deSugar DsForeign.lhs DsListComp.lhs fptools/ghc/compiler/main ...

Simon Peyton Jones simonpj@glass.cse.ogi.edu
Fri, 24 Nov 2000 01:51:42 -0800


simonpj     2000/11/24 01:51:42 PST

  Modified files:
    ghc/compiler/absCSyn AbsCUtils.lhs 
    ghc/compiler/basicTypes Id.lhs 
    ghc/compiler/codeGen CgConTbls.lhs CgExpr.lhs 
    ghc/compiler/compMan CompManager.lhs 
    ghc/compiler/deSugar DsForeign.lhs DsListComp.lhs 
    ghc/compiler/main    CodeOutput.lhs DriverFlags.hs 
                         HscTypes.lhs Main.hs 
    ghc/compiler/nativeGen MachCode.lhs 
    ghc/compiler/rename  Rename.lhs RnBinds.lhs RnExpr.lhs 
                         RnIfaces.lhs RnNames.lhs 
    ghc/compiler/simplCore SetLevels.lhs SimplCore.lhs 
    ghc/compiler/simplStg SimplStg.lhs StgVarInfo.lhs 
    ghc/compiler/stranal WwLib.lhs 
    ghc/compiler/typecheck TcInstDcls.lhs TcMatches.lhs 
    ghc/compiler/types   TyCon.lhs TypeRep.lhs 
  Log:
  Unused imports and suchlike
  
  Revision  Changes    Path
  1.31      +1 -1      fptools/ghc/compiler/absCSyn/AbsCUtils.lhs
  1.76      +10 -5     fptools/ghc/compiler/basicTypes/Id.lhs
  1.29      +0 -1      fptools/ghc/compiler/codeGen/CgConTbls.lhs
  1.40      +6 -7      fptools/ghc/compiler/codeGen/CgExpr.lhs
  1.32      +1 -1      fptools/ghc/compiler/compMan/CompManager.lhs
  1.44      +1 -2      fptools/ghc/compiler/deSugar/DsForeign.lhs
  1.27      +1 -1      fptools/ghc/compiler/deSugar/DsListComp.lhs
  1.23      +4 -1      fptools/ghc/compiler/main/CodeOutput.lhs
  1.24      +3 -2      fptools/ghc/compiler/main/DriverFlags.hs
  1.62      +2 -18     fptools/ghc/compiler/main/HscTypes.lhs
  1.33      +8 -5      fptools/ghc/compiler/main/Main.hs
  1.61      +2 -3      fptools/ghc/compiler/nativeGen/MachCode.lhs
  1.142     +1 -1      fptools/ghc/compiler/rename/Rename.lhs
  1.58      +0 -2      fptools/ghc/compiler/rename/RnBinds.lhs
  1.64      +1 -1      fptools/ghc/compiler/rename/RnExpr.lhs
  1.130     +0 -4      fptools/ghc/compiler/rename/RnIfaces.lhs
  1.111     +2 -2      fptools/ghc/compiler/rename/RnNames.lhs
  1.43      +0 -1      fptools/ghc/compiler/simplCore/SetLevels.lhs
  1.82      +2 -2      fptools/ghc/compiler/simplCore/SimplCore.lhs
  1.37      +17 -18    fptools/ghc/compiler/simplStg/SimplStg.lhs
  1.25      +1 -1      fptools/ghc/compiler/simplStg/StgVarInfo.lhs
  1.43      +1 -1      fptools/ghc/compiler/stranal/WwLib.lhs
  1.104     +1 -1      fptools/ghc/compiler/typecheck/TcInstDcls.lhs
  1.37      +1 -1      fptools/ghc/compiler/typecheck/TcMatches.lhs
  1.47      +3 -1      fptools/ghc/compiler/types/TyCon.lhs
  1.14      +1 -1      fptools/ghc/compiler/types/TypeRep.lhs