haskell-criterion: updated to version 0.5.1.0
svn path=/nixpkgs/trunk/; revision=29528
This commit is contained in:
parent
e2c4af0946
commit
9e6178ed74
@ -1,13 +1,13 @@
|
|||||||
{ cabal, deepseq, mtl, mwcRandom, parsec, statistics, time, vector
|
{ cabal, aeson, deepseq, mtl, mwcRandom, parsec, statistics, time
|
||||||
, vectorAlgorithms
|
, vector, vectorAlgorithms
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "criterion";
|
pname = "criterion";
|
||||||
version = "0.5.0.10";
|
version = "0.5.1.0";
|
||||||
sha256 = "0sd289s7wnyg0p37j327hv55aw4a18bdv56z26v4qi3j8p2fbpbj";
|
sha256 = "0v43dm1d84zvn32q89dq0nh4dvqr4r6fjdzwcjac0mjics3iy29d";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
deepseq mtl mwcRandom parsec statistics time vector
|
aeson deepseq mtl mwcRandom parsec statistics time vector
|
||||||
vectorAlgorithms
|
vectorAlgorithms
|
||||||
];
|
];
|
||||||
meta = {
|
meta = {
|
||||||
|
Loading…
Reference in New Issue
Block a user