summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-haskell/htf/metadata.xml')
-rw-r--r--dev-haskell/htf/metadata.xml23
1 files changed, 0 insertions, 23 deletions
diff --git a/dev-haskell/htf/metadata.xml b/dev-haskell/htf/metadata.xml
deleted file mode 100644
index be697624296d..000000000000
--- a/dev-haskell/htf/metadata.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version='1.0' encoding='UTF-8'?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>haskell@gentoo.org</email>
- <name>Gentoo Haskell</name>
- </maintainer>
- <longdescription>
- The Haskell Test Framework (/HTF/ for short) lets you define unit
- tests (&lt;http://hunit.sourceforge.net&gt;), QuickCheck properties
- (&lt;http://www.cs.chalmers.se/~rjmh/QuickCheck/&gt;), and black box
- tests in an easy and convenient way. The HTF uses a custom
- preprocessor that collects test definitions automatically.
- Furthermore, the preprocessor allows the HTF to report failing
- test cases with exact file name and line number information.
-
- The documentation of the "Test.Framework.Tutorial" module
- provides a tutorial for the HTF.
- </longdescription>
- <upstream>
- <remote-id type="github">skogsbaer/HTF</remote-id>
- </upstream>
-</pkgmetadata>