aboutsummaryrefslogtreecommitdiff
path: root/devel/hs-show/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/hs-show/Makefile')
-rw-r--r--devel/hs-show/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/devel/hs-show/Makefile b/devel/hs-show/Makefile
index a83f37d6632e..4418514db597 100644
--- a/devel/hs-show/Makefile
+++ b/devel/hs-show/Makefile
@@ -2,17 +2,18 @@
# $FreeBSD$
PORTNAME= show
-PORTVERSION= 0.4.1.2
-PORTREVISION= 4
+PORTVERSION= 0.5
CATEGORIES= devel haskell
MAINTAINER= haskell@FreeBSD.org
-COMMENT= Haskell Show instances for Lambdabot
+COMMENT= 'Show' instances for Lambdabot
LICENSE= GPLv2
CABAL_SETUP= Setup.hs
-USE_CABAL= QuickCheck>=2.4 smallcheck>=0.4 syb
+
+USE_CABAL= QuickCheck>=2.4 random simple-reflect smallcheck>=1.0 \
+ syb
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>