mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-08-20 11:04:35 +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:
|
formatting:
|
||||||
no-double-conversion: true
|
no-double-conversion: true
|
||||||
|
|
||||||
|
aws-sns-verify:
|
||||||
|
development: true
|
||||||
|
|
||||||
|
|
||||||
# end of package-flags
|
# end of package-flags
|
||||||
|
|
||||||
@ -8809,7 +8812,6 @@ expected-test-failures:
|
|||||||
- xmlbf
|
- xmlbf
|
||||||
- yesod-gitrev # needs a git repo https://github.com/commercialhaskell/stackage/issues/6132
|
- yesod-gitrev # needs a git repo https://github.com/commercialhaskell/stackage/issues/6132
|
||||||
- yesod-markdown # https://github.com/pbrisbin/yesod-markdown/issues/77
|
- 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.
|
# Assertion failures due to module name ambiguity.
|
||||||
# These _should_ be fixed by using the `hide` section of this file
|
# These _should_ be fixed by using the `hide` section of this file
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user