From 2b4199b417c10efd5ea371df7b7b91a8535ef62b Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 5 May 2015 15:27:48 +0300 Subject: [PATCH] Expected test failure haskell/haddock#390 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d0be6812..f16ac465 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1303,6 +1303,9 @@ expected-test-failures: # https://github.com/ekmett/linear/issues/75 GHC 7.10 - linear + # https://github.com/haskell/haddock/issues/390 + - haddock-library + # Haddocks which are expected to fail. Same concept as expected test failures. expected-haddock-failures: # https://github.com/acw/bytestring-progress/issues/4