put back the conversion of warn-lazy-unlifted-bindings into an error until 7.2
[ghc-hetmet.git] / docs / users_guide / using.xml
index 95f5b94..45f6438 100644 (file)
@@ -442,9 +442,10 @@ module X where
       <varlistentry>
        <term>
           <cmdsynopsis>
+            <command>ghc --supported-extensions</command>
             <command>ghc --supported-languages</command>
           </cmdsynopsis>
-          <indexterm><primary><option>&ndash;&ndash;supported-languages</option></primary></indexterm>
+          <indexterm><primary><option>&ndash;&ndash;supported-extensions</option></primary><primary><option>&ndash;&ndash;supported-languages</option></primary></indexterm>
         </term>
        <listitem>
          <para>Print the supported language extensions.</para>
@@ -1122,7 +1123,7 @@ foreign import "&amp;f" f :: FunPtr t
       is bound in a way that looks lazy, e.g.
       <literal>where (I# x) = ...</literal>. Use
       <literal>where !(I# x) = ...</literal> instead. This will be an
-      error, rather than a warning, in GHC 6.14.
+      error, rather than a warning, in GHC 7.2.
       </para>
        </listitem>
       </varlistentry>
@@ -2173,7 +2174,7 @@ f "2"    = 2
        <term><option>-msse2</option>:</term>
        <listitem>
           <para>
-            (x86 only, added in GHC 6.14.1) Use the SSE2 registers and
+            (x86 only, added in GHC 7.0.1) Use the SSE2 registers and
             instruction set to implement floating point operations
             when using the native code generator.  This gives a
             substantial performance improvement for floating point,
@@ -2259,7 +2260,6 @@ statements or clauses.
 
 <!-- Emacs stuff:
      ;;; Local Variables: ***
-     ;;; mode: xml ***
      ;;; sgml-parent-document: ("users_guide.xml" "book" "chapter") ***
      ;;; End: ***
  -->