3
0
Fork 0
forked from mirrors/nixpkgs

haskell-criterion: updated to version 0.6.0.0

svn path=/nixpkgs/trunk/; revision=30691
This commit is contained in:
Peter Simons 2011-12-02 11:47:08 +00:00
parent 6904c2a090
commit efe6980303

View file

@ -1,17 +1,17 @@
{ cabal, aeson, deepseq, mtl, mwcRandom, parsec, statistics, time { cabal, aeson, deepseq, hastache, mtl, mwcRandom, parsec
, vector, vectorAlgorithms , statistics, time, transformers, vector, vectorAlgorithms
}: }:
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "criterion"; pname = "criterion";
version = "0.5.1.1"; version = "0.6.0.0";
sha256 = "0gxl6xym01lvblkdsqigx4p13nc9y7hcvyrqz0kvnvcf2f9x4qvp"; sha256 = "0yi6gx9zrmljhhdfqpaylri8x71q2yzyhwwn1c377xngrskpydr9";
buildDepends = [ buildDepends = [
aeson deepseq mtl mwcRandom parsec statistics time vector aeson deepseq hastache mtl mwcRandom parsec statistics time
vectorAlgorithms transformers vector vectorAlgorithms
]; ];
meta = { meta = {
homepage = "http://bitbucket.org/bos/criterion"; homepage = "https://github.com/bos/criterion";
description = "Robust, reliable performance measurement and analysis"; description = "Robust, reliable performance measurement and analysis";
license = self.stdenv.lib.licenses.bsd3; license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms; platforms = self.ghc.meta.platforms;