diff options
author | Ben Gamari <ben@smart-cactus.org> | 2017-03-19 11:26:08 -0400 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2017-03-19 14:48:20 -0400 |
commit | 9c041294e5ac7e61e5d7f4858f22bd661dad25ae (patch) | |
tree | 8961683ced551038ff7d4cb59e02c7d1a0da11b1 /docs | |
parent | d744c8645e77b97122339b35c4d6c757e606c196 (diff) | |
download | haskell-9c041294e5ac7e61e5d7f4858f22bd661dad25ae.tar.gz |
users-guide: Document TemplateHaskell availability
Diffstat (limited to 'docs')
-rw-r--r-- | docs/users_guide/glasgow_exts.rst | 1 |
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. |