[commit: ghc] ghc-8.2: users-guide: Document TemplateHaskell availability (b3f7e9b)

git at git.haskell.org git at git.haskell.org
Tue Mar 21 14:52:41 UTC 2017


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

On branch  : ghc-8.2
Link       : http://ghc.haskell.org/trac/ghc/changeset/b3f7e9b54d9f36938effd265c84d5567b34c905b/ghc

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

commit b3f7e9b54d9f36938effd265c84d5567b34c905b
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Sun Mar 19 11:26:08 2017 -0400

    users-guide: Document TemplateHaskell availability
    
    (cherry picked from commit 9c041294e5ac7e61e5d7f4858f22bd661dad25ae)


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

b3f7e9b54d9f36938effd265c84d5567b34c905b
 docs/users_guide/glasgow_exts.rst | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docs/users_guide/glasgow_exts.rst b/docs/users_guide/glasgow_exts.rst
index 0e8e956..17e096f 100644
--- a/docs/users_guide/glasgow_exts.rst
+++ b/docs/users_guide/glasgow_exts.rst
@@ -10564,6 +10564,7 @@ Syntax
 
 .. ghc-flag:: -XTemplateHaskell
 
+    :since: 6.0. Typed splices introduced in GHC 7.8.1.
     :implies: :ghc-flag:`-XTemplateHaskellQuotes`
 
     Enable Template Haskell's splice and quotation syntax.



More information about the ghc-commits mailing list