[commit: ghc] : Track TH stage in the renamer. (30a19ba)
Geoffrey Mainland
gmainlan at microsoft.com
Wed Jun 12 13:45:06 CEST 2013
Repository : http://darcs.haskell.org/ghc.git/
On branch :
https://github.com/ghc/ghc/commit/30a19ba3ebcb5bb16ba4d443a53e19059ecfdcfb
>---------------------------------------------------------------
commit 30a19ba3ebcb5bb16ba4d443a53e19059ecfdcfb
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 | 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(+), 287 deletions(-)
Diff suppressed because of size. To see it, use:
git show 30a19ba3ebcb5bb16ba4d443a53e19059ecfdcfb
More information about the ghc-commits
mailing list