[commit: ghc] master: Docs: Fix typo in glasgow_exts.rst (078beea)
git at git.haskell.org
git at git.haskell.org
Tue Feb 7 16:18:11 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/078beea9e97033ca88c6415a5e019ca0eb19389d/ghc
>---------------------------------------------------------------
commit 078beea9e97033ca88c6415a5e019ca0eb19389d
Author: Daniel Gröber <dxld at darkboxed.org>
Date: Tue Feb 7 17:07:10 2017 +0100
Docs: Fix typo in glasgow_exts.rst
>---------------------------------------------------------------
078beea9e97033ca88c6415a5e019ca0eb19389d
docs/users_guide/glasgow_exts.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/users_guide/glasgow_exts.rst b/docs/users_guide/glasgow_exts.rst
index c2d8437..f9869ca 100644
--- a/docs/users_guide/glasgow_exts.rst
+++ b/docs/users_guide/glasgow_exts.rst
@@ -10615,7 +10615,7 @@ Using Template Haskell
----------------------
- The data types and monadic constructor functions for Template Haskell
- are in the library ``Language.Haskell.THSyntax``.
+ are in the library ``Language.Haskell.TH.Syntax``.
- You can only run a function at compile time if it is imported from
another module. That is, you can't define a function in a module, and
More information about the ghc-commits
mailing list