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";
|
||||
sha256 = "0cabjx0gkbk5blqkm9pmnz8kmi3573367365gny4r3m431iwxgnf";
|
||||
buildDepends = [ mtl time ];
|
||||
patchPhase = ''
|
||||
sed -i -e 's|base .*,|base,|' -e 's|mtl .*,|mtl,|' benchpress.cabal
|
||||
'';
|
||||
meta = {
|
||||
homepage = "http://github.com/tibbe/benchpress";
|
||||
description = "Micro-benchmarking with detailed statistics";
|
||||
|
Loading…
x
Reference in New Issue
Block a user