diff options
-rw-r--r-- | devel/hs-testpack/Makefile | 5 | ||||
-rw-r--r-- | devel/hs-testpack/distinfo | 4 | ||||
-rw-r--r-- | devel/hs-testpack/pkg-descr | 15 |
3 files changed, 12 insertions, 12 deletions
diff --git a/devel/hs-testpack/Makefile b/devel/hs-testpack/Makefile index 715dee27c6dc..22904e80bc05 100644 --- a/devel/hs-testpack/Makefile +++ b/devel/hs-testpack/Makefile @@ -6,16 +6,17 @@ # PORTNAME= testpack -PORTVERSION= 2.1.1 +PORTVERSION= 2.1.2 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org -COMMENT= Haskell Test Utility Pack for HUnit and QuickCheck +COMMENT= Test Utility Pack for HUnit and QuickCheck LICENSE= LGPL21 FILE_LICENSE= COPYRIGHT CABAL_SETUP= Setup.hs + USE_CABAL= HUnit mtl QuickCheck>=2.1.0.3 .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" diff --git a/devel/hs-testpack/distinfo b/devel/hs-testpack/distinfo index 59f0f044ba77..2f66fe53c14b 100644 --- a/devel/hs-testpack/distinfo +++ b/devel/hs-testpack/distinfo @@ -1,2 +1,2 @@ -SHA256 (cabal/testpack-2.1.1.tar.gz) = afc2cd992263112e08beaebf3c75b47d885574659ce093e7810124bf611f0ffd -SIZE (cabal/testpack-2.1.1.tar.gz) = 14861 +SHA256 (cabal/testpack-2.1.2.tar.gz) = 2e7604b7e42c173611d9ed329921d96f9bcc8d0417dcb9296f9503bf35a2b089 +SIZE (cabal/testpack-2.1.2.tar.gz) = 14812 diff --git a/devel/hs-testpack/pkg-descr b/devel/hs-testpack/pkg-descr index aec42b3db6e8..2cd5dfb7aaac 100644 --- a/devel/hs-testpack/pkg-descr +++ b/devel/hs-testpack/pkg-descr @@ -1,10 +1,9 @@ Haskell Test Utility Pack for HUnit and QuickCheck testpack provides -utilities for both HUnit and QuickCheck. +utilities for both HUnit and QuickCheck. These include tools for running +QuickCheck properties as HUnit test cases, allowing you to combine both +approaches in a single program. It also includes tools for more helpful +displays of running progress in both HUnit and QuickCheck, additional +generators for other types for QuickCheck, and shortcuts for quickly +defining new test cases. -These include tools for running QuickCheck properties as HUnit test -cases, allowing you to combine both approaches in a single program. -It also includes tools for more helpful displays of running progress -in both HUnit and QuickCheck, additional generators for other types -for QuickCheck, and shortcuts for quickly defining new test cases. - -WWW: http://hackage.haskell.org/cgi-bin/hackage-scripts/package/testpack +WWW: http://hackage.haskell.org/cgi-bin/hackage-scripts/package/testpack |