Patching ghc-events to work with latest mtl.
svn path=/nixpkgs/trunk/; revision=34377
This commit is contained in:
@@ -7,6 +7,9 @@ cabal.mkDerivation (self: {
|
|||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [ binary mtl ];
|
buildDepends = [ binary mtl ];
|
||||||
|
patchPhase = ''
|
||||||
|
sed -i -e 's|mtl *>=.*$|mtl,|' ghc-events.cabal
|
||||||
|
'';
|
||||||
noHaddock = true;
|
noHaddock = true;
|
||||||
meta = {
|
meta = {
|
||||||
description = "Library and tool for parsing .eventlog files from GHC";
|
description = "Library and tool for parsing .eventlog files from GHC";
|
||||||
|
|||||||
Reference in New Issue
Block a user