6.14 -> 7.0
authorIan Lynagh <igloo@earth.li>
Sat, 11 Sep 2010 19:28:37 +0000 (19:28 +0000)
committerIan Lynagh <igloo@earth.li>
Sat, 11 Sep 2010 19:28:37 +0000 (19:28 +0000)
docs/users_guide/7.0.1-notes.xml [moved from docs/users_guide/6.14.1-notes.xml with 99% similarity]
docs/users_guide/ug-ent.xml.in
docs/users_guide/using.xml

similarity index 99%
rename from docs/users_guide/6.14.1-notes.xml
rename to docs/users_guide/7.0.1-notes.xml
index 3e4b399..bcb5663 100644 (file)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
 <?xml version="1.0" encoding="iso-8859-1"?>
-<sect1 id="release-6-14-1">
-  <title>Release notes for version 6.14.1</title>
+<sect1 id="release-7-0-1">
+  <title>Release notes for version 7.0.1</title>
 
   <para>
     The significant changes to the various parts of the compiler are
 
   <para>
     The significant changes to the various parts of the compiler are
@@ -76,7 +76,7 @@ $ ghci -package haskell2010 -hide-package base -hide-package array
           at least version 2 (preferably version 3).  The
           implementation of Strategies
           in <literal>parallel-1.x</literal> will lose parallelism
           at least version 2 (preferably version 3).  The
           implementation of Strategies
           in <literal>parallel-1.x</literal> will lose parallelism
-          with GHC 6.14.1.
+          with GHC 7.0.1.
         </para>
       </listitem>
 
         </para>
       </listitem>
 
index 47d2f77..040c252 100644 (file)
@@ -3,7 +3,7 @@
 <!ENTITY flags          SYSTEM "flags.xml">
 <!ENTITY license        SYSTEM "license.xml">
 <!ENTITY intro          SYSTEM "intro.xml" >
 <!ENTITY flags          SYSTEM "flags.xml">
 <!ENTITY license        SYSTEM "license.xml">
 <!ENTITY intro          SYSTEM "intro.xml" >
-<!ENTITY relnotes1      SYSTEM "6.14.1-notes.xml" >
+<!ENTITY relnotes1      SYSTEM "7.0.1-notes.xml" >
 <!ENTITY using          SYSTEM "using.xml" >
 <!ENTITY runtime        SYSTEM "runtime_control.xml" >
 <!ENTITY prof           SYSTEM "profiling.xml" >
 <!ENTITY using          SYSTEM "using.xml" >
 <!ENTITY runtime        SYSTEM "runtime_control.xml" >
 <!ENTITY prof           SYSTEM "profiling.xml" >
index 7e9b3a4..cb1fb65 100644 (file)
@@ -1123,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
       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.0.
       </para>
        </listitem>
       </varlistentry>
       </para>
        </listitem>
       </varlistentry>
@@ -2174,7 +2174,7 @@ f "2"    = 2
        <term><option>-msse2</option>:</term>
        <listitem>
           <para>
        <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,
             instruction set to implement floating point operations
             when using the native code generator.  This gives a
             substantial performance improvement for floating point,