- Update to 0.6.0.1
Obtained from: FreeBSD Haskell
This commit is contained in:
parent
8b27faaa39
commit
eb1aa43536
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=291141
3 changed files with 8 additions and 13 deletions
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue