[commit: ghc] master: Update release notes for type sigs in TH patterns patch (1cab42d)

git at git.haskell.org git at git.haskell.org
Sat Nov 5 22:16:22 UTC 2016


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

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

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

commit 1cab42d88d91f61528a160c212a163f9b2147760
Author: Matthew Pickering <matthewtpickering at gmail.com>
Date:   Sat Nov 5 22:15:14 2016 +0000

    Update release notes for type sigs in TH patterns patch
    
    [skip ci]


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

1cab42d88d91f61528a160c212a163f9b2147760
 docs/users_guide/8.2.1-notes.rst | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/docs/users_guide/8.2.1-notes.rst b/docs/users_guide/8.2.1-notes.rst
index 8988630..8edc7a2 100644
--- a/docs/users_guide/8.2.1-notes.rst
+++ b/docs/users_guide/8.2.1-notes.rst
@@ -80,6 +80,8 @@ Template Haskell
    correctly. Previously, Template Haskell would implicitly remove the
    parentheses when splicing, which would turn ``(# Int #)`` into ``Int``.
 
+-  Add support for type signatures in patterns. (:ghc-ticket:`12164`)
+
 Runtime system
 ~~~~~~~~~~~~~~
 



More information about the ghc-commits mailing list