[commit: ghc] master: Release note fix. (6751a00)

git at git.haskell.org git
Wed Oct 9 12:36:11 UTC 2013


Repository : ssh://git at git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/6751a0075be761a09bc6aae04647a67da1a9bfd5/ghc

>---------------------------------------------------------------

commit 6751a0075be761a09bc6aae04647a67da1a9bfd5
Author: Austin Seipp <austin at well-typed.com>
Date:   Wed Oct 9 03:04:00 2013 -0500

    Release note fix.
    
    Thanks to Gergely Risko for pointing this out.
    
    Signed-off-by: Austin Seipp <austin at well-typed.com>


>---------------------------------------------------------------

6751a0075be761a09bc6aae04647a67da1a9bfd5
 docs/users_guide/7.8.1-notes.xml |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/docs/users_guide/7.8.1-notes.xml b/docs/users_guide/7.8.1-notes.xml
index 350e1d8..6c85335 100644
--- a/docs/users_guide/7.8.1-notes.xml
+++ b/docs/users_guide/7.8.1-notes.xml
@@ -420,8 +420,9 @@
            </listitem>
             <listitem>
                 <para>
-                    GHC now persists annotations to interface files,
-                    meaning they can be read by GHC API clients.
+                    GHC now detects annotation changes during
+                    recompilation, and correctly persists new
+                    annotations.
                </para>
            </listitem>
             <listitem>




More information about the ghc-commits mailing list