diff options
author | Ian Lynagh <igloo@earth.li> | 2010-09-11 16:20:59 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2010-09-11 16:20:59 +0000 |
commit | d0915164986eb606d5aed040bed779c2801b7963 (patch) | |
tree | 1315aabad7549d80d8d4f3014a79cd8d77b5ce0b /docs | |
parent | d8265d7f21fbe7dd7927b0a4ba0b52af756cff1d (diff) | |
download | haskell-d0915164986eb606d5aed040bed779c2801b7963.tar.gz |
Add a couple more release notes
Diffstat (limited to 'docs')
-rw-r--r-- | docs/users_guide/6.14.1-notes.xml | 15 |
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. |