summaryrefslogtreecommitdiff
path: root/dev-haskell/smallcheck/metadata.xml
diff options
context:
space:
mode:
Diffstat (limited to 'dev-haskell/smallcheck/metadata.xml')
-rw-r--r--dev-haskell/smallcheck/metadata.xml17
1 files changed, 0 insertions, 17 deletions
diff --git a/dev-haskell/smallcheck/metadata.xml b/dev-haskell/smallcheck/metadata.xml
deleted file mode 100644
index ed9043f55a28..000000000000
--- a/dev-haskell/smallcheck/metadata.xml
+++ /dev/null
@@ -1,17 +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>
- SmallCheck is similar to QuickCheck (Claessen and Hughes 2000-) but
- instead of testing for a sample of randomly generated values, SmallCheck
- tests properties for all the finitely many values up to some depth,
- progressively increasing the depth used.
- </longdescription>
- <upstream>
- <remote-id type="github">feuerbach/smallcheck</remote-id>
- </upstream>
-</pkgmetadata>