haskell-benchpress: fix build with modern versions of GHC

This commit is contained in:
Peter Simons 2012-07-18 11:43:33 +02:00
parent 884e91e9a7
commit f3aa348936

View file

@ -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";