mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-08-18 18:14:32 +02:00
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:
parent
a35f86e230
commit
2fa6831658
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user