From a8a92976597f64ff5d412a2b375bf0b3598ef24c Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 5 Jan 2015 17:42:57 +0200 Subject: [PATCH] Test and docs failures mvoidex/hdocs#3 leventov/yarr#5 --- build-constraints.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1b45418d..53ae3fc6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -895,6 +895,9 @@ expected-test-failures: # https://github.com/jswebtools/language-ecmascript/issues/60 - language-ecmascript + # https://github.com/mvoidex/hdocs/issues/3 + - hdocs + # Haddocks which are expected to fail. Same concept as expected test failures. expected-haddock-failures: # https://github.com/acw/bytestring-progress/issues/4 @@ -903,6 +906,9 @@ expected-haddock-failures: # https://github.com/ekmett/gl/issues/4 - gl + # https://github.com/leventov/yarr/issues/5 + - yarr + # Benchmarks which should not be built. Note that Stackage does *not* generally # build benchmarks. The difference here will be whether dependencies for these # benchmarks are included or not.