From 3a14adc2df588639e6d9e83ff1d462120eaa1388 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 12 Aug 2015 12:20:52 +0900 Subject: [PATCH] allow ihaskell test failures (gibiansky/IHaskell#551) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index e4227d2b..6c28c108 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1705,6 +1705,9 @@ expected-test-failures: # https://github.com/jaspervdj/hakyll/issues/364 - hakyll + # https://github.com/gibiansky/IHaskell/issues/551 + - ihaskell + # Haddocks which are expected to fail. Same concept as expected test failures. expected-haddock-failures: # https://github.com/acw/bytestring-progress/issues/4