Patching ghc-events to work with latest mtl.

svn path=/nixpkgs/trunk/; revision=34377
This commit is contained in:
Andres Löh 2012-06-07 10:58:24 +00:00
parent 4a5f21239f
commit 4d7e4334d9

View file

@ -7,6 +7,9 @@ cabal.mkDerivation (self: {
isLibrary = true;
isExecutable = true;
buildDepends = [ binary mtl ];
patchPhase = ''
sed -i -e 's|mtl *>=.*$|mtl,|' ghc-events.cabal
'';
noHaddock = true;
meta = {
description = "Library and tool for parsing .eventlog files from GHC";