[commit: ghc] master: users_guide: Document removal of -Wredundant-constraints from -Wall (a69371c)
git at git.haskell.org
git at git.haskell.org
Thu Sep 1 15:01:19 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/a69371ce34298c9e8cdc9e8a8927ec7a5047c414/ghc
>---------------------------------------------------------------
commit a69371ce34298c9e8cdc9e8a8927ec7a5047c414
Author: Ben Gamari <ben at smart-cactus.org>
Date: Wed Aug 31 16:42:53 2016 -0400
users_guide: Document removal of -Wredundant-constraints from -Wall
>---------------------------------------------------------------
a69371ce34298c9e8cdc9e8a8927ec7a5047c414
docs/users_guide/8.0.2-notes.rst | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/docs/users_guide/8.0.2-notes.rst b/docs/users_guide/8.0.2-notes.rst
index 2846d5c..a447732 100644
--- a/docs/users_guide/8.0.2-notes.rst
+++ b/docs/users_guide/8.0.2-notes.rst
@@ -25,7 +25,8 @@ Language
Compiler
~~~~~~~~
-- TODO FIXME.
+- The :ghc-flag:`-Wredundant-constraints` flag has been removed from the
+ :ghc-flag:`-Wall` flag set (see :ghc-ticket:`10635`).
- The :ghc-flag:`-ddump-cmm` now dumps the result after C-- pipeline pass. Two
more flags were added: :ghc-flag:`-ddump-cmm-from-stg` to allow to get the
More information about the ghc-commits
mailing list