Open brandon-leapyear opened 3 years ago
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
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