mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-30 22:48:07 -07:00
Signed-off-by: hololeap <hololeap@protonmail.com> Signed-off-by: Mark Wright <gienah@gentoo.org>
22 lines
783 B
XML
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
|
|
<https://hackage.haskell.org/package/quickcheck-instances quickcheck-instances>)
|
|
only has single-byte
|
|
instances and so isn'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>
|