[commit: ghc] ghc-8.0: rel-notes: Fix Trac reference (4a55457)
git at git.haskell.org
git at git.haskell.org
Sat Jun 4 07:35:51 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : ghc-8.0
Link : http://ghc.haskell.org/trac/ghc/changeset/4a55457d16eea654c892ccb474fd319744f7fb7b/ghc
>---------------------------------------------------------------
commit 4a55457d16eea654c892ccb474fd319744f7fb7b
Author: Ben Gamari <ben at smart-cactus.org>
Date: Sat May 21 20:56:32 2016 +0200
rel-notes: Fix Trac reference
>---------------------------------------------------------------
4a55457d16eea654c892ccb474fd319744f7fb7b
docs/users_guide/8.0.1-notes.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/users_guide/8.0.1-notes.rst b/docs/users_guide/8.0.1-notes.rst
index 6e552be..3035e77 100644
--- a/docs/users_guide/8.0.1-notes.rst
+++ b/docs/users_guide/8.0.1-notes.rst
@@ -200,7 +200,7 @@ Language
explicit export list in ``Bar``.
- GHC has grown a :ghc-flag:`-XUndecidableSuperClasses` language extension,
- which relaxes GHC's recursive superclass check (see :ghc-ticket:`11318`).
+ which relaxes GHC's recursive superclass check (see :ghc-ticket:`10318`).
This allows class definitions which have mutually recursive superclass
constraints at the expense of potential non-termination in the solver.
More information about the ghc-commits
mailing list