diff options
Diffstat (limited to '')
-rw-r--r-- | devel/hs-smallcheck/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/devel/hs-smallcheck/Makefile b/devel/hs-smallcheck/Makefile index ef670778910f..329dad07657a 100644 --- a/devel/hs-smallcheck/Makefile +++ b/devel/hs-smallcheck/Makefile @@ -2,19 +2,17 @@ # $FreeBSD$ PORTNAME= smallcheck -PORTVERSION= 0.6.2 +PORTVERSION= 1.0.2 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org -COMMENT= A property-based testing library +COMMENT= Property-based testing library LICENSE= BSD CABAL_SETUP= Setup.hs -USE_CABAL= dlist>=0.2 - -INSTALL_PORTEXAMPLES= @(cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} \* ${EXAMPLESDIR}) +USE_CABAL= logict mtl .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> |