[commit: ghc] ghc-8.0: users_guide: Move -fdefer-out-of-scope-variables note to 8.0.2 relnotes (0412525)
git at git.haskell.org
git at git.haskell.org
Wed Aug 31 23:24:26 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : ghc-8.0
Link : http://ghc.haskell.org/trac/ghc/changeset/04125256085806648ba8b442d027ba38958c341b/ghc
>---------------------------------------------------------------
commit 04125256085806648ba8b442d027ba38958c341b
Author: Ben Gamari <ben at smart-cactus.org>
Date: Wed Aug 31 17:14:42 2016 -0400
users_guide: Move -fdefer-out-of-scope-variables note to 8.0.2 relnotes
It will be included in 8.0.2
(cherry picked from commit 3cbb60b59e2bb0e2f8985a672b96bac74ca47c5d)
>---------------------------------------------------------------
04125256085806648ba8b442d027ba38958c341b
docs/users_guide/8.0.2-notes.rst | 3 +++
1 file changed, 3 insertions(+)
diff --git a/docs/users_guide/8.0.2-notes.rst b/docs/users_guide/8.0.2-notes.rst
index cbabe40..ac16a4f 100644
--- a/docs/users_guide/8.0.2-notes.rst
+++ b/docs/users_guide/8.0.2-notes.rst
@@ -24,6 +24,9 @@ Compiler
- The :ghc-flag:`-Wredundant-constraints` flag has been removed from the
:ghc-flag:`-Wall` flag set (see :ghc-ticket:`10635`).
+- Added :ghc-flag:`-fdefer-out-of-scope-variables`, which converts variable
+ out of scope variables errors into warnings.
+
Template Haskell
~~~~~~~~~~~~~~~~
More information about the ghc-commits
mailing list