summaryrefslogtreecommitdiff
path: root/docs/users_guide/7.12.1-notes.rst
diff options
context:
space:
mode:
authorHerbert Valerio Riedel <hvr@gnu.org>2015-11-26 00:26:23 +0100
committerBen Gamari <ben@smart-cactus.org>2015-11-26 00:26:24 +0100
commitc7a058fb8fa4e9dea55692924b49057d63b2fffd (patch)
treec2a1203d830cf03e381457817cfd6508d081f64a /docs/users_guide/7.12.1-notes.rst
parent9aa94586fde73e818e32e5cc0e6420f6ed36a80b (diff)
downloadhaskell-c7a058fb8fa4e9dea55692924b49057d63b2fffd.tar.gz
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
Diffstat (limited to 'docs/users_guide/7.12.1-notes.rst')
-rw-r--r--docs/users_guide/7.12.1-notes.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/users_guide/7.12.1-notes.rst b/docs/users_guide/7.12.1-notes.rst
index 4456454503..6fac019879 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
~~~~