From: Ian Lynagh Date: Sat, 11 Sep 2010 16:20:59 +0000 (+0000) Subject: Add a couple more release notes X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=d0915164986eb606d5aed040bed779c2801b7963 Add a couple more release notes --- diff --git a/docs/users_guide/6.14.1-notes.xml b/docs/users_guide/6.14.1-notes.xml index 027be00..3e4b399 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 + + + + GHC now comes with a more recent mingw bundled on Windows, + which includes a fix for windres on Windows 7. + + @@ -371,6 +378,14 @@ import SpecConstr + The new flag -dsuppress-module-prefixes + controls whether GHC prints module qualification prefixes + in core dumps. + + + + + The inliner has been overhauled. The most significant user-visible change is that only saturated functions are inlined, e.g.