haskell-criterion: update to version 0.8.0.0
This commit is contained in:
parent
ac1f88bef2
commit
836b002fd8
@ -1,14 +1,15 @@
|
|||||||
{ cabal, aeson, deepseq, filepath, hastache, mtl, mwcRandom, parsec
|
{ cabal, aeson, binary, deepseq, filepath, Glob, hastache, mtl
|
||||||
, statistics, time, transformers, vector, vectorAlgorithms
|
, mwcRandom, parsec, statistics, time, transformers, vector
|
||||||
|
, vectorAlgorithms
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "criterion";
|
pname = "criterion";
|
||||||
version = "0.6.2.1";
|
version = "0.8.0.0";
|
||||||
sha256 = "08gbs61qqsq0kh2r33kzm9mmbs3ar5krmp1a0cf21c012k6k55z5";
|
sha256 = "05v4glwvidsd4gm2jcvmlcpfaxg2x0fb69w051rbwg9scanrm7bf";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
aeson deepseq filepath hastache mtl mwcRandom parsec statistics
|
aeson binary deepseq filepath Glob hastache mtl mwcRandom parsec
|
||||||
time transformers vector vectorAlgorithms
|
statistics time transformers vector vectorAlgorithms
|
||||||
];
|
];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://github.com/bos/criterion";
|
homepage = "https://github.com/bos/criterion";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user