From 396fbbfe8fe801c66e5efa4271d79d3d70fb613a Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 8 Sep 2015 19:10:40 +0900 Subject: [PATCH] allow x509-validation haddock to fail (vincenthz/hs-certificate#63) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f77738d9..69b7ffc5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1862,6 +1862,9 @@ expected-haddock-failures: # Not sure why, but it's a temporary package anyway - Cabal-ide-backend + # https://github.com/vincenthz/hs-certificate/issues/63 + - x509-validation + # 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.