summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaximilian Tagher <feedback.tagher@gmail.com>2018-07-28 14:04:16 -0700
committerBen Gamari <ben@smart-cactus.org>2018-08-06 17:53:14 -0400
commit24b76d1bef7e61791907fbd063f85643eeb1211a (patch)
tree79cefe6bfea9a83303abfca7d26cda0fb71c32d9
parent672f177300b2df1b8a4cd49d560a6fd6da2415d2 (diff)
downloadhaskell-24b76d1bef7e61791907fbd063f85643eeb1211a.tar.gz
[docs] Add missed specialisations warnings to list of those not enabled by -Wall
Enabling `-Weverything` does enable those warnings. (cherry picked from commit b062bd10a88ea407ae91610f822f0c352909bcce)
-rw-r--r--docs/users_guide/using-warnings.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/users_guide/using-warnings.rst b/docs/users_guide/using-warnings.rst
index 8d09b4488b..2d28fddbb7 100644
--- a/docs/users_guide/using-warnings.rst
+++ b/docs/users_guide/using-warnings.rst
@@ -82,6 +82,8 @@ The following flags are simple ways to select standard "packages" of warnings:
* :ghc-flag:`-Widentities`
* :ghc-flag:`-Wredundant-constraints`
* :ghc-flag:`-Wpartial-fields`
+ * :ghc-flag:`-Wmissed-specialisations`
+ * :ghc-flag:`-Wall-missed-specialisations`
.. ghc-flag:: -Weverything
:shortdesc: enable all warnings supported by GHC