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>2016-09-08 17:38:57 +0200
committerPeter Simons <simons@cryp.to>2016-09-09 13:55:40 +0200
commitea9a948fab2e18d5962ed04a334e35112cd71335 (patch)
tree2fa0494d8890ff5e609bcca583a7fbbe386527a5 /pkgs/development/haskell-modules/configuration-common.nix
parent83da50a5052b1b12040a7e29be999c47485f3034 (diff)
downloadnixlib-ea9a948fab2e18d5962ed04a334e35112cd71335.tar
nixlib-ea9a948fab2e18d5962ed04a334e35112cd71335.tar.gz
nixlib-ea9a948fab2e18d5962ed04a334e35112cd71335.tar.bz2
nixlib-ea9a948fab2e18d5962ed04a334e35112cd71335.tar.lz
nixlib-ea9a948fab2e18d5962ed04a334e35112cd71335.tar.xz
nixlib-ea9a948fab2e18d5962ed04a334e35112cd71335.tar.zst
nixlib-ea9a948fab2e18d5962ed04a334e35112cd71335.zip
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)
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-common.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 67d6ca911b8c..7000f2b3bf0f 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;