summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhololeap <hololeap@protonmail.com>2023-10-02 23:09:04 -0600
committerSam James <sam@gentoo.org>2023-10-23 04:09:57 +0100
commit19e1da81c8e9406dda8a5f19636c6fb9613d6f0a (patch)
treea0bf132097148c2f52a0fa39c1ff4e227e7d8b9b /dev-haskell/parsers/metadata.xml
parentdev-haskell/parsec1: add 1.0.0.8 (diff)
downloadgentoo-19e1da81c8e9406dda8a5f19636c6fb9613d6f0a.tar.gz
gentoo-19e1da81c8e9406dda8a5f19636c6fb9613d6f0a.tar.bz2
gentoo-19e1da81c8e9406dda8a5f19636c6fb9613d6f0a.zip
dev-haskell/parsers: add 0.12.11
Signed-off-by: hololeap <hololeap@protonmail.com> Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-haskell/parsers/metadata.xml')
-rw-r--r--dev-haskell/parsers/metadata.xml15
1 files changed, 6 insertions, 9 deletions
diff --git a/dev-haskell/parsers/metadata.xml b/dev-haskell/parsers/metadata.xml
index aa88907fe7af..88974e5372c2 100644
--- a/dev-haskell/parsers/metadata.xml
+++ b/dev-haskell/parsers/metadata.xml
@@ -6,15 +6,12 @@
<name>Gentoo Haskell</name>
</maintainer>
<use>
- <flag name="parsec">Enable the use of the `parsec` package</flag>
+ <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="attoparsec">Enable the use of the `attoparsec` package</flag>
+ <flag name="parsec">You can disable the use of the `parsec` package using `-f-parsec`.</flag>
</use>
- <longdescription>
- This library provides convenient combinators for working with and building parsing combinator libraries.
-
- Given a few simple instances, e.g. for the class 'Text.Parser.Combinators.Parsing' in "Text.Parser.Combinators.Parsing" you
- get access to a large number of canned definitions. Instances exist for the parsers provided by @parsec@,
- @attoparsec@ and base’s "Text.Read".
- </longdescription>
+ <upstream>
+ <remote-id type="hackage">parsers</remote-id>
+ <remote-id type="github">ekmett/parsers</remote-id>
+ </upstream>
</pkgmetadata>