[commit: ghc] master: Remove some references to deprecated -fglasgow-exts in user's guide (a2269bf)
git at git.haskell.org
git at git.haskell.org
Sat Feb 1 13:04:38 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/a2269bf81c8e95ad9a1bc3c32e425fdba7c3686a/ghc
>---------------------------------------------------------------
commit a2269bf81c8e95ad9a1bc3c32e425fdba7c3686a
Author: Krzysztof Gogolewski <krz.gogolewski at gmail.com>
Date: Sat Feb 1 14:03:34 2014 +0100
Remove some references to deprecated -fglasgow-exts in user's guide
>---------------------------------------------------------------
a2269bf81c8e95ad9a1bc3c32e425fdba7c3686a
docs/users_guide/flags.xml | 13 +++++--------
docs/users_guide/glasgow_exts.xml | 4 +---
2 files changed, 6 insertions(+), 11 deletions(-)
diff --git a/docs/users_guide/flags.xml b/docs/users_guide/flags.xml
index 3a69c8f..b054fd9 100644
--- a/docs/users_guide/flags.xml
+++ b/docs/users_guide/flags.xml
@@ -706,7 +706,7 @@
<tbody>
<row>
<entry><option>-fglasgow-exts</option></entry>
- <entry>Enable most language extensions; see <xref linkend="options-language"/> for exactly which ones.</entry>
+ <entry>Deprecated. Enable most language extensions; see <xref linkend="options-language"/> for exactly which ones.</entry>
<entry>dynamic</entry>
<entry><option>-fno-glasgow-exts</option></entry>
</row>
@@ -802,8 +802,7 @@
</row>
<row>
<entry><option>-XForeignFunctionInterface</option></entry>
- <entry>Enable <link linkend="ffi">foreign function interface</link> (implied by
- <option>-fglasgow-exts</option>)</entry>
+ <entry>Enable <link linkend="ffi">foreign function interface</link>.</entry>
<entry>dynamic</entry>
<entry><option>-XNoForeignFunctionInterface</option></entry>
</row>
@@ -831,8 +830,7 @@
</row>
<row>
<entry><option>-XImplicitParams</option></entry>
- <entry>Enable <link linkend="implicit-parameters">Implicit Parameters</link>.
- Implied by <option>-fglasgow-exts</option>.</entry>
+ <entry>Enable <link linkend="implicit-parameters">Implicit Parameters</link>.</entry>
<entry>dynamic</entry>
<entry><option>-XNoImplicitParams</option></entry>
</row>
@@ -947,14 +945,13 @@
<row>
<entry><option>-XScopedTypeVariables</option></entry>
<entry>Enable <link linkend="scoped-type-variables">lexically-scoped type variables</link>.
- Implied by <option>-fglasgow-exts</option>.</entry>
+ </entry>
<entry>dynamic</entry>
<entry><option>-XNoScopedTypeVariables</option></entry>
</row>
<row>
<entry><option>-XTemplateHaskell</option></entry>
- <entry>Enable <link linkend="template-haskell">Template Haskell</link>.
- No longer implied by <option>-fglasgow-exts</option>.</entry>
+ <entry>Enable <link linkend="template-haskell">Template Haskell</link>.</entry>
<entry>dynamic</entry>
<entry><option>-XNoTemplateHaskell</option></entry>
</row>
diff --git a/docs/users_guide/glasgow_exts.xml b/docs/users_guide/glasgow_exts.xml
index 5117417..60f8acf 100644
--- a/docs/users_guide/glasgow_exts.xml
+++ b/docs/users_guide/glasgow_exts.xml
@@ -8212,9 +8212,7 @@ Wiki page</ulink>.
constructions. You need to use the flag
<option>-XTemplateHaskell</option>
<indexterm><primary><option>-XTemplateHaskell</option></primary>
- </indexterm>to switch these syntactic extensions on
- (<option>-XTemplateHaskell</option> is no longer implied by
- <option>-fglasgow-exts</option>).</para>
+ </indexterm>to switch these syntactic extensions on.</para>
<itemizedlist>
<listitem><para>
More information about the ghc-commits
mailing list