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
~/t/yaml-error $ cat stack.yaml resolver: lts-6.7 packages: - location: git: https://github.com/commercialhaskell/stack ~/t/yaml-error $ stack build Could not parse '/home/simon/test/yaml-error/stack.yaml': InvalidYaml (Just (YamlParseException {yamlProblem = "mapping values are not allowed in this context", yamlContext = "", yamlProblemMark = YamlMark {yamlIndex = 45, yamlLine = 2, yamlColumn = 17}})) See http://docs.haskellstack.org/en/stable/yaml_configuration/.
At least we could use yaml's prettyPrintParseException to format the exception more nicely.
prettyPrintParseException
The text was updated successfully, but these errors were encountered:
This can be closed right due to #2388 right?
Sorry, something went wrong.
I believe so, closing!
No branches or pull requests
At least we could use yaml's
prettyPrintParseException
to format the exception more nicely.The text was updated successfully, but these errors were encountered: