cvs commit: fptools/ghc/compiler/basicTypes Id.lhs MkId.lhs SrcLoc.lhs fptools/ghc/compiler/codeGen CgExpr.lhs CgHeapery.lhs fptools/ghc/compiler/coreSyn CorePrep.lhs ExternalCore.lhs fptools/ghc/compiler/main Packages.lhs fptools/ghc/compiler/nativeGen ...

Simon Peyton Jones simonpj@glass.cse.ogi.edu
Mon, 19 Nov 2001 08:34:14 -0800


simonpj     2001/11/19 08:34:14 PST

  Modified files:
    ghc/compiler/basicTypes Id.lhs MkId.lhs SrcLoc.lhs 
    ghc/compiler/codeGen CgExpr.lhs CgHeapery.lhs 
    ghc/compiler/coreSyn CorePrep.lhs ExternalCore.lhs 
    ghc/compiler/main    Packages.lhs 
    ghc/compiler/nativeGen StixInfo.lhs StixMacro.lhs 
    ghc/compiler/rename  ParseIface.y RnEnv.lhs 
    ghc/compiler/simplCore FloatIn.lhs SimplMonad.lhs Simplify.lhs 
    ghc/compiler/stranal DmdAnal.lhs WwLib.lhs 
    ghc/compiler/typecheck Inst.lhs TcMatches.lhs TcMonad.lhs 
                           TcMonoType.lhs TcRules.lhs 
    ghc/compiler/utils   Outputable.lhs StringBuffer.lhs 
  Log:
  Tidy up imports
  
  Revision  Changes    Path
  1.99      +1 -3      fptools/ghc/compiler/basicTypes/Id.lhs
  1.85      +3 -4      fptools/ghc/compiler/basicTypes/MkId.lhs
  1.20      +1 -1      fptools/ghc/compiler/basicTypes/SrcLoc.lhs
  1.47      +2 -3      fptools/ghc/compiler/codeGen/CgExpr.lhs
  1.27      +1 -2      fptools/ghc/compiler/codeGen/CgHeapery.lhs
  1.18      +2 -2      fptools/ghc/compiler/coreSyn/CorePrep.lhs
  1.5       +0 -1      fptools/ghc/compiler/coreSyn/ExternalCore.lhs
  1.5       +1 -1      fptools/ghc/compiler/main/Packages.lhs
  1.20      +0 -1      fptools/ghc/compiler/nativeGen/StixInfo.lhs
  1.33      +1 -1      fptools/ghc/compiler/nativeGen/StixMacro.lhs
  1.115     +0 -1      fptools/ghc/compiler/rename/ParseIface.y
  1.131     +0 -2      fptools/ghc/compiler/rename/RnEnv.lhs
  1.31      +1 -1      fptools/ghc/compiler/simplCore/FloatIn.lhs
  1.46      +1 -3      fptools/ghc/compiler/simplCore/SimplMonad.lhs
  1.127     +3 -3      fptools/ghc/compiler/simplCore/Simplify.lhs
  1.32      +1 -1      fptools/ghc/compiler/stranal/DmdAnal.lhs
  1.59      +1 -3      fptools/ghc/compiler/stranal/WwLib.lhs
  1.86      +0 -1      fptools/ghc/compiler/typecheck/Inst.lhs
  1.56      +3 -6      fptools/ghc/compiler/typecheck/TcMatches.lhs
  1.70      +1 -2      fptools/ghc/compiler/typecheck/TcMonad.lhs
  1.90      +3 -3      fptools/ghc/compiler/typecheck/TcMonoType.lhs
  1.32      +1 -1      fptools/ghc/compiler/typecheck/TcRules.lhs
  1.47      +1 -1      fptools/ghc/compiler/utils/Outputable.lhs
  1.51      +11 -10    fptools/ghc/compiler/utils/StringBuffer.lhs