[commit: ghc] master: Mention some new instances in release notes (9f507c6)

git at git.haskell.org git at git.haskell.org
Mon Nov 4 13:38:26 UTC 2013


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

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

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

commit 9f507c6b73470874d2e7db3abd83a21d446b4a23
Author: Krzysztof Gogolewski <krz.gogolewski at gmail.com>
Date:   Mon Nov 4 14:37:51 2013 +0100

    Mention some new instances in release notes


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

9f507c6b73470874d2e7db3abd83a21d446b4a23
 docs/users_guide/7.8.1-notes.xml |   23 +++++++++++++++++++----
 1 file changed, 19 insertions(+), 4 deletions(-)

diff --git a/docs/users_guide/7.8.1-notes.xml b/docs/users_guide/7.8.1-notes.xml
index 406cb51..46624ff 100644
--- a/docs/users_guide/7.8.1-notes.xml
+++ b/docs/users_guide/7.8.1-notes.xml
@@ -631,23 +631,38 @@
                     The <literal>Control.Category</literal> module now has the
                     <literal>PolyKinds</literal> extension enabled, meaning
                     that instances of <literal>Category</literal> no longer
-                    need be of kind <literal>* -> * -> *</literal>
+                    need be of kind <literal>* -> * -> *</literal>.
                </para>
            </listitem>
             <listitem>
                 <para>
                     There are now <literal>Foldable</literal> and <literal>Traversable</literal>
-                    instances for <literal>Either a</literal>, <literal>Const r</literal>, and <literal>(,) a</literal>
+                    instances for <literal>Either a</literal>, <literal>Const r</literal>, and <literal>(,) a</literal>.
                </para>
            </listitem>
             <listitem>
                 <para>
-                    There is now a <literal>Monoid</literal> instance for <literal>Const</literal>
+                    There is now a <literal>Monoid</literal> instance for <literal>Const</literal>.
                </para>
            </listitem>
              <listitem>
                 <para>
-                    There is now a <literal>Data</literal> instance for <literal>Data.Version</literal>
+                    There is now a <literal>Data</literal> instance for <literal>Data.Version</literal>.
+               </para>
+           </listitem>
+             <listitem>
+                <para>
+                    There are now <literal>Eq</literal>, <literal>Ord</literal>, <literal>Show</literal> and <literal>Read</literal> instances for <literal>ZipList</literal>.
+               </para>
+           </listitem>
+             <listitem>
+                <para>
+                    There are now <literal>Eq</literal>, <literal>Ord</literal>, <literal>Show</literal> and <literal>Read</literal> instances for <literal>Down</literal>.
+               </para>
+           </listitem>
+             <listitem>
+                <para>
+                    There are now <literal>Eq</literal>, <literal>Ord</literal>, <literal>Show</literal>, <literal>Read</literal> and <literal>Generic</literal> instances for types in GHC.Generics (<literal>U1</literal>, <literal>Par1</literal>, <literal>Rec1</literal>, <literal>K1</literal>, <literal>M1</literal>, <literal>(:+:)</literal>, <literal>(:*:)</literal>, <literal>(:.:)</literal>).
                </para>
            </listitem>
             <listitem>



More information about the ghc-commits mailing list