aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/hs-criterion/Makefile
diff options
context:
space:
mode:
authorGabor Pali <pgj@FreeBSD.org>2012-02-13 04:03:22 +0000
committerGabor Pali <pgj@FreeBSD.org>2012-02-13 04:03:22 +0000
commiteb1aa435363db983cca0091ba7da5e40330d1558 (patch)
tree20ef9d4987ccb7adf024376a37b6f7deda90aa21 /benchmarks/hs-criterion/Makefile
parent8b27faaa3987f4c03811e9bd872f6fb403321461 (diff)
downloadports-eb1aa435363db983cca0091ba7da5e40330d1558.tar.gz
ports-eb1aa435363db983cca0091ba7da5e40330d1558.zip
Notes
Diffstat (limited to 'benchmarks/hs-criterion/Makefile')
-rw-r--r--benchmarks/hs-criterion/Makefile12
1 files changed, 5 insertions, 7 deletions
diff --git a/benchmarks/hs-criterion/Makefile b/benchmarks/hs-criterion/Makefile
index 3d4eb3492804..55de48e0b3f2 100644
--- a/benchmarks/hs-criterion/Makefile
+++ b/benchmarks/hs-criterion/Makefile
@@ -6,23 +6,21 @@
#
PORTNAME= criterion
-PORTVERSION= 0.5.0.10
-PORTREVISION= 5
+PORTVERSION= 0.6.0.1
CATEGORIES= benchmarks haskell
MAINTAINER= haskell@FreeBSD.org
-COMMENT= Robust, reliable performance measurement and analysis for Haskell
+COMMENT= Robust, reliable performance measurement and analysis
LICENSE= BSD
-USE_CABAL= deepseq>=1.1 mtl mwc-random>=0.8.0.3 parallel parsec>=3.1 \
- statistics>=0.8.0.5 vector>=0.7 vector-algorithms>=0.4
+USE_CABAL= aeson>=0.3.2.12 deepseq>=1.1.0.0 hastache>=0.1.5 mtl>=2 \
+ mwc-random>=0.8.0.3 parsec>=3.1.0 statistics>=0.10.0.0 \
+ vector>=0.7.1 vector-algorithms>=0.4
-PORTEXAMPLES= *
INSTALL_PORTEXAMPLES= \
cd ${WRKSRC}/examples && ${COPYTREE_SHARE} \* ${EXAMPLESDIR}
-PORTDATA= *
INSTALL_PORTDATA= ${INSTALL_DATA} ${WRKSRC}/README.markdown ${DATADIR}
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"