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-02-22 22:03:11 +0100
committerPeter Simons <simons@cryp.to>2015-02-22 22:13:10 +0100
commit001d4d07cd51ac2ba7b1f4658c3c37b7da2579e4 (patch)
treea708f073625041b1f9907ac2270caaac9c076d2d /pkgs/development/haskell-modules/configuration-common.nix
parente33b739401ff8bac88117554d4564842c31a2a99 (diff)
downloadnixpkgs-001d4d07cd51ac2ba7b1f4658c3c37b7da2579e4.tar
nixpkgs-001d4d07cd51ac2ba7b1f4658c3c37b7da2579e4.tar.gz
nixpkgs-001d4d07cd51ac2ba7b1f4658c3c37b7da2579e4.tar.bz2
nixpkgs-001d4d07cd51ac2ba7b1f4658c3c37b7da2579e4.tar.lz
nixpkgs-001d4d07cd51ac2ba7b1f4658c3c37b7da2579e4.tar.xz
nixpkgs-001d4d07cd51ac2ba7b1f4658c3c37b7da2579e4.tar.zst
nixpkgs-001d4d07cd51ac2ba7b1f4658c3c37b7da2579e4.zip
haskell-wai-middleware-throttle fails its test suite.
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 44132a2a6b9..4a7be1d2e1e 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.