haskell-resolv: disable test suite to fix the build

This commit is contained in:
Peter Simons 2018-03-29 12:32:15 +02:00
parent 9391f0912f
commit c7c3f58fad

View file

@ -1008,4 +1008,7 @@ self: super: {
# https://github.com/strake/lenz-template.hs/issues/1
lenz-template = doJailbreak super.lenz-template;
# https://github.com/haskell-hvr/resolv/issues/1
resolv = dontCheck super.resolv;
}