[commit: ghc] master: Fix-up Docbook XML broken in f4046b508a5a7 (d80bd87)
git at git.haskell.org
git at git.haskell.org
Wed Sep 18 08:56:13 CEST 2013
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/d80bd87b00d8e40a50c12d2416a65e0f9ce9fe32/ghc
>---------------------------------------------------------------
commit d80bd87b00d8e40a50c12d2416a65e0f9ce9fe32
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date: Wed Sep 18 08:54:45 2013 +0200
Fix-up Docbook XML broken in f4046b508a5a7
>---------------------------------------------------------------
d80bd87b00d8e40a50c12d2416a65e0f9ce9fe32
docs/users_guide/separate_compilation.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/users_guide/separate_compilation.xml b/docs/users_guide/separate_compilation.xml
index c571c39..8122d53 100644
--- a/docs/users_guide/separate_compilation.xml
+++ b/docs/users_guide/separate_compilation.xml
@@ -878,7 +878,7 @@ methods entirely; but you must either omit them all or put them all in.
</para></listitem>
<listitem><para> You can include instance declarations just as in Haskell; but omit the "where" part.
</para></listitem>
-<listitem><para>The default role for class and datatype parameters is now representational. To get another role, use a role annotation. (See <xref linkend="roles"/>.)
+<listitem><para>The default role for class and datatype parameters is now representational. To get another role, use a role annotation. (See <xref linkend="roles"/>.)</para></listitem>
</itemizedlist>
</para>
</sect2>
More information about the ghc-commits
mailing list