[commit: ghc] wip/th-new: Track TH stage in the renamer. (e036ddc)

git at git.haskell.org git
Fri Oct 4 21:47:56 UTC 2013


Repository : ssh://git at git.haskell.org/ghc

On branch  : wip/th-new
Link       : http://ghc.haskell.org/trac/ghc/changeset/e036ddc0368e3bd9003133b009b9e05c8d8c9070/ghc

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

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

    Track TH stage in the renamer.


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

e036ddc0368e3bd9003133b009b9e05c8d8c9070
 compiler/basicTypes/RdrName.lhs      |   48 +++--
 compiler/deSugar/DsExpr.lhs          |    1 +
 compiler/deSugar/DsMeta.hs           |    2 +-
 compiler/hsSyn/HsExpr.lhs            |   71 ++++++-
 compiler/rename/RnEnv.lhs            |   13 +-
 compiler/rename/RnExpr.lhs           |    9 +-
 compiler/rename/RnSplice.lhs         |  381 +++++++++++++++++++++++++---------
 compiler/typecheck/TcEnv.lhs         |   34 +--
 compiler/typecheck/TcExpr.lhs        |    8 +-
 compiler/typecheck/TcHsSyn.lhs       |   17 +-
 compiler/typecheck/TcSplice.lhs      |  251 ++++++++++------------
 compiler/typecheck/TcSplice.lhs-boot |   11 +-
 12 files changed, 558 insertions(+), 288 deletions(-)

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

    git diff-tree --root --patch-with-stat --no-color --find-copies-harder --ignore-space-at-eol --cc e036ddc0368e3bd9003133b009b9e05c8d8c9070



More information about the ghc-commits mailing list