summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-haskell/test-framework/metadata.xml')
-rw-r--r--dev-haskell/test-framework/metadata.xml13
1 files changed, 9 insertions, 4 deletions
diff --git a/dev-haskell/test-framework/metadata.xml b/dev-haskell/test-framework/metadata.xml
index 8c66906af531..4bfd2b53673c 100644
--- a/dev-haskell/test-framework/metadata.xml
+++ b/dev-haskell/test-framework/metadata.xml
@@ -1,8 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<herd>haskell</herd>
-<maintainer>
- <email>haskell@gentoo.org</email>
-</maintainer>
+ <herd>haskell</herd>
+ <maintainer>
+ <email>haskell@gentoo.org</email>
+ </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>