haskell-path: disable test suite to fix build with recent versions of doctest

This commit is contained in:
Peter Simons 2017-12-19 23:27:39 +01:00
parent a33d746223
commit 6922808372

View File

@ -996,5 +996,6 @@ self: super: {
# doctest >=0.9 && <0.12
genvalidity-property = doJailbreak super.genvalidity-property;
path = dontCheck super.path;
}