summaryrefslogtreecommitdiff
path: root/docs/users_guide/8.2.1-notes.rst
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2016-08-31 17:14:42 -0400
committerBen Gamari <ben@smart-cactus.org>2016-09-01 10:25:02 -0400
commit1f5d4a32b4c73eb98c5d9467fbfb079f8d6128c0 (patch)
treeb63df8dd8b92907ba54d06f321a9b298dbffd478 /docs/users_guide/8.2.1-notes.rst
parentad1e0727182094f0f6226d534ad72954b6d7374b (diff)
downloadhaskell-1f5d4a32b4c73eb98c5d9467fbfb079f8d6128c0.tar.gz
users_guide: Move -fdefer-out-of-scope-variables note to 8.0.2 relnotes
It will be included in 8.0.2
Diffstat (limited to 'docs/users_guide/8.2.1-notes.rst')
-rw-r--r--docs/users_guide/8.2.1-notes.rst3
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/users_guide/8.2.1-notes.rst b/docs/users_guide/8.2.1-notes.rst
index 230278615a..e74c15168e 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
~~~~