2010-11-17 16:38:16 +01:00
|
|
|
{cabal, deepseq, mtl, parallel, parsec, vector, vectorAlgorithms,
|
2010-11-19 20:34:41 +01:00
|
|
|
mwcRandom, statistics, Chart, dataAccessor}:
|
2010-11-17 16:38:16 +01:00
|
|
|
|
|
|
|
cabal.mkDerivation (self : {
|
|
|
|
pname = "criterion";
|
|
|
|
version = "0.5.0.5";
|
|
|
|
sha256 = "1b1g7a2ip07j0554cj4d0413859fbdkaxpcgq2znjz7wh8z5aabn";
|
|
|
|
|
2010-11-19 20:34:41 +01:00
|
|
|
propagatedBuildInputs = [
|
|
|
|
deepseq mtl parallel parsec vector vectorAlgorithms mwcRandom statistics
|
|
|
|
Chart dataAccessor
|
|
|
|
];
|
|
|
|
|
|
|
|
configureFlags = "-fchart";
|
2010-11-17 16:38:16 +01:00
|
|
|
|
|
|
|
meta = {
|
|
|
|
homepage = "http://bitbucket.org/bos/criterion";
|
|
|
|
description = "Robust, reliable performance measurement and analysis";
|
|
|
|
license = "BSD";
|
|
|
|
maintainers = [self.stdenv.lib.maintainers.andres];
|
|
|
|
};
|
|
|
|
})
|