diff options
author | Ben Gamari <bgamari.foss@gmail.com> | 2016-03-24 22:32:20 +0100 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2016-03-24 22:32:29 +0100 |
commit | 8ff6518b5af1b357eb043ac46f9209bd0019a193 (patch) | |
tree | d41972f7042bea27627cce125d1a89c66ad6af4a /docs | |
parent | 2cebbe657afd6a3c31dd1d2b7d04978525c27a56 (diff) | |
download | haskell-8ff6518b5af1b357eb043ac46f9209bd0019a193.tar.gz |
users-guide: Add -Wredundant-constraints to flags reference
Test Plan: Validate and read
Reviewers: austin
Subscribers: thomie
Differential Revision: https://phabricator.haskell.org/D2035
GHC Trac Issues: #11741
Diffstat (limited to 'docs')
-rw-r--r-- | docs/users_guide/using-warnings.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/users_guide/using-warnings.rst b/docs/users_guide/using-warnings.rst index ffe5a41fb0..16c6585caf 100644 --- a/docs/users_guide/using-warnings.rst +++ b/docs/users_guide/using-warnings.rst @@ -398,6 +398,8 @@ of ``-W(no-)*``. .. ghc-flag:: -Wredundant-constraints + :since: 8.0 + .. index:: single: redundant constraints, warning |