diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2012-12-20 02:23:04 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2012-12-20 02:23:04 +0000 |
commit | f6f83c9efc2c46d2970746758e2c682bb8a518ec (patch) | |
tree | 290f2ea61305744bf0f477895c56b92acaeb361f /benchmarks/hs-criterion | |
parent | af071cfdc1f8578bd1523b823e683074a3139a34 (diff) | |
download | ports-f6f83c9efc2c46d2970746758e2c682bb8a518ec.tar.gz ports-f6f83c9efc2c46d2970746758e2c682bb8a518ec.zip |
Notes
Diffstat (limited to 'benchmarks/hs-criterion')
-rw-r--r-- | benchmarks/hs-criterion/Makefile | 13 | ||||
-rw-r--r-- | benchmarks/hs-criterion/distinfo | 4 | ||||
-rw-r--r-- | benchmarks/hs-criterion/pkg-descr | 2 |
3 files changed, 7 insertions, 12 deletions
diff --git a/benchmarks/hs-criterion/Makefile b/benchmarks/hs-criterion/Makefile index 8cec0dcb5bf2..6d9490471b99 100644 --- a/benchmarks/hs-criterion/Makefile +++ b/benchmarks/hs-criterion/Makefile @@ -1,13 +1,8 @@ -# New ports collection makefile for: hs-criterion -# Date created: December 20 2009 -# Whom: Giuseppe Pilichi aka Jacula Modyun <jacula@gmail.com> -# +# Created by: Giuseppe Pilichi aka Jacula Modyun <jacula@gmail.com> # $FreeBSD$ -# PORTNAME= criterion -PORTVERSION= 0.6.0.1 -PORTREVISION= 2 +PORTVERSION= 0.6.2.0 CATEGORIES= benchmarks haskell MAINTAINER= haskell@FreeBSD.org @@ -16,8 +11,8 @@ COMMENT= Robust, reliable performance measurement and analysis LICENSE= BSD USE_CABAL= aeson>=0.3.2.12 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 + parsec>=3.1.0 statistics>=0.10.0.0 transformers \ + vector>=0.7.1 vector-algorithms>=0.4 INSTALL_PORTEXAMPLES= \ cd ${WRKSRC}/examples && ${COPYTREE_SHARE} \* ${EXAMPLESDIR} diff --git a/benchmarks/hs-criterion/distinfo b/benchmarks/hs-criterion/distinfo index 201d60a83406..756576caf06a 100644 --- a/benchmarks/hs-criterion/distinfo +++ b/benchmarks/hs-criterion/distinfo @@ -1,2 +1,2 @@ -SHA256 (cabal/criterion-0.6.0.1.tar.gz) = 0af8b9817dd8a5ab7d336d07e809b3a5d5c1ccd21ba963e8433fc0c203b9d14c -SIZE (cabal/criterion-0.6.0.1.tar.gz) = 152902 +SHA256 (cabal/criterion-0.6.2.0.tar.gz) = bd36ce9b3ff24ff3fe428645a54b1166b928925d48cf63b5c0d11a011606a9f5 +SIZE (cabal/criterion-0.6.2.0.tar.gz) = 153076 diff --git a/benchmarks/hs-criterion/pkg-descr b/benchmarks/hs-criterion/pkg-descr index c642b0098ed6..a331977172f8 100644 --- a/benchmarks/hs-criterion/pkg-descr +++ b/benchmarks/hs-criterion/pkg-descr @@ -3,4 +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. -WWW: http://hackage.haskell.org/package/criterion +WWW: http://hackage.haskell.org/package/criterion |