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.
Using stack 1.3.2 on Windows 64bit, I have a
stack.yamlfile containingsetup-info: http://example.com/none.yaml. I have disabled access toraw.githubusercontent.com. If I run eitherstack setuporstack buildthen I get an error about not being able to reachraw.githubusercontent.com, rather than a 404 failing to downloadexample.com/none.yaml. If I use the flag--setup-info-yamlwithexample.comthen it fails witha 404 as expected. The documentation suggests these two settings are equivalent, but they don't seem to be.