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.
This commit is contained in:
Evan Rutledge Borden 2022-12-19 11:56:15 -06:00
parent a35f86e230
commit 2fa6831658

View File

@ -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