[commit: ghc] master: users-guide: Document TemplateHaskell availability (9c04129)
git at git.haskell.org
git at git.haskell.org
Sun Mar 19 18:48:43 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/9c041294e5ac7e61e5d7f4858f22bd661dad25ae/ghc
>---------------------------------------------------------------
commit 9c041294e5ac7e61e5d7f4858f22bd661dad25ae
Author: Ben Gamari <ben at smart-cactus.org>
Date: Sun Mar 19 11:26:08 2017 -0400
users-guide: Document TemplateHaskell availability
>---------------------------------------------------------------
9c041294e5ac7e61e5d7f4858f22bd661dad25ae
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 8893a23..96fe958 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