-
Notifications
You must be signed in to change notification settings - Fork 842
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
Stack Build-API? #5248
Comments
@LeanderK You could also use the stack command line. |
Ah, okay. That helps, since it seems to include then URL to the source-code. Is there a way to mark a package as dirty so it gets rebuild? Rebuilding everything all the time is super expensive |
@LeanderK The only workaround I know is changing a packages |
BTW I meant to overwrite like this:
|
I am closing this issue, given the passage of time. |
I am developing a GHC source-plugin that would impact the build-process, since i would need to generate different versions of functions based on the package i am developing in. I would need to traverse the dependency-graph forward (starting by main source package), parse its source-code and mark modules as needed to be recompiled with my source-plugin enabled.
Is something like this possible with stack? I think a simple way to get the dependent graph, the source-code for each dependency and mark it as dirty would suffice.
The text was updated successfully, but these errors were encountered: