mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
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
|
||||
, vectorAlgorithms
|
||||
{ cabal, aeson, deepseq, mtl, mwcRandom, parsec, statistics, time
|
||||
, vector, vectorAlgorithms
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "criterion";
|
||||
version = "0.5.0.10";
|
||||
sha256 = "0sd289s7wnyg0p37j327hv55aw4a18bdv56z26v4qi3j8p2fbpbj";
|
||||
version = "0.5.1.0";
|
||||
sha256 = "0v43dm1d84zvn32q89dq0nh4dvqr4r6fjdzwcjac0mjics3iy29d";
|
||||
buildDepends = [
|
||||
deepseq mtl mwcRandom parsec statistics time vector
|
||||
aeson deepseq mtl mwcRandom parsec statistics time vector
|
||||
vectorAlgorithms
|
||||
];
|
||||
meta = {
|
||||
|
Loading…
Reference in New Issue
Block a user