haskell-distributed-process-*: disable several checkPhases and haddockPhases for distributed-process-* packages and cloud-haskell.

Resolved https://github.com/NixOS/nixpkgs/pull/7335.
This commit is contained in:
Ian-Woo Kim
2015-04-14 14:34:38 +02:00
committed by Peter Simons
parent 297f32d3e6
commit ca5e8df0f4
2 changed files with 21 additions and 6 deletions
@@ -31095,7 +31095,6 @@ self: {
homepage = "http://github.com/haskell-distributed/cloud-haskell";
description = "The Cloud Haskell Application Platform";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"cloudfront-signer" = callPackage
@@ -40386,7 +40385,6 @@ self: {
homepage = "http://github.com/haskell-distributed/distributed-process-async";
description = "Cloud Haskell Async API";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"distributed-process-azure" = callPackage
@@ -40443,7 +40441,6 @@ self: {
homepage = "http://github.com/haskell-distributed/distributed-process-client-server";
description = "The Cloud Haskell Application Platform";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"distributed-process-execution" = callPackage
@@ -40509,7 +40506,6 @@ self: {
homepage = "http://github.com/haskell-distributed/distributed-process-extras";
description = "Cloud Haskell Extras";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"distributed-process-monad-control" = callPackage
@@ -40666,7 +40662,6 @@ self: {
homepage = "http://github.com/haskell-distributed/distributed-process-supervisor";
description = "Supervisors for The Cloud Haskell Application Platform";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"distributed-process-task" = callPackage
@@ -40726,7 +40721,6 @@ self: {
homepage = "http://github.com/haskell-distributed/distributed-process-tests";
description = "Tests for distributed-process";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"distributed-process-zookeeper" = callPackage