[commit: ghc] master: User's Guide: Add links to MFP wiki page (c7a058f)

git at git.haskell.org git at git.haskell.org
Wed Nov 25 23:32:29 UTC 2015


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

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

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

commit c7a058fb8fa4e9dea55692924b49057d63b2fffd
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date:   Thu Nov 26 00:26:23 2015 +0100

    User's Guide: Add links to MFP wiki page
    
    Test Plan: IIAM
    
    Reviewers: austin, bgamari, quchen
    
    Reviewed By: bgamari, quchen
    
    Subscribers: thomie
    
    Differential Revision: https://phabricator.haskell.org/D1529
    
    GHC Trac Issues: #10751


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

c7a058fb8fa4e9dea55692924b49057d63b2fffd
 docs/users_guide/7.12.1-notes.rst   | 3 ++-
 docs/users_guide/glasgow_exts.rst   | 3 ++-
 docs/users_guide/using-warnings.rst | 3 ++-
 3 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/docs/users_guide/7.12.1-notes.rst b/docs/users_guide/7.12.1-notes.rst
index 4456454..6fac019 100644
--- a/docs/users_guide/7.12.1-notes.rst
+++ b/docs/users_guide/7.12.1-notes.rst
@@ -161,7 +161,8 @@ Compiler
 -  Added the ``-fwarn-missing-monadfail-instance`` flag. When enabled, this
    will issue a warning if a failable pattern is used in a context that does
    not have a ``MonadFail`` constraint. This flag represents phase 1 of the
-   MonadFail proposal (MFP).
+   `MonadFail Proposal (MFP)
+   <https://prime.haskell.org/wiki/Libraries/Proposals/MonadFail>`__.
 
 GHCi
 ~~~~
diff --git a/docs/users_guide/glasgow_exts.rst b/docs/users_guide/glasgow_exts.rst
index 2289440..725ed2b 100644
--- a/docs/users_guide/glasgow_exts.rst
+++ b/docs/users_guide/glasgow_exts.rst
@@ -1818,7 +1818,8 @@ New monadic failure desugaring mechanism
 The ``-XMonadFailDesugaring`` extension switches the desugaring of
 ``do``-blocks to use ``MonadFail.fail`` instead of ``Monad.fail``. This will
 eventually be the default behaviour in a future GHC release, under the
-MonadFail Proposal (MFP).
+`MonadFail Proposal (MFP)
+<https://prime.haskell.org/wiki/Libraries/Proposals/MonadFail>`__.
 
 This extension is temporary, and will be deprecated in a future release. It is
 included so that library authors have a hard check for whether their code
diff --git a/docs/users_guide/using-warnings.rst b/docs/users_guide/using-warnings.rst
index 5bec157..4c2bc88 100644
--- a/docs/users_guide/using-warnings.rst
+++ b/docs/users_guide/using-warnings.rst
@@ -242,7 +242,8 @@ command line.
 
     Being part of the ``-Wcompat`` option group, this warning is off by
     default, but will be switched on in a future GHC release, as part of
-    the MFP (MonadFail Proposal).
+    the `MonadFail Proposal (MFP)
+    <https://prime.haskell.org/wiki/Libraries/Proposals/MonadFail>`__.
 
 ``-fwarn-deprecated-flags``
     .. index::



More information about the ghc-commits mailing list