Merge pull request #19277 from witkamp/fix-wai-cors

haskellPackage.wai-cors: Disable cabal check
This commit is contained in:
Domen Kožar 2016-10-06 11:44:51 +02:00 committed by GitHub
commit bd4e9e35fc

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;