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
We're trying to configure stack to use a private Hackage instance, and we kept seeing the message:
stack
Could not deserialize <repo>/root.json: Schema error: Expected field "signed"
Adding trace statements and building stack manually, we were able to find out that it was attempting to parse
trace
{ "errors": [ { "status": 401, "message": "Authentication is required" } ] }
It would be nice if the message could show, in some way, the JSON file that failed to be parsed
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We're trying to configure
stack
to use a private Hackage instance, and we kept seeing the message:Adding
trace
statements and buildingstack
manually, we were able to find out that it was attempting to parseIt would be nice if the message could show, in some way, the JSON file that failed to be parsed
The text was updated successfully, but these errors were encountered: