summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2013-09-14 12:28:01 +0200
committerJoachim Breitner <mail@joachim-breitner.de>2013-09-14 12:28:01 +0200
commit1534b1dcfa192daa023d306a06fe0bd97f036f60 (patch)
tree5a9053dfce094f9fcae0a3ae670298a5bf8835ab /docs
parent9278994a3606783f60101057646a1fab4e4d217d (diff)
downloadhaskell-1534b1dcfa192daa023d306a06fe0bd97f036f60.tar.gz
Fix links in #special-ids section
This completes the change from [7ea49661c]: GHC.Exts lives in base, not in ghc-prim.
Diffstat (limited to 'docs')
-rw-r--r--docs/users_guide/glasgow_exts.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/users_guide/glasgow_exts.xml b/docs/users_guide/glasgow_exts.xml
index 1a754af3d9..d27336b511 100644
--- a/docs/users_guide/glasgow_exts.xml
+++ b/docs/users_guide/glasgow_exts.xml
@@ -10539,11 +10539,11 @@ r) ->
In particular:
<itemizedlist>
<listitem><para>
-<ulink url="&libraryGhcPrimLocation;/GHC-Exts.html#v%3Ainline"><literal>inline</literal></ulink>
+<ulink url="&libraryBaseLocation;/GHC-Exts.html#v%3Ainline"><literal>inline</literal></ulink>
allows control over inlining on a per-call-site basis.
</para></listitem>
<listitem><para>
-<ulink url="&libraryGhcPrimLocation;/GHC-Exts.html#v%3Alazy"><literal>lazy</literal></ulink>
+<ulink url="&libraryBaseLocation;/GHC-Exts.html#v%3Alazy"><literal>lazy</literal></ulink>
restrains the strictness analyser.
</para></listitem>
</itemizedlist>