[138243] trunk/dports/devel

cal at macports.org cal at macports.org
Thu Jul 2 15:17:41 PDT 2015


Revision: 138243
          https://trac.macports.org/changeset/138243
Author:   cal at macports.org
Date:     2015-07-02 15:17:40 -0700 (Thu, 02 Jul 2015)
Log Message:
-----------
hs-quickcheck-devel: new port, updated version of hs-quickcheck

Dependency of shellcheck.

Modified Paths:
--------------
    trunk/dports/devel/hs-quickcheck-devel/Portfile

Added Paths:
-----------
    trunk/dports/devel/hs-quickcheck-devel/

Modified: trunk/dports/devel/hs-quickcheck-devel/Portfile
===================================================================
--- trunk/dports/devel/hs-boolean/Portfile	2015-07-02 19:45:46 UTC (rev 138234)
+++ trunk/dports/devel/hs-quickcheck-devel/Portfile	2015-07-02 22:17:40 UTC (rev 138243)
@@ -3,14 +3,20 @@
 PortSystem          1.0
 PortGroup           haskell 1.0
 
-haskell.setup       Boolean 0.2
-revision            3
-checksums           rmd160  197c2fd0d6c0b79bad81201d95834eb54e07d997 \
-                    sha256  23fff11419defab048b71eec4eea4a4d1154788a2cf9764721d749b79cde18e5
+haskell.setup       QuickCheck 2.8.1
+name                hs-quickcheck-devel
+checksums           rmd160  b7a5df0f86fd4c5d6cd4ed9241cc1c843e8bd020 \
+                    sha256  7073aa3635660476aa31df7cf0476926a1ac0231235020122eb276070675763b
 
 license             BSD
 maintainers         nomaintainer
 platforms           darwin
 
-description         Generalized booleans and numbers
-long_description    Some classes for generalized boolean operations.
+depends_lib-append  port:hs-tf-random
+
+description             Automatic testing of Haskell programs
+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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150702/098f5860/attachment.html>


More information about the macports-changes mailing list