From bab967adf89fdc5600ae00990af8253a179c7acb Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 11 Aug 2015 15:15:20 +0900 Subject: [PATCH] disable hakyll tests in right place --- build-constraints.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 583562d3..88d6a554 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1701,6 +1701,9 @@ expected-test-failures: # https://github.com/fpco/stackage/issues/733 - ide-backend + # https://github.com/jaspervdj/hakyll/issues/364 + - hakyll + # Haddocks which are expected to fail. Same concept as expected test failures. expected-haddock-failures: # https://github.com/acw/bytestring-progress/issues/4 @@ -1720,9 +1723,6 @@ expected-haddock-failures: # Not sure why, but it's a temporary package anyway - Cabal-ide-backend - # https://github.com/jaspervdj/hakyll/issues/364 - - hakyll - # 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.