Skip to content
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 hpack include directives #48

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

TeofilC
Copy link
Contributor

@TeofilC TeofilC commented Apr 18, 2024

Add a generateCabalFile argument that allows us to pre-genereate the cabal file, thus allowing us to create an environment where hpack can successfully find included files.

We also just read the package.yaml file directly to get the name rather than by calling readYAML, since include directives lead to unparseable YAML.

Resolves #47

I know you haven't had a lot of capacity to review PRs lately. No worries at all if you won't have time to take a look at this for a while. Take as long as you need!

Add a `generateCabalFile` argument that allows us to pre-genereate the
cabal file, thus allowing us to create an environment where hpack can
successfully find included files.

We also just read the package.yaml file directly to get the name rather
than by calling readYAML, since include directives lead to unparseable
YAML.

Resolves cdepillabout#47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support hpack includes
1 participant