Repository : ssh://darcs.haskell.org//srv/darcs/ghc

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/fb31191a76b0b623e11aab8486643bc175a8712e

>---------------------------------------------------------------

commit fb31191a76b0b623e11aab8486643bc175a8712e
Author: Ian Lynagh <i...@well-typed.com>
Date:   Fri Nov 2 14:47:38 2012 +0000

    Refactoring: Make a HasModule class for getModule

 compiler/basicTypes/Module.lhs      |    8 ++++++++
 compiler/deSugar/DsForeign.lhs      |    6 +-----
 compiler/deSugar/DsMonad.lhs        |    3 +++
 compiler/rename/RnBinds.lhs         |    1 +
 compiler/rename/RnEnv.lhs           |    2 +-
 compiler/rename/RnExpr.lhs          |    1 +
 compiler/simplCore/CoreMonad.lhs    |    8 ++++----
 compiler/typecheck/TcBinds.lhs      |    1 +
 compiler/typecheck/TcEnv.lhs        |   17 +++++++++--------
 compiler/typecheck/TcRnMonad.lhs    |    3 ---
 compiler/typecheck/TcRnTypes.lhs    |    6 ++++++
 compiler/typecheck/TcTyClsDecls.lhs |    1 +
 compiler/utils/IOEnv.hs             |    5 +++++
 13 files changed, 41 insertions(+), 21 deletions(-)


Diff suppressed because of size. To see it, use:

    git show fb31191a76b0b623e11aab8486643bc175a8712e

_______________________________________________
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to