[commit: ghc] master: Tweaks to release notes If someone also feels that credits should better go into the release announcement, just nuke the last line of that paragraph. (b626989)

git at git.haskell.org git at git.haskell.org
Wed Sep 18 10:33:59 CEST 2013


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

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

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

commit b626989d737521617e90327bcc2814a9c2ba8231
Author: Gabor Greif <ggreif at gmail.com>
Date:   Wed Sep 18 10:31:29 2013 +0200

    Tweaks to release notes
    If someone also feels that credits should better go into the
    release announcement, just nuke the last line of that paragraph.


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

b626989d737521617e90327bcc2814a9c2ba8231
 docs/users_guide/7.8.1-notes.xml |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/docs/users_guide/7.8.1-notes.xml b/docs/users_guide/7.8.1-notes.xml
index 57926ad..ad3bb87 100644
--- a/docs/users_guide/7.8.1-notes.xml
+++ b/docs/users_guide/7.8.1-notes.xml
@@ -566,14 +566,14 @@
                      <literal>Numeric.showGFloatAlt</literal>) and
                      <literal>GHC.Float</literal> (added
                      <literal>formatRealFloatAlt</literal>) to support it.
-                     Rewritten version is extensible to user types, adds a
+                     The rewritten version is extensible to user types, adds a
                      "generic" format specifier "<literal>%v</literal>",
                      extends the <literal>printf</literal> spec
-                     to support much of C <literal>printf(3)</literal>
-                     functionality, and fixes the spurious GHC warnings about
+                     to support much of C's <literal>printf(3)</literal>
+                     functionality, and fixes the spurious warnings about
                      using <literal>Text.Printf.printf</literal> at
-                     <literal>(IO a)</literal> and ignoring the return value.
-                     This changes was contributed by Bart Massey.
+                     <literal>(IO a)</literal> while ignoring the return value.
+                     These changes were contributed by Bart Massey.
                </para>
            </listitem>
        </itemizedlist>




More information about the ghc-commits mailing list