summaryrefslogtreecommitdiff
path: root/docs/users_guide/separate_compilation.xml
diff options
context:
space:
mode:
authorsven.panne@aedion.de <unknown>2007-02-07 16:34:04 +0000
committersven.panne@aedion.de <unknown>2007-02-07 16:34:04 +0000
commita8e681c1e8aa4bc602714ff61583cd4e969d7187 (patch)
treee65508610279a1514aceb9290f6b33585b5c7b12 /docs/users_guide/separate_compilation.xml
parent2f4e21c6f741995e20cc3b53b109ff9edf18eb3c (diff)
downloadhaskell-a8e681c1e8aa4bc602714ff61583cd4e969d7187.tar.gz
Improved naming of generated HTML files by using nice IDs
Diffstat (limited to 'docs/users_guide/separate_compilation.xml')
-rw-r--r--docs/users_guide/separate_compilation.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/users_guide/separate_compilation.xml b/docs/users_guide/separate_compilation.xml
index d0f83a3764..c890f60d93 100644
--- a/docs/users_guide/separate_compilation.xml
+++ b/docs/users_guide/separate_compilation.xml
@@ -812,7 +812,7 @@ can be given abstractly, by omitting the '=' sign and everything that follows.
it out precisely as in its real definition.</para>
<para>
If you do not write out the constructors, you may need to give a kind
- annotation (<xref linkend="sec-kinding"/>), to tell
+ annotation (<xref linkend="kinding"/>), to tell
GHC the kind of the type variable, if it is not "*". (In source files, this is worked out
from the way the type variable is used in the constructors.) For example:
<programlisting>
@@ -915,11 +915,11 @@ Foo.o Foo.hc Foo.s : Baz.hi # Foo imports Baz
<literal>make</literal> looks for a rule to do so; one of the
preceding suffix rules does the job nicely. These dependencies
can be generated automatically by <command>ghc</command>; see
- <xref linkend="sec-makefile-dependencies"/></para>
+ <xref linkend="makefile-dependencies"/></para>
</sect2>
- <sect2 id="sec-makefile-dependencies">
+ <sect2 id="makefile-dependencies">
<title>Dependency generation</title>
<indexterm><primary>dependencies in Makefiles</primary></indexterm>
<indexterm><primary>Makefile dependencies</primary></indexterm>