From 9c38e5fcc5c995b4bb2cdfbb7f79d04ab3b5da03 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 10 May 2015 19:19:48 +0300 Subject: [PATCH] Expected test failure haskell-servent/servant#68 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8fb87fc0..381bb623 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1330,6 +1330,9 @@ expected-test-failures: # https://github.com/haskell/ghc-events/issues/9 - ghc-events + # https://github.com/haskell-servant/servant/issues/68 + - servant-client + # Haddocks which are expected to fail. Same concept as expected test failures. expected-haddock-failures: # https://github.com/acw/bytestring-progress/issues/4