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
a0919feead
commit
1b25d43132
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ cabal.mkDerivation (self: {
|
|||
testFrameworkHunit
|
||||
];
|
||||
noHaddock = true;
|
||||
doCheck = false;
|
||||
meta = {
|
||||
homepage = "http://github.com/haskell-distributed/distributed-process";
|
||||
description = "Cloud Haskell: Erlang-style concurrency in Haskell";
|
||||
|
|
Loading…
Reference in a new issue