[commit: ghc] master: update link to MonadFail proposal (9032d05)

git at git.haskell.org git at git.haskell.org
Wed Nov 25 12:28:43 UTC 2015


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

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

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

commit 9032d0565f6a6f1e63e6d0ba79ee2371b9d823fc
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date:   Wed Nov 25 13:22:47 2015 +0100

    update link to MonadFail proposal
    
    [skip ci]


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

9032d0565f6a6f1e63e6d0ba79ee2371b9d823fc
 libraries/base/Control/Monad/Fail.hs | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/libraries/base/Control/Monad/Fail.hs b/libraries/base/Control/Monad/Fail.hs
index 0bbe65b..9c5afbe 100644
--- a/libraries/base/Control/Monad/Fail.hs
+++ b/libraries/base/Control/Monad/Fail.hs
@@ -31,7 +31,8 @@
 --   fail = {- ...fail implementation... -}
 -- @
 --
--- See <https://wiki.haskell.org/MonadFail_Proposal> for more details.
+-- See <https://prime.haskell.org/wiki/Libraries/Proposals/MonadFail>
+-- for more details.
 --
 -- @since 4.9.0.0
 --



More information about the ghc-commits mailing list