diff options
Diffstat (limited to 'dev-haskell/quickcheck/metadata.xml')
| -rw-r--r-- | dev-haskell/quickcheck/metadata.xml | 27 |
1 files changed, 14 insertions, 13 deletions
diff --git a/dev-haskell/quickcheck/metadata.xml b/dev-haskell/quickcheck/metadata.xml index 120011b0413e..efaeaae83a70 100644 --- a/dev-haskell/quickcheck/metadata.xml +++ b/dev-haskell/quickcheck/metadata.xml @@ -1,14 +1,11 @@ <?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> - <use> - <flag name="template-haskell">Enable additional test modules requiring Template Haskell support.</flag> - </use> - <longdescription> + <maintainer type="project"> + <email>haskell@gentoo.org</email> + <name>Gentoo Haskell</name> + </maintainer> + <longdescription> QuickCheck is a library for random testing of program properties. The programmer provides a specification of the program, in @@ -22,7 +19,11 @@ the distribution of test data, and define test data generators. </longdescription> - <upstream> - <remote-id type="github">nick8325/quickcheck</remote-id> - </upstream> -</pkgmetadata> + <upstream> + <remote-id type="github">nick8325/quickcheck</remote-id> + </upstream> + <use> + <flag name="template-haskell">Enable additional test modules requiring Template Haskell support.</flag> + </use> + <origin>gentoo-staging</origin> +</pkgmetadata>
\ No newline at end of file |
