[96588] users/cal/ports/devel/hs-platform-quickcheck/Portfile
cal at macports.org
cal at macports.org
Tue Aug 14 15:04:43 PDT 2012
Revision: 96588
https://trac.macports.org/changeset/96588
Author: cal at macports.org
Date: 2012-08-14 15:04:43 -0700 (Tue, 14 Aug 2012)
Log Message:
-----------
hs-platform-quickcheck: Update to 2.4.2, untested
Modified Paths:
--------------
users/cal/ports/devel/hs-platform-quickcheck/Portfile
Modified: users/cal/ports/devel/hs-platform-quickcheck/Portfile
===================================================================
--- users/cal/ports/devel/hs-platform-quickcheck/Portfile 2012-08-14 22:01:25 UTC (rev 96587)
+++ users/cal/ports/devel/hs-platform-quickcheck/Portfile 2012-08-14 22:04:43 UTC (rev 96588)
@@ -1,35 +1,26 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id$
-PortSystem 1.0
+PortSystem 1.0
+PortGroup haskellplatform 1.0
-PortGroup haskell 1.0
-haskell.setup QuickCheck 1.2.0.0
-name hs-platform-QuickCheck
-maintainers gwright
-platforms darwin
+haskellplatform.setup QuickCheck 2.4.2
+checksums rmd160 e87ece5bab2f3582265160734b3be50a596ec19e \
+ sha256 6f05c399ae7b70c09ab21337caf1211f43fd76d6ad9b3814a4009ddbf438179f
-description Automatic testing of Haskell programs (platform version)
-long_description \
- 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.
+license BSD
+maintainers cal openmaintainer
+platforms darwin
-checksums md5 70ae077de501e13f1cb60600482505df \
- sha1 012d080008cbbd955a0e7a785958e7bf66f1213b \
- rmd160 9183bd1551e93eadd64da6b298055085bdfc4d27
+depends_lib-append port:hs-platform-random
-depends_lib port:ghc
-
-universal_variant no
-
-configure.args-append -v --enable-library-profiling \
- --with-gcc=${configure.cc}
-
-build.args-append -v
-
-livecheck.type none
-
+description \
+ QuickCheck is a library for random testing of program properties.
+long_description ${description} \
+ 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120814/2e0f7027/attachment.html>
More information about the macports-changes
mailing list