-
Notifications
You must be signed in to change notification settings - Fork 103
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
Support for common stanzas #513
Comments
hpack already supports this: https://github.com/sol/hpack/blob/f03825c/README.md#not-repeating-yourself The blog post you shared discusses this as well: https://vrom911.github.io/blog/common-stanzas#hpack |
It would be nice to get first class support for this. For example, if I want to define a common stanza that adds
dependencies:
<<: *add-foo
- base |
FYI I've created a new issue for this here #569 instead of necro-posting on this issue 😁 |
Cabal has feature called common stanzas. It described here: https://vrom911.github.io/blog/common-stanzas. Can we add support for this feature to hpack?
The text was updated successfully, but these errors were encountered: