haskell-benchpress: update to version 0.2.2.6
This commit is contained in:
parent
1d44578b48
commit
da63b3d2e7
@ -2,12 +2,9 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "benchpress";
|
pname = "benchpress";
|
||||||
version = "0.2.2.5";
|
version = "0.2.2.6";
|
||||||
sha256 = "0md66nnn9ad8f3y0dd411plnza59fvhfd6nibag3a556bpfa0kgs";
|
sha256 = "19ygaf2g4yqkfbc6bw6fmf9jsymbj1iallzvl0zw3vjx860rchfg";
|
||||||
buildDepends = [ mtl time ];
|
buildDepends = [ mtl time ];
|
||||||
patchPhase = ''
|
|
||||||
sed -i -e 's|mtl .*,|mtl,|' benchpress.cabal
|
|
||||||
'';
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://github.com/tibbe/benchpress";
|
homepage = "http://github.com/tibbe/benchpress";
|
||||||
description = "Micro-benchmarking with detailed statistics";
|
description = "Micro-benchmarking with detailed statistics";
|
||||||
|
Loading…
Reference in New Issue
Block a user