mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 15:56:50 +01:00
Patching ghc-events to work with latest mtl.
svn path=/nixpkgs/trunk/; revision=34377
This commit is contained in:
parent
4a5f21239f
commit
4d7e4334d9
1 changed files with 3 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue