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

git at git.haskell.org git at git.haskell.org
Tue Jul 11 18:36:39 UTC 2017


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

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

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

commit ec351b86c1a7f242c5495861ccbd4818c30e521d
Author: Matthew Pickering <matthewtpickering at gmail.com>
Date:   Tue Jul 11 14:01:11 2017 -0400

    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


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

ec351b86c1a7f242c5495861ccbd4818c30e521d
 libraries/template-haskell/changelog.md | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/libraries/template-haskell/changelog.md b/libraries/template-haskell/changelog.md
index 305e39c..8eddedc 100644
--- a/libraries/template-haskell/changelog.md
+++ b/libraries/template-haskell/changelog.md
@@ -1,5 +1,11 @@
 # Changelog for [`template-haskell` package](http://hackage.haskell.org/package/template-haskell)
 
+## 2.13.0.0 *TBA*
+
+  * Bundled with GHC *TBA*
+
+  * Add support for overloaded labels. Introduces `labelE :: String -> ExpQ`.
+
 ## 2.12.0.0 *TBA*
 
   * Bundled with GHC *TBA*



More information about the ghc-commits mailing list