From 001d4d07cd51ac2ba7b1f4658c3c37b7da2579e4 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sun, 22 Feb 2015 22:03:11 +0100 Subject: [PATCH] haskell-wai-middleware-throttle fails its test suite. --- 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 44132a2a6b94..4a7be1d2e1e5 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -216,6 +216,7 @@ self: super: { postgrest = dontCheck super.postgrest; snowball = dontCheck super.snowball; wai-middleware-hmac = dontCheck super.wai-middleware-hmac; + wai-middleware-throttle = dontCheck super.wai-middleware-throttle; xmlgen = dontCheck super.xmlgen; # These packages try to access the network.