[commit: ghc] : Track TH stage in the renamer. (9726c67)

Geoffrey Mainland gmainlan at microsoft.com
Wed Jun 12 12:03:22 CEST 2013


Repository : http://darcs.haskell.org/ghc.git/

On branch  : 

https://github.com/ghc/ghc/commit/9726c67117df603af9b9de494a757c327cefd9bd

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

commit 9726c67117df603af9b9de494a757c327cefd9bd
Author: Geoffrey Mainland <mainland at apeiron.net>
Date:   Wed May 1 17:45:22 2013 +0100

    Track TH stage in the renamer.

 compiler/basicTypes/RdrName.lhs      |  48 +++--
 compiler/deSugar/DsExpr.lhs          |   1 +
 compiler/deSugar/DsMeta.hs           |   2 +-
 compiler/hsSyn/HsExpr.lhs            |  70 ++++++-
 compiler/rename/RnEnv.lhs            |  13 +-
 compiler/rename/RnExpr.lhs           |  11 +-
 compiler/rename/RnSplice.lhs         | 379 ++++++++++++++++++++++++++---------
 compiler/typecheck/TcEnv.lhs         |  34 ++--
 compiler/typecheck/TcExpr.lhs        |  10 +-
 compiler/typecheck/TcHsSyn.lhs       |  21 +-
 compiler/typecheck/TcSplice.lhs      | 234 ++++++++++-----------
 compiler/typecheck/TcSplice.lhs-boot |  13 +-
 12 files changed, 556 insertions(+), 280 deletions(-)


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

    git show 9726c67117df603af9b9de494a757c327cefd9bd



More information about the ghc-commits mailing list