mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-18 16:58:08 -07:00
14 lines
619 B
XML
14 lines
619 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>
|
|
Allows tests such as QuickCheck properties and HUnit test cases to be assembled into test groups, run in
|
|
parallel (but reported in deterministic order, to aid diff interpretation) and filtered and controlled by
|
|
command line options. All of this comes with colored test output, progress reporting and test statistics output.
|
|
</longdescription>
|
|
</pkgmetadata>
|