mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-16 21:08:24 +00:00
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
|
||||
, statistics, time, transformers, vector, vectorAlgorithms
|
||||
{ cabal, aeson, binary, deepseq, filepath, Glob, hastache, mtl
|
||||
, mwcRandom, parsec, statistics, time, transformers, vector
|
||||
, vectorAlgorithms
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "criterion";
|
||||
version = "0.6.2.1";
|
||||
sha256 = "08gbs61qqsq0kh2r33kzm9mmbs3ar5krmp1a0cf21c012k6k55z5";
|
||||
version = "0.8.0.0";
|
||||
sha256 = "05v4glwvidsd4gm2jcvmlcpfaxg2x0fb69w051rbwg9scanrm7bf";
|
||||
buildDepends = [
|
||||
aeson deepseq filepath hastache mtl mwcRandom parsec statistics
|
||||
time transformers vector vectorAlgorithms
|
||||
aeson binary deepseq filepath Glob hastache mtl mwcRandom parsec
|
||||
statistics time transformers vector vectorAlgorithms
|
||||
];
|
||||
meta = {
|
||||
homepage = "https://github.com/bos/criterion";
|
||||
|
Loading…
Reference in New Issue
Block a user