summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2016-08-31 16:42:53 -0400
committerBen Gamari <ben@smart-cactus.org>2016-09-01 10:24:52 -0400
commita69371ce34298c9e8cdc9e8a8927ec7a5047c414 (patch)
tree863d8f90c909a0d1d7cdc30d47a8144e795c6d4b
parent3fb8f48759cf6acf6b8af741fa8524e999dfc417 (diff)
downloadhaskell-a69371ce34298c9e8cdc9e8a8927ec7a5047c414.tar.gz
users_guide: Document removal of -Wredundant-constraints from -Wall
-rw-r--r--docs/users_guide/8.0.2-notes.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/users_guide/8.0.2-notes.rst b/docs/users_guide/8.0.2-notes.rst
index 2846d5cf1a..a447732d70 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