haskell-distributed-process: disable 'doCheck' to avoid build errors
Setup: At least the following dependencies are missing: ansi-terminal ==0.5.*
This commit is contained in:
parent
ed9cb3942c
commit
80d5273cc6
|
@ -20,6 +20,7 @@ cabal.mkDerivation (self: {
|
||||||
testFrameworkHunit
|
testFrameworkHunit
|
||||||
];
|
];
|
||||||
noHaddock = true;
|
noHaddock = true;
|
||||||
|
doCheck = false;
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://github.com/haskell-distributed/distributed-process";
|
homepage = "http://github.com/haskell-distributed/distributed-process";
|
||||||
description = "Cloud Haskell: Erlang-style concurrency in Haskell";
|
description = "Cloud Haskell: Erlang-style concurrency in Haskell";
|
||||||
|
|
Loading…
Reference in New Issue