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:
Peter Simons 2013-02-24 23:48:22 +01:00
parent a0919feead
commit 1b25d43132

View file

@ -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";