From 05e4febd7cf2ae168af89f647359110c296ab65b Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sun, 27 Sep 2015 16:09:09 +0200 Subject: [PATCH] Expect spurious failures from pandoc-citeproc-0.7.3.1's test suite some more. This patch fixes https://github.com/fpco/stackage/pull/853, which accidentally inserted the entry for pandoc-citeproc into the "haddock" section rather than the one for test suites failures. Sorry! --- build-constraints.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5b4d18a0..7803925c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1965,6 +1965,9 @@ expected-test-failures: # https://github.com/tweag/HaskellR/issues/208 - H + # https://github.com/jgm/pandoc-citeproc/issues/172 + - pandoc-citeproc + # Haddocks which are expected to fail. Same concept as expected test failures. expected-haddock-failures: # https://github.com/acw/bytestring-progress/issues/4 @@ -1984,9 +1987,6 @@ expected-haddock-failures: # Not sure why, but it's a temporary package anyway - Cabal-ide-backend - # https://github.com/jgm/pandoc-citeproc/issues/172 - - pandoc-citeproc - # 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.