Files
gentoo/dev-haskell/quickcheck-text/metadata.xml
hololeap 425f2d4458 dev-haskell/quickcheck-text: new package, add 0.1.2.1
Signed-off-by: hololeap <hololeap@protonmail.com>
Signed-off-by: Mark Wright <gienah@gentoo.org>
2026-06-22 20:24:39 +10:00

22 lines
783 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>
<longdescription>
The usual Arbitrary instance for Text
(in
&lt;https://hackage.haskell.org/package/quickcheck-instances quickcheck-instances&gt;)
only has single-byte
instances and so isn&#39;t an ideal representation of a valid UTF-8
character. This package has generators for one-, two- and three-byte
UTF-8 characters (all that are currently in use).
</longdescription>
<upstream>
<remote-id type="hackage">quickcheck-text</remote-id>
<remote-id type="github">olorin/quickcheck-text</remote-id>
</upstream>
</pkgmetadata>