[commit: ghc] ghc-7.10: docs: Fix #10210 (8ae3768)
git at git.haskell.org
git at git.haskell.org
Mon May 11 10:12:20 UTC 2015
Repository : ssh://git@git.haskell.org/ghc
On branch : ghc-7.10
Link : http://ghc.haskell.org/trac/ghc/changeset/8ae3768b3185db307fb911dda83e84f440bd048e/ghc
>---------------------------------------------------------------
commit 8ae3768b3185db307fb911dda83e84f440bd048e
Author: Austin Seipp <austin at well-typed.com>
Date: Mon May 11 05:13:00 2015 -0500
docs: Fix #10210
For some reason, I used 'href' instead of 'url'. Oops.
Signed-off-by: Austin Seipp <austin at well-typed.com>
>---------------------------------------------------------------
8ae3768b3185db307fb911dda83e84f440bd048e
docs/users_guide/7.10.1-notes.xml | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/docs/users_guide/7.10.1-notes.xml b/docs/users_guide/7.10.1-notes.xml
index fe430a5..92f125e 100644
--- a/docs/users_guide/7.10.1-notes.xml
+++ b/docs/users_guide/7.10.1-notes.xml
@@ -24,7 +24,7 @@
is a breaking change and your programs will need to be
updated.
Please see the <ulink
- href="https://ghc.haskell.org/trac/ghc/wiki/Migration/7.10">GHC
+ url="https://ghc.haskell.org/trac/ghc/wiki/Migration/7.10">GHC
7.10 Migration Guide</ulink> on the GHC wiki.
</para>
</listitem>
@@ -38,7 +38,7 @@
custom, less-generic versions. This is a change that
may require updates to your program.
Please see the <ulink
- href="https://ghc.haskell.org/trac/ghc/wiki/Migration/7.10">GHC
+ url="https://ghc.haskell.org/trac/ghc/wiki/Migration/7.10">GHC
7.10 Migration Guide</ulink> on the GHC wiki.
</para>
</listitem>
@@ -878,7 +878,7 @@ echo "[]" > package.conf
<para>
For issues dealing with language changes, please see
the <ulink
- href="https://ghc.haskell.org/trac/ghc/wiki/Migration/7.10">GHC
+ url="https://ghc.haskell.org/trac/ghc/wiki/Migration/7.10">GHC
7.10 Migration Guide</ulink> on the GHC wiki.
</para>
</listitem>
@@ -888,21 +888,21 @@ echo "[]" > package.conf
Collector currently suffers from a large performance
penalty due to a lack of system-specific optimization
(<ulink
- href="https://ghc.haskell.org/trac/ghc/ticket/7602">issue #7602</ulink>).
+ url="https://ghc.haskell.org/trac/ghc/ticket/7602">issue #7602</ulink>).
</para>
</listitem>
<listitem>
<para>
GHC's LLVM backend is currently incompatible with LLVM
3.4 (<ulink
- href="https://ghc.haskell.org/trac/ghc/ticket/9929">issue #9929</ulink>).
+ url="https://ghc.haskell.org/trac/ghc/ticket/9929">issue #9929</ulink>).
</para>
</listitem>
<listitem>
<para>
GHCi fails to appropriately load
<literal>.dyn_o</literal> files (<ulink
- href="https://ghc.haskell.org/trac/ghc/ticket/8736">issue #8736</ulink>).
+ url="https://ghc.haskell.org/trac/ghc/ticket/8736">issue #8736</ulink>).
</para>
</listitem>
<listitem>
@@ -912,13 +912,13 @@ echo "[]" > package.conf
means that GHC might hang, but it should do so only when the program
is ill-typed (due to non-terminating type-level features). The bugs
are reported as <ulink
- href="https://ghc.haskell.org/trac/ghc/ticket/7788">#7788</ulink>
+ url="https://ghc.haskell.org/trac/ghc/ticket/7788">#7788</ulink>
and <ulink
- href="https://ghc.haskell.org/trac/ghc/ticket/10139">#10139</ulink>.
+ url="https://ghc.haskell.org/trac/ghc/ticket/10139">#10139</ulink>.
There also remain certain obscure scenarios where the solver for
<literal>Coercible</literal> instances is known to be still
incomplete. See comments in <ulink
- href="https://ghc.haskell.org/trac/ghc/ticket/10079">#10079</ulink>.
+ url="https://ghc.haskell.org/trac/ghc/ticket/10079">#10079</ulink>.
</para>
</listitem>
</itemizedlist>
More information about the ghc-commits
mailing list