[commit: ghc] ghc-8.0: users-guide: Note #11995 in release notes (d7c5ddc)
git at git.haskell.org
git at git.haskell.org
Tue May 10 20:57:18 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : ghc-8.0
Link : http://ghc.haskell.org/trac/ghc/changeset/d7c5ddc80b3d6493832a1812b3832f4271ccb39a/ghc
>---------------------------------------------------------------
commit d7c5ddc80b3d6493832a1812b3832f4271ccb39a
Author: Ben Gamari <ben at smart-cactus.org>
Date: Tue May 10 22:58:27 2016 +0200
users-guide: Note #11995 in release notes
>---------------------------------------------------------------
d7c5ddc80b3d6493832a1812b3832f4271ccb39a
docs/users_guide/8.0.1-notes.rst | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/docs/users_guide/8.0.1-notes.rst b/docs/users_guide/8.0.1-notes.rst
index b2131ec..1e394d1 100644
--- a/docs/users_guide/8.0.1-notes.rst
+++ b/docs/users_guide/8.0.1-notes.rst
@@ -161,7 +161,7 @@ Language
synonym ``P`` and a type constructor ``T``, ``P`` can be bundled with ``T``
so that when ``T`` is imported ``P`` is also imported. With this change
a library author can provide either real data constructors or pattern
- synonyms in an opaque manner. See :ref:`pattern-synonyms` for details. ::
+ synonyms in an opaque manner. See :ref:`patsyn-impexp` for details. ::
-- Foo.hs
module Foo ( T(P) ) where
@@ -796,4 +796,6 @@ Win32
Known bugs
----------
-- None
+- The Haddock release shipped with the release currently does not show
+ :ref:`bundled pattern synonyms <patsyn-impexp>` in generated documentation
+ (:ghc-ticket:`111955`).
More information about the ghc-commits
mailing list