haskell-ghc-events: disable 'doCheck' because of test suite failure

Running 1 test suites...
Test suite test-versions: RUNNING...
test-versions: test/queens-ghc-6.12.1.eventlog: openBinaryFile: does not exist (No such file or directory)
Test suite test-versions: FAIL
Test suite logged to: dist/test/ghc-events-0.4.2.0-test-versions.log
0 of 1 test suites (0 of 1 test cases) passed.
This commit is contained in:
Peter Simons 2013-02-24 22:20:01 +01:00
parent 9cb00cf14e
commit fa5babd47d

View file

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