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
I am trying to pass an argument, so I put
flags: { demos: true }
in my stack.yaml. However when I try to run stack build this results in the error
stack.yaml
stack build
AesonException "failed to parse field flags: when expecting a HashMap Text a, encountered Boolean instead"
I tried figuring out what the correct syntax should be, but I couldn't. It would be great if you could add the documentation for that.
The text was updated successfully, but these errors were encountered:
There's an open issue for documenting stack.yaml correctly. In the meanwhile: you need to set it up by package name, e.g.:
flags: package-name: flag-name: true
Sorry, something went wrong.
Thanks, added the example to the wiki.
Thank you!
On Sun, Jun 14, 2015, 5:33 PM Moritz Kiefer [email protected] wrote:
Closed #301 #301. — Reply to this email directly or view it on GitHub #301 (comment).
Closed #301 #301.
— Reply to this email directly or view it on GitHub #301 (comment).
No branches or pull requests
I am trying to pass an argument, so I put
in my
stack.yaml
.However when I try to run
stack build
this results in the errorI tried figuring out what the correct syntax should be, but I couldn't. It would be great if you could add the documentation for that.
The text was updated successfully, but these errors were encountered: