haskell-ghc-events: jailbreak to fix build with GHC 7.8.1
This commit is contained in:
parent
4a4439fd14
commit
088a652eb4
@ -8,6 +8,7 @@ cabal.mkDerivation (self: {
|
|||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [ binary mtl ];
|
buildDepends = [ binary mtl ];
|
||||||
testDepends = [ binary mtl ];
|
testDepends = [ binary mtl ];
|
||||||
|
jailbreak = true;
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
meta = {
|
meta = {
|
||||||
description = "Library and tool for parsing .eventlog files from GHC";
|
description = "Library and tool for parsing .eventlog files from GHC";
|
||||||
|
Loading…
Reference in New Issue
Block a user