diff options
Diffstat (limited to 'dev-haskell/smallcheck/metadata.xml')
| -rw-r--r-- | dev-haskell/smallcheck/metadata.xml | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/dev-haskell/smallcheck/metadata.xml b/dev-haskell/smallcheck/metadata.xml index ed9043f55a28..d1fe3c1d1649 100644 --- a/dev-haskell/smallcheck/metadata.xml +++ b/dev-haskell/smallcheck/metadata.xml @@ -1,17 +1,18 @@ <?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd"> <pkgmetadata> - <maintainer type="project"> - <email>haskell@gentoo.org</email> - <name>Gentoo Haskell</name> - </maintainer> - <longdescription> + <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> + <upstream> + <remote-id type="github">feuerbach/smallcheck</remote-id> + </upstream> + <origin>gentoo-staging</origin> +</pkgmetadata>
\ No newline at end of file |
