From ea9a948fab2e18d5962ed04a334e35112cd71335 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 8 Sep 2016 17:38:57 +0200 Subject: [PATCH] haskell-servant-router: don't run the test suite It times out after 2 hours: http://hydra.nixos.org/build/40065332. (cherry picked from commit 277efdd50eeec48a510672eaea5d7d664aac0b7c) --- pkgs/development/haskell-modules/configuration-common.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 67d6ca911b8..7000f2b3bf0 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -310,6 +310,7 @@ self: super: { raven-haskell = dontCheck super.raven-haskell; # http://hydra.cryp.to/build/502053/log/raw riak = dontCheck super.riak; # http://hydra.cryp.to/build/498763/log/raw scotty-binding-play = dontCheck super.scotty-binding-play; + servant-router = dontCheck super.servant-router; serversession-backend-redis = dontCheck super.serversession-backend-redis; slack-api = dontCheck super.slack-api; # https://github.com/mpickering/slack-api/issues/5 socket = dontCheck super.socket;