[commit: ghc] th-new-7.6: Track TH stage in the renamer. (262eb16)
Geoffrey Mainland
gmainlan at microsoft.com
Thu Jun 27 11:40:51 CEST 2013
Repository : http://darcs.haskell.org/ghc.git/
On branch : th-new-7.6
https://github.com/ghc/ghc/commit/262eb168805b09df52532a5c207457f5d75d4459
>---------------------------------------------------------------
commit 262eb168805b09df52532a5c207457f5d75d4459
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 | 11 +-
compiler/rename/RnSplice.lhs | 379 ++++++++++++++++++++++++++---------
compiler/typecheck/TcEnv.lhs | 34 ++--
compiler/typecheck/TcExpr.lhs | 10 +-
compiler/typecheck/TcHsSyn.lhs | 21 +-
compiler/typecheck/TcSplice.lhs | 234 ++++++++++-----------
compiler/typecheck/TcSplice.lhs-boot | 13 +-
12 files changed, 556 insertions(+), 280 deletions(-)
Diff suppressed because of size. To see it, use:
git show 262eb168805b09df52532a5c207457f5d75d4459
More information about the ghc-commits
mailing list