From 2fa6831658f31ac5395182e3b35683db80507109 Mon Sep 17 00:00:00 2001 From: Evan Rutledge Borden Date: Mon, 19 Dec 2022 11:56:15 -0600 Subject: [PATCH] Fix aws-sns-verify failures This package has a development flag that triggers some CPP to ensure local development can be handled correctly. Setting this flag should fix any build issues. --- build-constraints.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 355c52dd..5d440fa3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -8053,6 +8053,9 @@ package-flags: formatting: no-double-conversion: true + aws-sns-verify: + development: true + # end of package-flags @@ -8809,7 +8812,6 @@ expected-test-failures: - xmlbf - yesod-gitrev # needs a git repo https://github.com/commercialhaskell/stackage/issues/6132 - yesod-markdown # https://github.com/pbrisbin/yesod-markdown/issues/77 - - aws-sns-verify # https://github.com/commercialhaskell/stackage/issues/6777 # Assertion failures due to module name ambiguity. # These _should_ be fixed by using the `hide` section of this file