From 05a70bd7883e29fd7363970048734ebcb1b4520d Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 4 Aug 2015 11:17:59 +0900 Subject: [PATCH] allow HList testsuite fail (#728) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ae0a658a..c5de9433 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1654,6 +1654,9 @@ expected-test-failures: # https://github.com/zalora/getopt-generics/issues/47 - getopt-generics + # https://github.com/fpco/stackage/issues/728 + - HList + # Haddocks which are expected to fail. Same concept as expected test failures. expected-haddock-failures: # https://github.com/acw/bytestring-progress/issues/4