[commit: ghc] ghc-8.0: users_guide: Document removal of -Wredundant-constraints from -Wall (f476386)
git at git.haskell.org
git at git.haskell.org
Wed Aug 31 23:24:17 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : ghc-8.0
Link : http://ghc.haskell.org/trac/ghc/changeset/f4763869a1350a41a76bdcdd0b6830f3082ab3ef/ghc
>---------------------------------------------------------------
commit f4763869a1350a41a76bdcdd0b6830f3082ab3ef
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
(cherry picked from commit 9661f59be99dcb0767739d6734e66babdc2bfe16)
>---------------------------------------------------------------
f4763869a1350a41a76bdcdd0b6830f3082ab3ef
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 3885951..0832566 100644
--- a/docs/users_guide/8.0.2-notes.rst
+++ b/docs/users_guide/8.0.2-notes.rst
@@ -21,7 +21,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`).
Template Haskell
~~~~~~~~~~~~~~~~
More information about the ghc-commits
mailing list