Add a couple more release notes
authorIan Lynagh <igloo@earth.li>
Sat, 11 Sep 2010 16:20:59 +0000 (16:20 +0000)
committerIan Lynagh <igloo@earth.li>
Sat, 11 Sep 2010 16:20:59 +0000 (16:20 +0000)
docs/users_guide/6.14.1-notes.xml

index 027be00..3e4b399 100644 (file)
@@ -91,6 +91,13 @@ Prelude Data.List> L.length "foo"
 3
 </programlisting>
       </listitem>
+
+      <listitem>
+        <para>
+          GHC now comes with a more recent mingw bundled on Windows,
+          which includes a fix for windres on Windows 7.
+        </para>
+      </listitem>
     </itemizedlist>
   </sect2>
 
@@ -371,6 +378,14 @@ import SpecConstr
 
       <listitem>
         <para>
+          The new flag <literal>-dsuppress-module-prefixes</literal>
+          controls whether GHC prints module qualification prefixes
+          in core dumps.
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
           The inliner has been overhauled. The most significant
           user-visible change is that only saturated functions are
           inlined, e.g.