You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
695 B
19 lines
695 B
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="project">
|
|
<email>haskell@gentoo.org</email>
|
|
<name>Gentoo Haskell</name>
|
|
</maintainer>
|
|
<longdescription>
|
|
Monad classes using functional dependencies, with instances
|
|
for various monad transformers, inspired by the paper
|
|
/Functional Programming with Overloading and Higher-Order Polymorphism/,
|
|
by Mark P Jones, in /Advanced School of Functional Programming/, 1995
|
|
(<http://web.cecs.pdx.edu/~mpj/pubs/springschool.html>).
|
|
</longdescription>
|
|
<upstream>
|
|
<remote-id type="github">haskell/mtl</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|