[commit: ghc] master: Replace reference to `Data.Generics` with `Data.Data` (8570fe7)

git at git.haskell.org git at git.haskell.org
Fri Sep 13 12:53:44 CEST 2013


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

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

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

commit 8570fe73c42197e7de8dbbd9d8ec3955ded9dc81
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date:   Fri Sep 13 12:51:37 2013 +0200

    Replace reference to `Data.Generics` with `Data.Data`
    
    The `Data` definitions were moved from `Data.Generics` to
    `Data.Data` via [5a9e76d24776608a3e14ba94f1dfa0cac072c251/base]
    
    Signed-off-by: Herbert Valerio Riedel <hvr at gnu.org>


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

8570fe73c42197e7de8dbbd9d8ec3955ded9dc81
 docs/users_guide/glasgow_exts.xml |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/users_guide/glasgow_exts.xml b/docs/users_guide/glasgow_exts.xml
index 5cb9227..1a754af 100644
--- a/docs/users_guide/glasgow_exts.xml
+++ b/docs/users_guide/glasgow_exts.xml
@@ -3488,7 +3488,7 @@ GHC extends this list with several more classes that may be automatically derive
 <itemizedlist>
 <listitem><para> With <option>-XDeriveDataTypeable</option>, you can derive instances of the classes
 <literal>Typeable</literal>, and <literal>Data</literal>, defined in the library
-modules <literal>Data.Typeable</literal> and <literal>Data.Generics</literal> respectively.
+modules <literal>Data.Typeable</literal> and <literal>Data.Data</literal> respectively.
 </para>
 <para>Since GHC 7.8.1, <literal>Typeable</literal> is kind-polymorphic (see
 <xref linkend="kind-polymorphism"/>) and can be derived for any datatype and




More information about the ghc-commits mailing list