From 5d444fb85f40a25bf728733a2963b689e4da302b Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 2 Aug 2015 23:43:17 +0900 Subject: [PATCH] allow getopt-generics tests to fail (getopt-generics/issues#47) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5cb06074..61f08edc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1651,6 +1651,9 @@ expected-test-failures: # https://github.com/kazu-yamamoto/logger/issues/42 - wai-logger + # https://github.com/zalora/getopt-generics/issues/47 + - getopt-generics + # Haddocks which are expected to fail. Same concept as expected test failures. expected-haddock-failures: # https://github.com/acw/bytestring-progress/issues/4