blob: 9b5c39428320669d5ecf1d51979b7d3d7543ce1e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer>
<email>haskell@gentoo.org</email>
<name>Gentoo Haskell</name>
</maintainer>
<longdescription>
Haskell 98 Distributive functors -- Dual to Traversable
</longdescription>
<use>
<flag name="lib-werror">Compile with the ghc -Werror option</flag>
</use>
<upstream>
<remote-id type="github">ekmett/distributive</remote-id>
</upstream>
</pkgmetadata>
|