summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2017-03-19 11:26:08 -0400
committerBen Gamari <ben@smart-cactus.org>2017-03-19 14:48:20 -0400
commit9c041294e5ac7e61e5d7f4858f22bd661dad25ae (patch)
tree8961683ced551038ff7d4cb59e02c7d1a0da11b1 /docs
parentd744c8645e77b97122339b35c4d6c757e606c196 (diff)
downloadhaskell-9c041294e5ac7e61e5d7f4858f22bd661dad25ae.tar.gz
users-guide: Document TemplateHaskell availability
Diffstat (limited to 'docs')
-rw-r--r--docs/users_guide/glasgow_exts.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/users_guide/glasgow_exts.rst b/docs/users_guide/glasgow_exts.rst
index 8893a23aa7..96fe958baf 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.