summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSiddhanathan Shanmugam <siddhanathan+social@gmail.com>2017-02-07 08:12:05 -0800
committerJoachim Breitner <mail@joachim-breitner.de>2017-02-07 11:19:36 -0500
commit5ce39f6395efd81f9cc0e0aa2f36a7552ed75f7c (patch)
tree0b8e68efa8d678cbf6a8ecc80a3190925b295ef1 /docs
parent078beea9e97033ca88c6415a5e019ca0eb19389d (diff)
downloadhaskell-5ce39f6395efd81f9cc0e0aa2f36a7552ed75f7c.tar.gz
Add Wredundant-constraints to list of flags excluded from -Wall
In light of #10635
Diffstat (limited to 'docs')
-rw-r--r--docs/users_guide/using-warnings.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/users_guide/using-warnings.rst b/docs/users_guide/using-warnings.rst
index de660ed933..640855981a 100644
--- a/docs/users_guide/using-warnings.rst
+++ b/docs/users_guide/using-warnings.rst
@@ -68,6 +68,7 @@ The following flags are simple ways to select standard "packages" of warnings:
* :ghc-flag:`-Wmissing-import-lists`
* :ghc-flag:`-Wmissing-home-modules`
* :ghc-flag:`-Widentities`
+ * :ghc-flag:`-Wredundant-constraints`
.. ghc-flag:: -Wcompat