dev-python/pytest: arm64 stable (bug #723996)
[gentoo.git] / dev-haskell / generic-deriving / metadata.xml
1 <?xml version='1.0' encoding='UTF-8'?>
2 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
3 <pkgmetadata>
4         <maintainer type="project">
5                 <email>haskell@gentoo.org</email>
6                 <name>Gentoo Haskell</name>
7         </maintainer>
8         <longdescription>
9                 This package provides functionality for generalizing the deriving mechanism
10                 in Haskell to arbitrary classes. It was first described in the paper:
11                 
12                 *  /A generic deriving mechanism for Haskell/.
13                 Jose Pedro Magalhaes, Atze Dijkstra, Johan Jeuring, and Andres Loeh.
14                 Haskell'10.
15                 
16                 The current implementation integrates with the new GHC Generics. See
17                 &lt;http://www.haskell.org/haskellwiki/Generics&gt; for more information.
18                 Template Haskell code is provided for supporting GHC before version 7.2.
19         </longdescription>
20         <upstream>
21                 <remote-id type="github">dreixel/generic-deriving</remote-id>
22         </upstream>
23 </pkgmetadata>