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

git at git.haskell.org git at git.haskell.org
Mon Sep 16 07:07:09 CEST 2013


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

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

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

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

    Track TH stage in the renamer.


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

9a8cdd65cad02f5bea39602e61a98a57bca0e08d
 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 9a8cdd65cad02f5bea39602e61a98a57bca0e08d



More information about the ghc-commits mailing list