diff options
author | Ben Gamari <ben@smart-cactus.org> | 2016-08-31 17:14:42 -0400 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2016-09-01 10:25:02 -0400 |
commit | 1f5d4a32b4c73eb98c5d9467fbfb079f8d6128c0 (patch) | |
tree | b63df8dd8b92907ba54d06f321a9b298dbffd478 /docs/users_guide | |
parent | ad1e0727182094f0f6226d534ad72954b6d7374b (diff) | |
download | haskell-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')
-rw-r--r-- | docs/users_guide/8.0.2-notes.rst | 3 | ||||
-rw-r--r-- | 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 b2fc0acfec..e153ab2a86 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 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 ~~~~ |