[commit: ghc] master: users-guide: Wibbles (61011b4)

git at git.haskell.org git at git.haskell.org
Thu Jan 14 11:43:55 UTC 2016


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/61011b4e76fcdaa6602faf3e735ed5afd2240d00/ghc

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

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

    users-guide: Wibbles


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

61011b4e76fcdaa6602faf3e735ed5afd2240d00
 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 f53478d..1910fc9 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