diff options
author | Ben Gamari <ben@smart-cactus.org> | 2016-08-31 16:42:53 -0400 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2016-09-01 10:24:52 -0400 |
commit | a69371ce34298c9e8cdc9e8a8927ec7a5047c414 (patch) | |
tree | 863d8f90c909a0d1d7cdc30d47a8144e795c6d4b /docs | |
parent | 3fb8f48759cf6acf6b8af741fa8524e999dfc417 (diff) | |
download | haskell-a69371ce34298c9e8cdc9e8a8927ec7a5047c414.tar.gz |
users_guide: Document removal of -Wredundant-constraints from -Wall
Diffstat (limited to 'docs')
-rw-r--r-- | docs/users_guide/8.0.2-notes.rst | 3 |
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 |