[commit: ghc] master: users-guide: Kill extraneous link (f95e669)

git at git.haskell.org git at git.haskell.org
Fri Dec 23 22:48:13 UTC 2016


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

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

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

commit f95e6697250ad641efb167ae3cff65eaa5e96d07
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Thu Dec 22 13:07:23 2016 -0500

    users-guide: Kill extraneous link


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

f95e6697250ad641efb167ae3cff65eaa5e96d07
 utils/mkUserGuidePart/Options/Warnings.hs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/utils/mkUserGuidePart/Options/Warnings.hs b/utils/mkUserGuidePart/Options/Warnings.hs
index 0f00b51..f18222e 100644
--- a/utils/mkUserGuidePart/Options/Warnings.hs
+++ b/utils/mkUserGuidePart/Options/Warnings.hs
@@ -421,7 +421,7 @@ warningsOptions =
   , flag { flagName = "-Wdeferred-out-of-scope-variables"
          , flagDescription =
            "Report warnings when variable out-of-scope errors are "++
-           ":ref:`deferred until runtime <defer-out-of-scope-variables>`. "++
+           ":ref:`deferred until runtime. "++
            "See :ghc-flag:`-fdefer-out-of-scope-variables`."
          , flagType = DynamicFlag
          , flagReverse = "-Wno-deferred-out-of-scope-variables"



More information about the ghc-commits mailing list