From d75573dfbacd4228414f08d26fe1e9de9d506228 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 27 Jan 2015 20:13:59 +0200 Subject: [PATCH] Expected test failure ndmitchell/hoogle#96 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 52f12682..1658197e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -972,6 +972,9 @@ expected-test-failures: # https://github.com/bos/wreq/issues/53 - wreq + # https://github.com/ndmitchell/hoogle/issues/96 + - hoogle + # Haddocks which are expected to fail. Same concept as expected test failures. expected-haddock-failures: # https://github.com/acw/bytestring-progress/issues/4