haskellPackage.wai-cors: Disable cabal check

External program is used in tests.
This commit is contained in:
Theodore Witkamp 2016-10-05 17:04:35 -07:00
parent 638d4b4d71
commit d4566400c9

View file

@ -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;