mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-07-25 08:28:12 +02:00
Signed-off-by: hololeap <hololeap@protonmail.com> Signed-off-by: Sam James <sam@gentoo.org>
17 lines
692 B
XML
17 lines
692 B
XML
<?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>
|
|
<use>
|
|
<flag name="attoparsec">You can disable the use of the `attoparsec` package using `-f-attoparsec`.</flag>
|
|
<flag name="binary">You can disable the use of the `binary` package using `-f-binary`.</flag>
|
|
<flag name="parsec">You can disable the use of the `parsec` package using `-f-parsec`.</flag>
|
|
</use>
|
|
<upstream>
|
|
<remote-id type="hackage">parsers</remote-id>
|
|
<remote-id type="github">ekmett/parsers</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|