mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
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
|
||||
, mwcRandom, parsec, statistics, time, transformers, vector
|
||||
, mwcRandom, parsec, statistics, text, time, transformers, vector
|
||||
, vectorAlgorithms
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "criterion";
|
||||
version = "0.8.0.1";
|
||||
sha256 = "1f4wsaiyq0zks71jgfx43774vxkf9l362a9kfd2jhsnxx7zkv5sq";
|
||||
version = "0.8.0.2";
|
||||
sha256 = "126c3i9i88wqs5ihif4kpsc1gdqas57acd8h5jbyfqhgbwi1s7gz";
|
||||
buildDepends = [
|
||||
aeson binary deepseq filepath Glob hastache mtl mwcRandom parsec
|
||||
statistics time transformers vector vectorAlgorithms
|
||||
statistics text time transformers vector vectorAlgorithms
|
||||
];
|
||||
meta = {
|
||||
homepage = "https://github.com/bos/criterion";
|
||||
|
|
Loading…
Reference in a new issue