[commit: ghc] wip/th-new: Move renamer splice functionality into a separate module. (0aa053f)

git at git.haskell.org git at git.haskell.org
Mon Sep 23 07:36:03 CEST 2013


Repository : ssh://git@git.haskell.org/ghc

On branch  : wip/th-new
Link       : http://ghc.haskell.org/trac/ghc/changeset/0aa053f3643beaf216ea902abe6151930ad6e848/ghc

>---------------------------------------------------------------

commit 0aa053f3643beaf216ea902abe6151930ad6e848
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.


>---------------------------------------------------------------

0aa053f3643beaf216ea902abe6151930ad6e848
 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 0aa053f3643beaf216ea902abe6151930ad6e848



More information about the ghc-commits mailing list