summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-common.nix
diff options
context:
space:
mode:
authorTheodore Witkamp <theodore.witkamp@gmail.com>2016-10-05 17:04:35 -0700
committerTheodore Witkamp <theodore.witkamp@gmail.com>2016-10-05 17:04:35 -0700
commitd4566400c984d3a5fe41e0a20acf3898d2063f6f (patch)
tree713feab55859d481f87a282480cb3603dacde86f /pkgs/development/haskell-modules/configuration-common.nix
parent638d4b4d7147c975ee181bdb14048c63a571a9be (diff)
downloadnixlib-d4566400c984d3a5fe41e0a20acf3898d2063f6f.tar
nixlib-d4566400c984d3a5fe41e0a20acf3898d2063f6f.tar.gz
nixlib-d4566400c984d3a5fe41e0a20acf3898d2063f6f.tar.bz2
nixlib-d4566400c984d3a5fe41e0a20acf3898d2063f6f.tar.lz
nixlib-d4566400c984d3a5fe41e0a20acf3898d2063f6f.tar.xz
nixlib-d4566400c984d3a5fe41e0a20acf3898d2063f6f.tar.zst
nixlib-d4566400c984d3a5fe41e0a20acf3898d2063f6f.zip
haskellPackage.wai-cors: Disable cabal check
External program is used in tests.
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 657b25afbe52..b997c5634c2c 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -275,6 +275,7 @@ self: super: {
   xmlgen = dontCheck super.xmlgen;
   hapistrano = dontCheck super.hapistrano;
   HerbiePlugin = dontCheck super.HerbiePlugin;
+  wai-cors = dontCheck super.wai-cors;
 
   # These packages try to access the network.
   amqp = dontCheck super.amqp;