haskellPackages.http-api-data: dontCheck

(cherry picked from commit 2f4003b56163ebf4b9f0b1ea6ed3c0a974a3fcd7)
Signed-off-by: Domen Kožar <domen@dev.si>
This commit is contained in:
Domen Kožar 2017-03-03 11:45:08 +01:00
parent 7174dcab91
commit a32a00eb81
No known key found for this signature in database
GPG key ID: C2FFBCAFD2C24246

View file

@ -867,6 +867,9 @@ self: super: {
# https://github.com/dan-t/cabal-lenses/issues/6
cabal-lenses = doJailbreak super.cabal-lenses;
# https://github.com/fizruk/http-api-data/issues/49
http-api-data = dontCheck super.http-api-data;
# https://github.com/snoyberg/yaml/issues/106
yaml = disableCabalFlag super.yaml "system-libyaml";