haskell-benchpress: fix build with modern versions of GHC
This commit is contained in:
parent
884e91e9a7
commit
f3aa348936
@ -5,6 +5,9 @@ cabal.mkDerivation (self: {
|
|||||||
version = "0.2.2.4";
|
version = "0.2.2.4";
|
||||||
sha256 = "0cabjx0gkbk5blqkm9pmnz8kmi3573367365gny4r3m431iwxgnf";
|
sha256 = "0cabjx0gkbk5blqkm9pmnz8kmi3573367365gny4r3m431iwxgnf";
|
||||||
buildDepends = [ mtl time ];
|
buildDepends = [ mtl time ];
|
||||||
|
patchPhase = ''
|
||||||
|
sed -i -e 's|base .*,|base,|' -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…
x
Reference in New Issue
Block a user