[commit: ghc] wip/th-new: Add full support for declaration splices. (b87a87a)

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


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

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

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

commit b87a87a2695416da884062d2d6cf5f65f5f2f747
Author: Geoffrey Mainland <mainland at apeiron.net>
Date:   Mon May 20 11:37:59 2013 +0100

    Add full support for declaration splices.
    
    Since declaration splices are now untyped, they can be used anywhere a
    declaration is valid, including in declaration brackets.


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

b87a87a2695416da884062d2d6cf5f65f5f2f747
 compiler/hsSyn/HsDecls.lhs           |   16 +++++++---
 compiler/hsSyn/HsExpr.lhs            |    2 ++
 compiler/parser/Parser.y.pp          |   34 +++++++++++++--------
 compiler/parser/RdrHsSyn.lhs         |   12 +++++---
 compiler/rename/RnSource.lhs         |    7 ++++-
 compiler/rename/RnSplice.lhs         |   56 ++++++++++++++++++++++++++++------
 compiler/rename/RnSplice.lhs-boot    |    2 ++
 compiler/typecheck/TcHsSyn.lhs       |    3 ++
 compiler/typecheck/TcRnDriver.lhs    |    9 +++---
 compiler/typecheck/TcSplice.lhs      |   12 ++++++--
 compiler/typecheck/TcSplice.lhs-boot |    2 +-
 11 files changed, 116 insertions(+), 39 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 b87a87a2695416da884062d2d6cf5f65f5f2f747



More information about the ghc-commits mailing list