summaryrefslogtreecommitdiff
path: root/docs/users_guide
diff options
context:
space:
mode:
Diffstat (limited to 'docs/users_guide')
-rw-r--r--docs/users_guide/6.14.1-notes.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/users_guide/6.14.1-notes.xml b/docs/users_guide/6.14.1-notes.xml
index 027be00f31..3e4b3999dd 100644
--- a/docs/users_guide/6.14.1-notes.xml
+++ b/docs/users_guide/6.14.1-notes.xml
@@ -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.