[Git][ghc/ghc][master] 2 commits: Fix dead link to haskell prime discussion
Marge Bot
gitlab at gitlab.haskell.org
Thu Jul 23 00:17:38 UTC 2020
Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC
Commits:
4c719460 by David Binder at 2020-07-22T20:17:35-04:00
Fix dead link to haskell prime discussion
- - - - -
f2f817e4 by BinderDavid at 2020-07-22T20:17:35-04:00
Replace broken links to old haskell-prime site by working links to gitlab instance.
[skip ci]
- - - - -
3 changed files:
- docs/users_guide/exts/monadfail_desugaring.rst
- docs/users_guide/exts/strict.rst
- docs/users_guide/using-warnings.rst
Changes:
=====================================
docs/users_guide/exts/monadfail_desugaring.rst
=====================================
@@ -16,7 +16,7 @@ The ``-XMonadFailDesugaring`` extension switches the desugaring of
This extension is enabled by default since GHC 8.6.1, under the
`MonadFail Proposal (MFP)
-<https://prime.haskell.org/wiki/Libraries/Proposals/MonadFail>`__.
+<https://gitlab.haskell.org/haskell/prime/-/wikis/libraries/proposals/monad-fail>`__.
This extension is temporary, and will be deprecated in a future release.
=====================================
docs/users_guide/exts/strict.rst
=====================================
@@ -46,7 +46,7 @@ Bang patterns
GHC supports an extension of pattern matching called *bang patterns*,
written ``!pat``. Bang patterns are under consideration for Haskell
Prime. The `Haskell prime feature
-description <http://ghc.haskell.org/trac/haskell-prime/wiki/BangPatterns>`__
+description <https://gitlab.haskell.org/haskell/prime/-/wikis/BangPatterns>`__
contains more discussion and examples than the material below.
The main idea is to add a single new production to the syntax of
=====================================
docs/users_guide/using-warnings.rst
=====================================
@@ -548,7 +548,7 @@ of ``-W(no-)*``.
Being part of the :ghc-flag:`-Wcompat` option group, this warning is off by
default, but will be switched on in a future GHC release, as part of
the `MonadFail Proposal (MFP)
- <https://prime.haskell.org/wiki/Libraries/Proposals/MonadFail>`__.
+ <https://gitlab.haskell.org/haskell/prime/-/wikis/libraries/proposals/monad-fail>`__.
.. ghc-flag:: -Wsemigroup
:shortdesc: warn when a ``Monoid`` is not ``Semigroup``, and on non-
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/19e80b9af252eee760dc047765a9930ef00067ec...f2f817e4c547657c25bb110199f6f0b6014f843b
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/19e80b9af252eee760dc047765a9930ef00067ec...f2f817e4c547657c25bb110199f6f0b6014f843b
You're receiving this email because of your account on gitlab.haskell.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20200722/d39ca8e0/attachment.html>
More information about the ghc-commits
mailing list