dev-libs/tomsfastmath: keyworded 0.13.1 for ppc, bug #725414
[gentoo.git] / dev-haskell / transformers / 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         </maintainer>
7         <longdescription>
8                 Haskell 98 part of a monad transformer library, inspired by the paper
9                 \"Functional Programming with Overloading and Higher-Order Polymorphism\",
10                 by Mark P Jones, in /Advanced School of Functional Programming/, 1995
11                 (&lt;http://web.cecs.pdx.edu/~mpj/pubs/springschool.html&gt;).
12                 
13                 This part contains the monad transformer class, the concrete monad
14                 transformers, operations and liftings.  It can be used on its own
15                 in Haskell 98 code, or with the monad classes in the @monads-fd@ or
16                 @monads-tf@ packages, which automatically lift operations introduced
17                 by monad transformers through other transformers.
18         </longdescription>
19 </pkgmetadata>