[commit: ghc] master: users_guide: Move -fdefer-out-of-scope-variables note to 8.0.2 relnotes (1f5d4a3)
git at git.haskell.org
git at git.haskell.org
Thu Sep 1 15:01:27 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/1f5d4a32b4c73eb98c5d9467fbfb079f8d6128c0/ghc
>---------------------------------------------------------------
commit 1f5d4a32b4c73eb98c5d9467fbfb079f8d6128c0
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
>---------------------------------------------------------------
1f5d4a32b4c73eb98c5d9467fbfb079f8d6128c0
docs/users_guide/8.0.2-notes.rst | 3 +++
docs/users_guide/8.2.1-notes.rst | 3 ---
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/docs/users_guide/8.0.2-notes.rst b/docs/users_guide/8.0.2-notes.rst
index b2fc0ac..e153ab2 100644
--- a/docs/users_guide/8.0.2-notes.rst
+++ b/docs/users_guide/8.0.2-notes.rst
@@ -33,6 +33,9 @@ Compiler
initial cmm from STG-to-C-- code generation and :ghc-flag:`-ddump-cmm-verbose`
to obtain the intermediates from all C-- pipeline stages.
+- Added :ghc-flag:`-fdefer-out-of-scope-variables`, which converts variable
+ out of scope variables errors into warnings.
+
Template Haskell
~~~~~~~~~~~~~~~~
diff --git a/docs/users_guide/8.2.1-notes.rst b/docs/users_guide/8.2.1-notes.rst
index 2302786..e74c151 100644
--- a/docs/users_guide/8.2.1-notes.rst
+++ b/docs/users_guide/8.2.1-notes.rst
@@ -38,9 +38,6 @@ Compiler
syntax can be used, in addition to a new form for specifying the cost centre
name. See :ref:`scc-pragma` for examples.
-- Added :ghc-flag:`-fdefer-out-of-scope-variables`, which converts variable
- out of scope variables errors into warnings.
-
GHCi
~~~~
More information about the ghc-commits
mailing list