diff options
Diffstat (limited to 'docs/users_guide/using-warnings.rst')
-rw-r--r-- | docs/users_guide/using-warnings.rst | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/users_guide/using-warnings.rst b/docs/users_guide/using-warnings.rst index 3a2b4d5c84..5b0093b650 100644 --- a/docs/users_guide/using-warnings.rst +++ b/docs/users_guide/using-warnings.rst @@ -127,6 +127,7 @@ The following flags are simple ways to select standard "packages" of warnings: * :ghc-flag:`-Wsafe` * :ghc-flag:`-Wimplicit-lift` * :ghc-flag:`-Wmissing-kind-signatures` + * :ghc-flag:`-Wunticked-promoted-constructors` .. ghc-flag:: -Weverything :shortdesc: enable all warnings supported by GHC @@ -1649,8 +1650,6 @@ of ``-W(no-)*``. Will raise two warnings because ``Zero`` and ``Succ`` are not written as ``'Zero`` and ``'Succ``. - This warning is enabled by default in :ghc-flag:`-Wall` mode. - .. ghc-flag:: -Wunused-binds :shortdesc: warn about bindings that are unused. Alias for :ghc-flag:`-Wunused-top-binds`, :ghc-flag:`-Wunused-local-binds` and |