[commit: ghc] wip/th-new: Move renamer splice functionality into a separate module. (22818ab)
git at git.haskell.org
git
Fri Oct 4 21:48:04 UTC 2013
Repository : ssh://git at git.haskell.org/ghc
On branch : wip/th-new
Link : http://ghc.haskell.org/trac/ghc/changeset/22818ab0b057ea6d55226be7bd4f8c916be1f233/ghc
>---------------------------------------------------------------
commit 22818ab0b057ea6d55226be7bd4f8c916be1f233
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.
>---------------------------------------------------------------
22818ab0b057ea6d55226be7bd4f8c916be1f233
compiler/ghc.cabal.in | 1 +
compiler/rename/RnExpr.lhs | 59 +----------------
compiler/rename/RnSplice.lhs | 132 +++++++++++++++++++++++++++++++++++++
compiler/rename/RnSplice.lhs-boot | 16 +++++
compiler/rename/RnTypes.lhs | 61 +----------------
5 files changed, 152 insertions(+), 117 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 22818ab0b057ea6d55226be7bd4f8c916be1f233
More information about the ghc-commits
mailing list