From d0915164986eb606d5aed040bed779c2801b7963 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Sat, 11 Sep 2010 16:20:59 +0000 Subject: [PATCH] Add a couple more release notes --- docs/users_guide/6.14.1-notes.xml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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. -- 1.7.10.4