haskell-criterion: update to version 0.8.0.2
This commit is contained in:
parent
820757f402
commit
73b6fdefa8
@ -1,15 +1,15 @@
|
|||||||
{ cabal, aeson, binary, deepseq, filepath, Glob, hastache, mtl
|
{ cabal, aeson, binary, deepseq, filepath, Glob, hastache, mtl
|
||||||
, mwcRandom, parsec, statistics, time, transformers, vector
|
, mwcRandom, parsec, statistics, text, time, transformers, vector
|
||||||
, vectorAlgorithms
|
, vectorAlgorithms
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "criterion";
|
pname = "criterion";
|
||||||
version = "0.8.0.1";
|
version = "0.8.0.2";
|
||||||
sha256 = "1f4wsaiyq0zks71jgfx43774vxkf9l362a9kfd2jhsnxx7zkv5sq";
|
sha256 = "126c3i9i88wqs5ihif4kpsc1gdqas57acd8h5jbyfqhgbwi1s7gz";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
aeson binary deepseq filepath Glob hastache mtl mwcRandom parsec
|
aeson binary deepseq filepath Glob hastache mtl mwcRandom parsec
|
||||||
statistics time transformers vector vectorAlgorithms
|
statistics text 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