blob: 9a6788ada30cf4174fdef9d2a3e73fc2526b15ca (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>haskell</herd>
<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>
|