diff options
author | BinderDavid <dbinder1989@googlemail.com> | 2020-07-09 12:49:17 +0200 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2020-07-22 20:17:35 -0400 |
commit | f2f817e4c547657c25bb110199f6f0b6014f843b (patch) | |
tree | 87cfe0ec1f6345030b8ae04cab1e58ec82b1b33a /docs/users_guide/using-warnings.rst | |
parent | 4c719460611e7af44a67041c1707cb206d724d58 (diff) | |
download | haskell-f2f817e4c547657c25bb110199f6f0b6014f843b.tar.gz |
Replace broken links to old haskell-prime site by working links to gitlab instance.
[skip ci]
Diffstat (limited to 'docs/users_guide/using-warnings.rst')
-rw-r--r-- | docs/users_guide/using-warnings.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/users_guide/using-warnings.rst b/docs/users_guide/using-warnings.rst index a83cc6837e..2e96232e5a 100644 --- a/docs/users_guide/using-warnings.rst +++ b/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- |