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
Could not parse 'stack.yaml':
Aeson exception:
Error in $.flags.cassava['bytestring--LT-0_10_4']: failed to parse field 'flags': Invalid flag name: "bytestring--LT-0_10_4"
See http://docs.haskellstack.org/en/stable/yaml_configuration/
Removing the -- solves the issue, so there must be something to do with those double dashes.
General summary/comments (optional)
Trying to specify a flag with
--
in the name in stack.yaml causes a parsing failure.Steps to reproduce
Have this
stack.yaml
(note that this is valid YAML: I've tried various syntax checkers/linters and they have no problem with the--
):stack ide targets
Expected
List of targets is printed
Actual
Removing the
--
solves the issue, so there must be something to do with those double dashes.Related: haskell-hvr/cassava#157
Stack version
Method of installation
The text was updated successfully, but these errors were encountered: