1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-25 23:20:55 +00:00

haskell-threads: disable 'doCheck' to avoid test suite build errors

Setup: At least the following dependencies are missing:
test-framework >=0.2.4 && <0.7,
test-framework-hunit >=0.2.4 && <0.3
This commit is contained in:
Peter Simons 2013-02-25 00:11:16 +01:00
parent 1cea746589
commit 2ae0ca0580

View file

@ -11,6 +11,7 @@ cabal.mkDerivation (self: {
baseUnicodeSymbols concurrentExtra HUnit stm testFramework
testFrameworkHunit
];
doCheck = false;
meta = {
homepage = "https://github.com/basvandijk/threads";
description = "Fork threads and wait for their result";