3
0
Fork 0
forked from mirrors/nixpkgs

haskell-ghc-events: jailbreak to fix build with GHC 7.8.1

This commit is contained in:
Peter Simons 2014-03-26 11:31:31 +01:00
parent 4a4439fd14
commit 088a652eb4

View file

@ -8,6 +8,7 @@ cabal.mkDerivation (self: {
isExecutable = true;
buildDepends = [ binary mtl ];
testDepends = [ binary mtl ];
jailbreak = true;
doCheck = false;
meta = {
description = "Library and tool for parsing .eventlog files from GHC";