You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're trying to write a stack template that depends on packages that aren't in Stackage. Thus, we want to supply our own stack.yaml. Unfortunately, when using stack new with the template, it ignores our supplied stack.yaml and fails because the LTS doesn't have all the packages to match our requirements. I should note that we are using --force, so the stack.yaml is being written, but isn't being used for the initialize step.
Expected:
stack new uses the supplied stack.yaml, including extra-deps in the initialize step.
Actual:
stack new fails because the lts-5.11 does not have all the package to match our requirements.
Stack version
$ stack --version
Version 1.0.4 x86_64
The text was updated successfully, but these errors were encountered:
We're trying to write a stack template that depends on packages that aren't in Stackage. Thus, we want to supply our own
stack.yaml
. Unfortunately, when usingstack new
with the template, it ignores our suppliedstack.yaml
and fails because the LTS doesn't have all the packages to match our requirements. I should note that we are using--force
, so thestack.yaml
is being written, but isn't being used for the initialize step.Expected:
stack new
uses the suppliedstack.yaml
, includingextra-deps
in the initialize step.Actual:
stack new
fails because thelts-5.11
does not have all the package to match our requirements.Stack version
The text was updated successfully, but these errors were encountered: