aboutsummaryrefslogtreecommitdiff
path: root/benchmarks
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
parent8b27faaa3987f4c03811e9bd872f6fb403321461 (diff)
downloadports-eb1aa435363db983cca0091ba7da5e40330d1558.tar.gz
ports-eb1aa435363db983cca0091ba7da5e40330d1558.zip
- Update to 0.6.0.1
Obtained from: FreeBSD Haskell
Notes
Notes: svn path=/head/; revision=291141
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/hs-criterion/Makefile12
-rw-r--r--benchmarks/hs-criterion/distinfo4
-rw-r--r--benchmarks/hs-criterion/pkg-descr5
3 files changed, 8 insertions, 13 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"
diff --git a/benchmarks/hs-criterion/distinfo b/benchmarks/hs-criterion/distinfo
index 5145e3491aba..201d60a83406 100644
--- a/benchmarks/hs-criterion/distinfo
+++ b/benchmarks/hs-criterion/distinfo
@@ -1,2 +1,2 @@
-SHA256 (cabal/criterion-0.5.0.10.tar.gz) = 72dde5c44572444cb611df94dd160a8a7055ca86470c79c605cf5b7e7442a269
-SIZE (cabal/criterion-0.5.0.10.tar.gz) = 17834
+SHA256 (cabal/criterion-0.6.0.1.tar.gz) = 0af8b9817dd8a5ab7d336d07e809b3a5d5c1ccd21ba963e8433fc0c203b9d14c
+SIZE (cabal/criterion-0.6.0.1.tar.gz) = 152902
diff --git a/benchmarks/hs-criterion/pkg-descr b/benchmarks/hs-criterion/pkg-descr
index d6eb9071f809..c642b0098ed6 100644
--- a/benchmarks/hs-criterion/pkg-descr
+++ b/benchmarks/hs-criterion/pkg-descr
@@ -3,7 +3,4 @@ performance of Haskell code. It provides both a framework for executing
and analysing benchmarks and a set of driver functions that makes it
easy to build and run benchmarks, and to analyse their results.
-The fastest way to get started is to read the documentation and
-examples in the Criterion.Main module.
-
-WWW: http://hackage.haskell.org/package/criterion
+WWW: http://hackage.haskell.org/package/criterion