[commit: ghc] ghc-8.0: users-guide: Wibbles (5daf176)

git at git.haskell.org git at git.haskell.org
Thu Jan 14 12:18:00 UTC 2016


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

On branch  : ghc-8.0
Link       : http://ghc.haskell.org/trac/ghc/changeset/5daf1768419c58c63c69b8f8a47abd1eba0839b9/ghc

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

commit 5daf1768419c58c63c69b8f8a47abd1eba0839b9
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Wed Jan 13 19:53:01 2016 +0100

    users-guide: Wibbles
    
    (cherry picked from commit 61011b4e76fcdaa6602faf3e735ed5afd2240d00)


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

5daf1768419c58c63c69b8f8a47abd1eba0839b9
 docs/users_guide/glasgow_exts.rst | 2 +-
 docs/users_guide/profiling.rst    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/users_guide/glasgow_exts.rst b/docs/users_guide/glasgow_exts.rst
index 7d37c63..2769a1a 100644
--- a/docs/users_guide/glasgow_exts.rst
+++ b/docs/users_guide/glasgow_exts.rst
@@ -12239,7 +12239,7 @@ package on Hackage.
 More information
 ----------------
 
-For more details please refer to the `HaskellWiki
+For more details please refer to the `Haskell Wiki
 page <http://www.haskell.org/haskellwiki/GHC.Generics>`__ or the
 original paper [Generics2010]_.
 
diff --git a/docs/users_guide/profiling.rst b/docs/users_guide/profiling.rst
index a163173..4d0bb3a 100644
--- a/docs/users_guide/profiling.rst
+++ b/docs/users_guide/profiling.rst
@@ -335,7 +335,7 @@ for all modules in a program.
 
     Adds an automatic ``SCC`` annotation to all *call sites*. This is
     particularly useful when using profiling for the purposes of
-    generating stack traces; see the function ``traceStack`` in the
+    generating stack traces; see the function :base-ref:`traceStack <Debug-Trace.html#traceShow>` in the
     module ``Debug.Trace``, or the :rts-flag:`-xc` RTS flag
     (:ref:`rts-options-debugging`) for more details.
 



More information about the ghc-commits mailing list