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
hie.yaml
Until now, we threw an error message. The point being that you notice you didn't write the correct configuration and something is not right.
This will make it hard to introduce new optional keys, because older HLS versions will now choke on that config.
I think a warning is better. cabal-install also does this:
cabal-install
$ cabal build Warning: /home/hasufell/git/stack2cabal/cabal.project: Unrecognized field 'foo' on line 11
Originally posted by @hasufell in #329 (comment)
The text was updated successfully, but these errors were encountered:
Seems like yaml and aeson can't really report unknown fields as warnings T_T haskell/aeson#808
yaml
aeson
Sorry, something went wrong.
No branches or pull requests
This will make it hard to introduce new optional keys, because older HLS versions will now choke on that config.
I think a warning is better.
cabal-install
also does this:Originally posted by @hasufell in #329 (comment)
The text was updated successfully, but these errors were encountered: