haskell-benchpress: update to version 0.2.2.5
This commit is contained in:
parent
974fcebd7f
commit
f110ebe38e
@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "benchpress";
|
pname = "benchpress";
|
||||||
version = "0.2.2.4";
|
version = "0.2.2.5";
|
||||||
sha256 = "0cabjx0gkbk5blqkm9pmnz8kmi3573367365gny4r3m431iwxgnf";
|
sha256 = "0md66nnn9ad8f3y0dd411plnza59fvhfd6nibag3a556bpfa0kgs";
|
||||||
buildDepends = [ mtl time ];
|
buildDepends = [ mtl time ];
|
||||||
patchPhase = ''
|
patchPhase = ''
|
||||||
sed -i -e 's|base .*,|base,|' -e 's|mtl .*,|mtl,|' benchpress.cabal
|
sed -i -e 's|mtl .*,|mtl,|' benchpress.cabal
|
||||||
'';
|
'';
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://github.com/tibbe/benchpress";
|
homepage = "http://github.com/tibbe/benchpress";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user