[commit: ghc] th-new: Move renamer splice functionality into a separate module. (a751155)

Geoffrey Mainland gmainlan at microsoft.com
Thu May 16 17:06:21 CEST 2013


Repository : http://darcs.haskell.org/ghc.git/

On branch  : th-new

https://github.com/ghc/ghc/commit/a751155a93ce176cd5d5e22e5bc1f1bf45febf0a

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

commit a751155a93ce176cd5d5e22e5bc1f1bf45febf0a
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        |  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 show a751155a93ce176cd5d5e22e5bc1f1bf45febf0a



More information about the ghc-commits mailing list