diff options
author | Ben Gamari <ben@smart-cactus.org> | 2019-12-29 14:18:47 -0500 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2020-02-20 21:56:13 -0500 |
commit | 04eb0d6c4de23a4cfe3953e7496f5bc4b5b1d53c (patch) | |
tree | c36fab3531bf39cb47d54cf12e7bb7d3ca6a1407 /docs | |
parent | 89cb4cc4cc76f834b0bcc53fb551db706ef143b7 (diff) | |
download | haskell-04eb0d6c4de23a4cfe3953e7496f5bc4b5b1d53c.tar.gz |
Enable -Wstar-is-type in -Wall
As noted in [proposal 0143][proposal] this is supposed to happen in
8.12.
Also fix an incorrect claim in the users guide that -Wstar-is-type is
enabled by default.
[proposal]: https://github.com/ghc-proposals/ghc-proposals/blob/master/proposals/0143-remove-star-kind.rst
Diffstat (limited to 'docs')
-rw-r--r-- | docs/users_guide/using-warnings.rst | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/users_guide/using-warnings.rst b/docs/users_guide/using-warnings.rst index 20566b77ad..ca1945c743 100644 --- a/docs/users_guide/using-warnings.rst +++ b/docs/users_guide/using-warnings.rst @@ -44,7 +44,6 @@ generally likely to indicate bugs in your program. These are: * :ghc-flag:`-Wtabs` * :ghc-flag:`-Wunrecognised-warning-flags` * :ghc-flag:`-Winaccessible-code` - * :ghc-flag:`-Wstar-is-type` * :ghc-flag:`-Wstar-binder` The following flags are simple ways to select standard "packages" of warnings: |