diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2012-04-03 21:34:48 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2012-04-03 21:34:48 +0000 |
commit | 2b48794e7468f7c60d9dbb19767903bc819a352d (patch) | |
tree | c4f5c1dbabd2639178c4f827484b8ba06dc6e171 /dev-haskell/quickcheck/metadata.xml | |
parent | Stable for HPPA (bug #410129). (diff) | |
download | historical-2b48794e7468f7c60d9dbb19767903bc819a352d.tar.gz historical-2b48794e7468f7c60d9dbb19767903bc819a352d.tar.bz2 historical-2b48794e7468f7c60d9dbb19767903bc819a352d.zip |
Added missing 'random' depend found by Nick Bowler in bug #410709.
Package-Manager: portage-2.2.0_alpha96_p5/cvs/Linux x86_64
Diffstat (limited to 'dev-haskell/quickcheck/metadata.xml')
-rw-r--r-- | dev-haskell/quickcheck/metadata.xml | 25 |
1 files changed, 21 insertions, 4 deletions
diff --git a/dev-haskell/quickcheck/metadata.xml b/dev-haskell/quickcheck/metadata.xml index 8c66906af531..7256195592c0 100644 --- a/dev-haskell/quickcheck/metadata.xml +++ b/dev-haskell/quickcheck/metadata.xml @@ -1,8 +1,25 @@ <?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> + <use> + <flag name="template_haskell">Enable additional test modules requiring Template Haskell support.</flag> + </use> + <longdescription> + QuickCheck is a library for random testing of program properties. + + The programmer provides a specification of the program, in + the form of properties which functions should satisfy, and + QuickCheck then tests that the properties hold in a large number + of randomly generated cases. + + Specifications are expressed in + Haskell, using combinators defined in the QuickCheck library. + QuickCheck provides combinators to define properties, observe + the distribution of test data, and define test + data generators. + </longdescription> </pkgmetadata> |