From ad2b0e7d7a78e317fd86629892aa1f12f664d000 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 18 Sep 2015 10:07:37 +0200 Subject: [PATCH] holy-project: test suite tries to access the network --- pkgs/development/haskell-modules/configuration-common.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index fdc5ee7d140b..0dec8cc41a1f 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -292,6 +292,8 @@ self: super: { hasql = dontCheck super.hasql; # http://hydra.cryp.to/build/502489/nixlog/4/raw hjsonschema = overrideCabal super.hjsonschema (drv: { testTarget = "local"; }); holy-project = dontCheck super.holy-project; # http://hydra.cryp.to/build/502002/nixlog/1/raw + holy-project_0_1_1_1 = dontCheck super.holy-project_0_1_1_1; + holy-project_0_2_0_0 = dontCheck super.holy-project_0_2_0_0 ; hoogle = overrideCabal super.hoogle (drv: { testTarget = "--test-option=--no-net"; }); http-client_0_4_11_1 = dontCheck super.http-client_0_4_11_1; http-client_0_4_11_2 = dontCheck super.http-client_0_4_11_2;