From 916c6524f37d2f9c38c2a0034dabd0ec8538c462 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 16 Sep 2015 21:18:54 +0200 Subject: [PATCH] haskell-jsquery: don't run the test suite --- 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 e6088c87112..8217d9aa933 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -316,6 +316,8 @@ self: super: { http-client_0_4_9 = dontCheck super.http-client_0_4_9; http-client = dontCheck super.http-client; # http://hydra.cryp.to/build/501430/nixlog/1/raw http-conduit = dontCheck super.http-conduit; # http://hydra.cryp.to/build/501966/nixlog/1/raw + js-jquery_1_11_1 = dontCheck super.js-jquery_1_11_1; + js-jquery_1_11_2 = dontCheck super.js-jquery_1_11_2; js-jquery = dontCheck super.js-jquery; marmalade-upload = dontCheck super.marmalade-upload; # http://hydra.cryp.to/build/501904/nixlog/1/raw network-transport-tcp = dontCheck super.network-transport-tcp;