From a5ed3a5c7c4b781d1a177de48d6dfb1b1037f6c9 Mon Sep 17 00:00:00 2001 From: Brandon Chinn Date: Fri, 27 Sep 2019 12:00:06 -0700 Subject: [PATCH 1/2] Remove th-test-utils from build failures --- build-constraints.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 02f5da3b..54768a25 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -6063,7 +6063,6 @@ packages: - haskell-spacegoo < 0 # MonadFail - lens-typelevel < 0 # Wrong category of family instance (wat) - regex-pcre-builtin < 0 # MonadFail - - th-test-utils < 0 # Template Haskell changes. https://github.com/commercialhaskell/stackage/pull/4839 - wai-predicates < 0 # MonadFail # Round 2 transitive from Some more failures @@ -6078,7 +6077,6 @@ packages: - cql-io < 0 # via cql - groundhog-mysql < 0 # via groundhog - logging-effect < 0 # via prettyprinter - - aeson-schemas < 0 # via th-test-utils "GHC upper bounds": From 0fb829b2fdd8eabd27e6b4ac86441c0ecd57040a Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 29 Sep 2019 09:20:50 -0700 Subject: [PATCH 2/2] Expect test failure per LeapYear/th-test-utils#14 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7f4823aa..1801d786 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -6783,6 +6783,7 @@ expected-test-failures: - squeal-postgresql # https://github.com/fpco/stackage/issues/3180 - text-icu # https://github.com/bos/text-icu/issues/32 - text-ldap # https://github.com/khibino/haskell-text-ldap/issues/1 + - th-test-utils # https://github.com/LeapYear/th-test-utils/issues/14 - unicode-transforms # https://github.com/harendra-kumar/unicode-transforms/issues/15 - vector-algorithms # http://hub.darcs.net/dolio/vector-algorithms/issue/9 - vivid-supercollider # https://github.com/commercialhaskell/stackage/issues/4250