[commit: ghc] th-new-7.6: Move renamer splice functionality into a separate module. (212d3f5)
Geoffrey Mainland
gmainlan at microsoft.com
Thu Jun 27 11:40:46 CEST 2013
Repository : http://darcs.haskell.org/ghc.git/
On branch : th-new-7.6
https://github.com/ghc/ghc/commit/212d3f5adfa0092630c71c6ace12ac0947e19feb
>---------------------------------------------------------------
commit 212d3f5adfa0092630c71c6ace12ac0947e19feb
Author: Geoffrey Mainland <mainland at apeiron.net>
Date: Tue Apr 23 22:10:48 2013 +0100
Move renamer splice functionality into a separate module.
This structure now matches that of the type checker.
compiler/ghc.cabal.in | 1 +
compiler/rename/RnExpr.lhs | 58 +----------------
compiler/rename/RnSplice.lhs | 132 ++++++++++++++++++++++++++++++++++++++
compiler/rename/RnSplice.lhs-boot | 16 +++++
compiler/rename/RnTypes.lhs | 61 +-----------------
5 files changed, 152 insertions(+), 116 deletions(-)
Diff suppressed because of size. To see it, use:
git show 212d3f5adfa0092630c71c6ace12ac0947e19feb
More information about the ghc-commits
mailing list