haskell-email-validate: disable test suite to fix the build

Reported in https://github.com/Porges/email-validate-hs/issues/12.
This commit is contained in:
Peter Simons 2015-05-09 12:18:04 +02:00
parent 1d119271e7
commit c4bc6fc243

View file

@ -811,4 +811,7 @@ self: super: {
# https://github.com/adamwalker/sdr/issues/1
sdr = dontCheck super.sdr;
# https://github.com/Porges/email-validate-hs/issues/12
email-validate = dontCheck super.email-validate;
}