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:
parent
b313b3f1c3
commit
bab62f09e0
@ -11,6 +11,7 @@ cabal.mkDerivation (self: {
|
|||||||
baseUnicodeSymbols concurrentExtra HUnit stm testFramework
|
baseUnicodeSymbols concurrentExtra HUnit stm testFramework
|
||||||
testFrameworkHunit
|
testFrameworkHunit
|
||||||
];
|
];
|
||||||
|
doCheck = false;
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://github.com/basvandijk/threads";
|
homepage = "https://github.com/basvandijk/threads";
|
||||||
description = "Fork threads and wait for their result";
|
description = "Fork threads and wait for their result";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user