Repository : ssh://g...@git.haskell.org/ghc On branch : wip/th-new Link : http://ghc.haskell.org/trac/ghc/changeset/e036ddc0368e3bd9003133b009b9e05c8d8c9070/ghc
>--------------------------------------------------------------- commit e036ddc0368e3bd9003133b009b9e05c8d8c9070 Author: Geoffrey Mainland <mainl...@apeiron.net> Date: Wed May 1 17:45:22 2013 +0100 Track TH stage in the renamer. >--------------------------------------------------------------- e036ddc0368e3bd9003133b009b9e05c8d8c9070 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 e036ddc0368e3bd9003133b009b9e05c8d8c9070 _______________________________________________ ghc-commits mailing list ghc-commits@haskell.org http://www.haskell.org/mailman/listinfo/ghc-commits