simonpj     2003/07/02 07:59:12 PDT

  Modified files:
    ghc/compiler/coreSyn CorePrep.lhs 
    ghc/compiler/deSugar DsArrows.lhs DsExpr.lhs 
    ghc/compiler/ghci    ByteCodeGen.lhs InteractiveUI.hs 
    ghc/compiler/main    HscMain.lhs 
    ghc/compiler/ndpFlatten FlattenMonad.hs Flattening.hs 
    ghc/compiler/simplCore SimplCore.lhs 
    ghc/compiler/stgSyn  CoreToStg.lhs 
    ghc/compiler/typecheck TcRnDriver.lhs TcRules.lhs TcSplice.lhs 
  Log:
  Some random import trimming
  
  Revision  Changes    Path
  1.32      +1 -1      fptools/ghc/compiler/coreSyn/CorePrep.lhs
  1.4       +5 -5      fptools/ghc/compiler/deSugar/DsArrows.lhs
  1.99      +1 -1      fptools/ghc/compiler/deSugar/DsExpr.lhs
  1.98      +5 -10     fptools/ghc/compiler/ghci/ByteCodeGen.lhs
  1.155     +3 -2      fptools/ghc/compiler/ghci/InteractiveUI.hs
  1.183     +0 -1      fptools/ghc/compiler/main/HscMain.lhs
  1.5       +0 -1      fptools/ghc/compiler/ndpFlatten/FlattenMonad.hs
  1.6       +1 -1      fptools/ghc/compiler/ndpFlatten/Flattening.hs
  1.112     +1 -2      fptools/ghc/compiler/simplCore/SimplCore.lhs
  1.107     +0 -1      fptools/ghc/compiler/stgSyn/CoreToStg.lhs
  1.41      +9 -11     fptools/ghc/compiler/typecheck/TcRnDriver.lhs
  1.46      +0 -1      fptools/ghc/compiler/typecheck/TcRules.lhs
  1.25      +3 -3      fptools/ghc/compiler/typecheck/TcSplice.lhs
_______________________________________________
Cvs-ghc mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to