diff options
author | Krzysztof Gogolewski <krzysztof.gogolewski@tweag.io> | 2022-04-06 23:11:59 +0200 |
---|---|---|
committer | Krzysztof Gogolewski <krzysztof.gogolewski@tweag.io> | 2022-04-07 13:59:26 +0200 |
commit | 87d4c03dc2c107e1bc50b298728e58ca6d87f73a (patch) | |
tree | 9e56de03f42b47fefbc1ae373c94aaa1596d7a83 /docs/users_guide/using-warnings.rst | |
parent | ed62dc66c6fff433349145b4cc41198effedfab8 (diff) | |
download | haskell-wip/fix-9.4-release-notes.tar.gz |
Fixes to 9.4 release noteswip/fix-9.4-release-notes
- Mention -Wforall-identifier
- Improve description of withDict
- Fix formatting
Diffstat (limited to 'docs/users_guide/using-warnings.rst')
-rw-r--r-- | docs/users_guide/using-warnings.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/users_guide/using-warnings.rst b/docs/users_guide/using-warnings.rst index 13c04f7d98..0d286bb862 100644 --- a/docs/users_guide/using-warnings.rst +++ b/docs/users_guide/using-warnings.rst @@ -1484,8 +1484,8 @@ of ``-W(no-)*``. The use of ``*`` to denote the kind of inhabited types relies on the :extension:`StarIsType` extension, which in a future release will be turned off by default and then possibly removed. The reasons for this and - the deprecation schedule are described in `GHC proposal #30 - <https://github.com/ghc-proposals/ghc-proposals/blob/master/proposals/0030-remove-star-kind.rst>`__. + the deprecation schedule are described in `GHC proposal #143 + <https://github.com/ghc-proposals/ghc-proposals/blob/master/proposals/0143-remove-star-kind.rst>`__. This warning allows to detect such uses of ``*`` before the actual breaking change takes place. The recommended fix is to replace ``*`` with |