diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2013-02-05 22:26:31 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2013-02-05 22:26:31 +0000 |
commit | c731105b7f8e403a3db33599a7d7f1ce9257f375 (patch) | |
tree | 23d3f49a5183d8fbc5324dad9a1ae399f457b1d7 /benchmarks/hs-criterion | |
parent | 32ca3ee61e3889801319024959589312eb652bfa (diff) | |
download | ports-c731105b7f8e403a3db33599a7d7f1ce9257f375.tar.gz ports-c731105b7f8e403a3db33599a7d7f1ce9257f375.zip |
Notes
Diffstat (limited to 'benchmarks/hs-criterion')
-rw-r--r-- | benchmarks/hs-criterion/Makefile | 4 | ||||
-rw-r--r-- | benchmarks/hs-criterion/distinfo | 4 | ||||
-rw-r--r-- | benchmarks/hs-criterion/pkg-descr | 10 |
3 files changed, 9 insertions, 9 deletions
diff --git a/benchmarks/hs-criterion/Makefile b/benchmarks/hs-criterion/Makefile index 6d9490471b99..4b11f60adb57 100644 --- a/benchmarks/hs-criterion/Makefile +++ b/benchmarks/hs-criterion/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= criterion -PORTVERSION= 0.6.2.0 +PORTVERSION= 0.6.2.1 CATEGORIES= benchmarks haskell MAINTAINER= haskell@FreeBSD.org @@ -10,7 +10,7 @@ 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 \ +USE_CABAL= aeson>=0.3.2.12 hastache>=0.5.0 mtl>=2 mwc-random>=0.8.0.3 \ parsec>=3.1.0 statistics>=0.10.0.0 transformers \ vector>=0.7.1 vector-algorithms>=0.4 diff --git a/benchmarks/hs-criterion/distinfo b/benchmarks/hs-criterion/distinfo index 756576caf06a..f572fe79d599 100644 --- a/benchmarks/hs-criterion/distinfo +++ b/benchmarks/hs-criterion/distinfo @@ -1,2 +1,2 @@ -SHA256 (cabal/criterion-0.6.2.0.tar.gz) = bd36ce9b3ff24ff3fe428645a54b1166b928925d48cf63b5c0d11a011606a9f5 -SIZE (cabal/criterion-0.6.2.0.tar.gz) = 153076 +SHA256 (cabal/criterion-0.6.2.1.tar.gz) = e59732cd1401b0201c032adc9a67c96ae8556baa7f8e91059c006b8c83d1eb21 +SIZE (cabal/criterion-0.6.2.1.tar.gz) = 153292 diff --git a/benchmarks/hs-criterion/pkg-descr b/benchmarks/hs-criterion/pkg-descr index a331977172f8..f4331227d96d 100644 --- a/benchmarks/hs-criterion/pkg-descr +++ b/benchmarks/hs-criterion/pkg-descr @@ -1,6 +1,6 @@ -This Haskell library provides a powerful but simple way to measure the -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. +This library provides a powerful but simple way to measure sofware +performance. 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: https://github.com/bos/criterion |