[commit: ghc] th-new: Track TH stage in the renamer. (98d8c4e)
Geoffrey Mainland
gmainlan at microsoft.com
Wed May 22 11:03:00 CEST 2013
Repository : http://darcs.haskell.org/ghc.git/
On branch : th-new
https://github.com/ghc/ghc/commit/98d8c4ecfe54f8916bb0dc10d59d7aff1944e75f
>---------------------------------------------------------------
commit 98d8c4ecfe54f8916bb0dc10d59d7aff1944e75f
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 98d8c4ecfe54f8916bb0dc10d59d7aff1944e75f
More information about the ghc-commits
mailing list