[commit: ghc] master: Fix links in #special-ids section (1534b1d)

git at git.haskell.org git at git.haskell.org
Sat Sep 14 12:29:26 CEST 2013


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/1534b1dcfa192daa023d306a06fe0bd97f036f60/ghc

>---------------------------------------------------------------

commit 1534b1dcfa192daa023d306a06fe0bd97f036f60
Author: Joachim Breitner <mail at joachim-breitner.de>
Date:   Sat Sep 14 12:28:01 2013 +0200

    Fix links in #special-ids section
    
    This completes the change from [7ea49661c]: GHC.Exts lives in base, not
    in ghc-prim.


>---------------------------------------------------------------

1534b1dcfa192daa023d306a06fe0bd97f036f60
 docs/users_guide/glasgow_exts.xml |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/users_guide/glasgow_exts.xml b/docs/users_guide/glasgow_exts.xml
index 1a754af..d27336b 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>




More information about the ghc-commits mailing list