summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-common.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2015-09-18 10:07:37 +0200
committerPeter Simons <simons@cryp.to>2015-09-19 08:20:54 +0200
commitad2b0e7d7a78e317fd86629892aa1f12f664d000 (patch)
tree5237a9cc1a66719ddb068965e889961b694607b3 /pkgs/development/haskell-modules/configuration-common.nix
parent40b134334b5ee90d4a9b17b9e4ac33f83dc77db3 (diff)
downloadnixpkgs-ad2b0e7d7a78e317fd86629892aa1f12f664d000.tar
nixpkgs-ad2b0e7d7a78e317fd86629892aa1f12f664d000.tar.gz
nixpkgs-ad2b0e7d7a78e317fd86629892aa1f12f664d000.tar.bz2
nixpkgs-ad2b0e7d7a78e317fd86629892aa1f12f664d000.tar.lz
nixpkgs-ad2b0e7d7a78e317fd86629892aa1f12f664d000.tar.xz
nixpkgs-ad2b0e7d7a78e317fd86629892aa1f12f664d000.tar.zst
nixpkgs-ad2b0e7d7a78e317fd86629892aa1f12f664d000.zip
holy-project: test suite tries to access the network
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-common.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index fdc5ee7d140..0dec8cc41a1 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;