stack init in multi-package project should use local packages for dependency checking #384
Milestone
Comments
Is doing this documented anywhere? The test directory lacks a stack.yaml so I'm not sure how to replicate it. |
Oh, nevermind. It's documented under "multi-package". |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For example: if you have two packages foo and bar, and bar depends on foo,
stack init
won't find a matching snapshot since none of them provide foo. Instead, we should include information about the provided local packages.The text was updated successfully, but these errors were encountered: