[commit: ghc] master: Add Template Haskell support for overloaded labels (81de42c)

git at git.haskell.org git at git.haskell.org
Tue Jul 11 18:10:22 UTC 2017


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/81de42cb589540666a365808318589211924f9cd/ghc

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

commit 81de42cb589540666a365808318589211924f9cd
Author: Matthew Pickering <matthewtpickering at gmail.com>
Date:   Tue Jul 11 19:01:31 2017 +0100

    Add Template Haskell support for overloaded labels
    
    Reviewers: RyanGlScott, austin, goldfire, bgamari
    
    Reviewed By: RyanGlScott, goldfire, bgamari
    
    Subscribers: rwbarton, thomie
    
    Differential Revision: https://phabricator.haskell.org/D3715


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

81de42cb589540666a365808318589211924f9cd
 compiler/deSugar/DsMeta.hs                          |  8 +++++++-
 compiler/hsSyn/Convert.hs                           |  1 +
 compiler/prelude/THNames.hs                         |  8 ++++++--
 .../template-haskell/Language/Haskell/TH/Lib.hs     |  5 ++++-
 .../template-haskell/Language/Haskell/TH/Ppr.hs     |  1 +
 .../template-haskell/Language/Haskell/TH/Syntax.hs  |  1 +
 libraries/template-haskell/changelog.md             |  2 ++
 testsuite/tests/th/TH_overloadedlabels.hs           | 21 +++++++++++++++++++++
 testsuite/tests/th/all.T                            |  1 +
 9 files changed, 44 insertions(+), 4 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 81de42cb589540666a365808318589211924f9cd


More information about the ghc-commits mailing list