diff options
author | hololeap <hololeap@protonmail.com> | 2023-10-02 23:08:03 -0600 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-10-23 04:09:44 +0100 |
commit | 853085f6ade3cc0bd9975e6cf1af003d8065e439 (patch) | |
tree | b2d30a32b9e2876b2da26c0c0d7bfcc8dfef04d3 /dev-haskell/hsyaml/metadata.xml | |
parent | dev-haskell/microaeson: new package, add 0.1.0.1 (diff) | |
download | gentoo-853085f6ade3cc0bd9975e6cf1af003d8065e439.tar.gz gentoo-853085f6ade3cc0bd9975e6cf1af003d8065e439.tar.bz2 gentoo-853085f6ade3cc0bd9975e6cf1af003d8065e439.zip |
dev-haskell/hsyaml: add 0.2.1.2
Signed-off-by: hololeap <hololeap@protonmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-haskell/hsyaml/metadata.xml')
-rw-r--r-- | dev-haskell/hsyaml/metadata.xml | 20 |
1 files changed, 7 insertions, 13 deletions
diff --git a/dev-haskell/hsyaml/metadata.xml b/dev-haskell/hsyaml/metadata.xml index 298c3553c5d9..b11316eec0dc 100644 --- a/dev-haskell/hsyaml/metadata.xml +++ b/dev-haskell/hsyaml/metadata.xml @@ -5,17 +5,11 @@ <email>haskell@gentoo.org</email> <name>Gentoo Haskell</name> </maintainer> - <longdescription> - @HsYAML@ is a [YAML 1.2](http://yaml.org/spec/1.2/spec.html) parser implementation for Haskell. - - Features of @HsYAML@ include: - - * Pure Haskell implementation with small dependency footprint and emphasis on strict compliance with the [YAML 1.2 specification](http://yaml.org/spec/1.2/spec.html). - * Direct decoding to native Haskell types via (@aeson@-inspired) typeclass-based API (see "Data.YAML"). - * Support for constructing custom YAML node graph representation (including support for cyclic YAML data structures). - * Support for the standard (untyped) /Failsafe/, (strict) /JSON/, and (flexible) /Core/ \"schemas\" providing implicit typing rules as defined in the YAML 1.2 specification (including support for user-defined custom schemas). - * Event-based API resembling LibYAML's Event-based API (see "Data.YAML.Event"). - * Low-level API access to lexical token-based scanner (see "Data.YAML.Token"). - - </longdescription> + <use> + <flag name="exe">Enable @exe:yaml-test@ component</flag> + </use> + <upstream> + <remote-id type="hackage">HsYAML</remote-id> + <remote-id type="github">haskell-hvr/HsYAML</remote-id> + </upstream> </pkgmetadata> |