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

git at git.haskell.org git at git.haskell.org
Mon Sep 16 07:06:54 CEST 2013


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

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

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

commit 8ffbd292a56e0d8e56a7cf563ede3f4316c9c8ed
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.


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

8ffbd292a56e0d8e56a7cf563ede3f4316c9c8ed
 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 8ffbd292a56e0d8e56a7cf563ede3f4316c9c8ed



More information about the ghc-commits mailing list