-
Notifications
You must be signed in to change notification settings - Fork 846
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make "missing custom-setup stanza" warnings less noisy #3034
Comments
Fixed! I agree that it makes sense to only warn for local packages. This will also improve build performance for packages with custom setup, the multiple messages were from multiple builds of custom setup :o
Not sure what would be a good thing to link to, so I didn't do this. |
Thanks a lot @mgsloan! |
These warnings aren't going away on my end until we can depend universally on a version of cabal that supports custom setup and drop support for old cabal versions. At present much of my code works back to ghc 7.0 or 7.2, which typically ships with a much older cabal. |
@ekmettIn Due to the changes described here, with the next version of stack, at least users of your packages won't get the warnings. That is a good point, though, you can't make the warning go away and retain backwards compatibility. |
Happy to hear! |
These were introduced in #3019. Here's a snippet from a build log:
The text was updated successfully, but these errors were encountered: