Closed
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.