summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorOleg Grenrus <oleg.grenrus@iki.fi>2015-02-05 17:42:36 -0600
committerAustin Seipp <austin@well-typed.com>2015-02-05 17:42:36 -0600
commitae39c5c040f121947e14877c3ceb47bbe80c0ccb (patch)
treeb81d499bb2e4ffffd0b1c2b9774c47f10ccf00b4 /docs
parentd4f25cb151db1a539aab66b26ccca4d166562b22 (diff)
downloadhaskell-ae39c5c040f121947e14877c3ceb47bbe80c0ccb.tar.gz
Add packageName to GHC.Generics.Datatype
Summary: Added packageName to GHC.Generics.Datatype class definition Reviewers: hvr, dreixel, austin Reviewed By: dreixel, austin Subscribers: thomie Differential Revision: https://phabricator.haskell.org/D631 GHC Trac Issues: #10030
Diffstat (limited to 'docs')
-rw-r--r--docs/users_guide/glasgow_exts.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/users_guide/glasgow_exts.xml b/docs/users_guide/glasgow_exts.xml
index 279c59c9c4..f38e0d7351 100644
--- a/docs/users_guide/glasgow_exts.xml
+++ b/docs/users_guide/glasgow_exts.xml
@@ -12358,6 +12358,7 @@ data C1_1UserTree
instance Datatype D1UserTree where
datatypeName _ = "UserTree"
moduleName _ = "Main"
+ packageName _ = "main"
instance Constructor C1_0UserTree where
conName _ = "Node"