haskell-math-functions: test suite fails sporadically

This commit is contained in:
Peter Simons 2016-12-05 18:04:24 +01:00
parent 7f1d74d43b
commit 3e092a19f3

View File

@ -1057,6 +1057,9 @@ self: super: {
doCheck = false;
});
# https://github.com/bos/math-functions/issues/25
math-functions = dontCheck super.math-functions;
# http-api-data_0.3.x requires QuickCheck > 2.9, but overriding that version
# is hard because of transitive dependencies, so we just disable tests.
http-api-data_0_3_3 = dontCheck super.http-api-data_0_3_3;