forked from mirrors/nixpkgs
haskell-criterion: updated to version 0.6.0.0
svn path=/nixpkgs/trunk/; revision=30691
This commit is contained in:
parent
6904c2a090
commit
efe6980303
|
@ -1,17 +1,17 @@
|
|||
{ cabal, aeson, deepseq, mtl, mwcRandom, parsec, statistics, time
|
||||
, vector, vectorAlgorithms
|
||||
{ cabal, aeson, deepseq, hastache, mtl, mwcRandom, parsec
|
||||
, statistics, time, transformers, vector, vectorAlgorithms
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "criterion";
|
||||
version = "0.5.1.1";
|
||||
sha256 = "0gxl6xym01lvblkdsqigx4p13nc9y7hcvyrqz0kvnvcf2f9x4qvp";
|
||||
version = "0.6.0.0";
|
||||
sha256 = "0yi6gx9zrmljhhdfqpaylri8x71q2yzyhwwn1c377xngrskpydr9";
|
||||
buildDepends = [
|
||||
aeson deepseq mtl mwcRandom parsec statistics time vector
|
||||
vectorAlgorithms
|
||||
aeson deepseq hastache mtl mwcRandom parsec statistics time
|
||||
transformers vector vectorAlgorithms
|
||||
];
|
||||
meta = {
|
||||
homepage = "http://bitbucket.org/bos/criterion";
|
||||
homepage = "https://github.com/bos/criterion";
|
||||
description = "Robust, reliable performance measurement and analysis";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
|
|
Loading…
Reference in a new issue