-
Notifications
You must be signed in to change notification settings - Fork 710
Shared BuildInfo between targets #1949
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
Comments
By the way, I've seen a few posts on stackoverflow related to this issue: |
@rudymatela: would you like to comment? Alternatively, we can close this ticket and you are very welcome to open a new one once you have the time to investigate the new cabal feature that plausibly solves this issue. |
@ulysses4ever @Mikolaj I did not test the common stanzas feature, but by reading the relevant tickets (#4751, #2832) they seem to resolve this issue. Thanks for addressing this! I will close now. |
Thank you! |
A nice feature to add would be to share properties between targets. A common thing to see (even in cabal's
.cabal
file):It would be nice to be able to declare the 4 lines as a set of options and just reference them on the different targets. With the new
.cabal
looking more or less like:The text was updated successfully, but these errors were encountered: