summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorHerbert Valerio Riedel <hvr@gnu.org>2013-09-13 12:51:37 +0200
committerHerbert Valerio Riedel <hvr@gnu.org>2013-09-13 12:53:18 +0200
commit8570fe73c42197e7de8dbbd9d8ec3955ded9dc81 (patch)
tree29ad8e21bb34ef22081207c25a30b02ef3a8740c /docs
parent6719877ebbeaf9b4925996d4268b377da68aff10 (diff)
downloadhaskell-8570fe73c42197e7de8dbbd9d8ec3955ded9dc81.tar.gz
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@gnu.org>
Diffstat (limited to 'docs')
-rw-r--r--docs/users_guide/glasgow_exts.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/users_guide/glasgow_exts.xml b/docs/users_guide/glasgow_exts.xml
index 5cb922770c..1a754af3d9 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