We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It's unclear to me from the docs how to do so. I've added the following to my stack.yaml:
stack.yaml
packages: - location: . - location: git: [email protected]:atzeus/HMap commit: c6fbde4aaeb7dff42f157f6fdd3f95375852f065 extra-dep: true
Yet stack install still yields
stack install
-- Failure when adding dependencies: hmap: needed (-any), stack configuration has no specified version needed for package alphasheets-0.1.0.0
The text was updated successfully, but these errors were encountered:
Package names are case sensitive. You want HMap in build-deps.
HMap
It would be great to have typo suggestions in more places - #1748
Sorry, something went wrong.
No branches or pull requests
It's unclear to me from the docs how to do so. I've added the following to my
stack.yaml
:Yet
stack install
still yieldsThe text was updated successfully, but these errors were encountered: