2014-07-14 12:21:41 +01:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-08-09 09:01:50 +01:00
|
|
|
{ cabal, aeson, ansiWlPprint, binary, cassava, deepseq, either
|
|
|
|
, filepath, Glob, hastache, HUnit, mtl, mwcRandom
|
|
|
|
, optparseApplicative, parsec, QuickCheck, statistics
|
|
|
|
, testFramework, testFrameworkHunit, testFrameworkQuickcheck2, text
|
|
|
|
, time, transformers, vector, vectorAlgorithms
|
2011-08-10 00:00:20 +01:00
|
|
|
}:
|
2010-11-17 15:38:16 +00:00
|
|
|
|
2011-08-10 00:00:20 +01:00
|
|
|
cabal.mkDerivation (self: {
|
2010-11-17 15:38:16 +00:00
|
|
|
pname = "criterion";
|
2014-10-12 17:01:23 +01:00
|
|
|
version = "1.0.2.0";
|
|
|
|
sha256 = "02mcb49hiv0gijj5343gffdd3r8hjf4d52llv2gradaijz4zdqhx";
|
2014-08-09 09:01:50 +01:00
|
|
|
isLibrary = true;
|
|
|
|
isExecutable = true;
|
2011-08-10 00:00:20 +01:00
|
|
|
buildDepends = [
|
2014-08-09 09:01:50 +01:00
|
|
|
aeson ansiWlPprint binary cassava deepseq either filepath Glob
|
|
|
|
hastache mtl mwcRandom optparseApplicative parsec statistics text
|
|
|
|
time transformers vector vectorAlgorithms
|
|
|
|
];
|
|
|
|
testDepends = [
|
|
|
|
HUnit QuickCheck statistics testFramework testFrameworkHunit
|
|
|
|
testFrameworkQuickcheck2 vector
|
2010-11-19 19:34:41 +00:00
|
|
|
];
|
2014-08-10 22:42:25 +01:00
|
|
|
doCheck = false;
|
2010-11-17 15:38:16 +00:00
|
|
|
meta = {
|
2014-08-09 09:01:50 +01:00
|
|
|
homepage = "http://www.serpentine.com/criterion";
|
2010-11-17 15:38:16 +00:00
|
|
|
description = "Robust, reliable performance measurement and analysis";
|
2011-08-07 20:33:43 +01:00
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
2011-08-09 10:54:50 +01:00
|
|
|
platforms = self.ghc.meta.platforms;
|
2010-11-17 15:38:16 +00:00
|
|
|
};
|
|
|
|
})
|