[commit: ghc] th-new: Track TH stage in the renamer. (7ed67b4)
Geoffrey Mainland
gmainlan at microsoft.com
Wed May 29 19:17:31 CEST 2013
Repository : http://darcs.haskell.org/ghc.git/
On branch : th-new
https://github.com/ghc/ghc/commit/7ed67b4af78a68a5cd157fff94af1619103d9419
>---------------------------------------------------------------
commit 7ed67b4af78a68a5cd157fff94af1619103d9419
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 7ed67b4af78a68a5cd157fff94af1619103d9419
More information about the ghc-commits
mailing list