diff options
Diffstat (limited to 'dev-haskell/parsers/metadata.xml')
-rw-r--r-- | dev-haskell/parsers/metadata.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/parsers/metadata.xml b/dev-haskell/parsers/metadata.xml index 0149708d6d5a..c4382380d26b 100644 --- a/dev-haskell/parsers/metadata.xml +++ b/dev-haskell/parsers/metadata.xml @@ -12,8 +12,8 @@ <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 + 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". + @attoparsec@ and base’s "Text.Read". </longdescription> </pkgmetadata> |