haskell-criterion: update to version 0.8.0.1
This commit is contained in:
parent
ce9ec1fbcf
commit
a673dcde4b
|
@ -5,8 +5,8 @@
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "criterion";
|
pname = "criterion";
|
||||||
version = "0.8.0.0";
|
version = "0.8.0.1";
|
||||||
sha256 = "05v4glwvidsd4gm2jcvmlcpfaxg2x0fb69w051rbwg9scanrm7bf";
|
sha256 = "1f4wsaiyq0zks71jgfx43774vxkf9l362a9kfd2jhsnxx7zkv5sq";
|
||||||
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 time transformers vector vectorAlgorithms
|
||||||
|
|
Loading…
Reference in New Issue