-
Notifications
You must be signed in to change notification settings - Fork 847
Closed
Milestone
Description
Using stack 1.3.2 on Windows 64bit, I have a stack.yaml file containing setup-info: http://example.com/none.yaml. I have disabled access to raw.githubusercontent.com. If I run either stack setup or stack build then I get an error about not being able to reach raw.githubusercontent.com, rather than a 404 failing to download example.com/none.yaml. If I use the flag --setup-info-yaml with example.com then it fails witha 404 as expected. The documentation suggests these two settings are equivalent, but they don't seem to be.
AleXoundOS