I have the following line in my stack.yaml
resolver: lts-15.5
but I am getting this error on stack build:
C:\CRIME\haskell-call>stack build
Downloading lts-15.5 build plan ...
RedownloadInvalidResponse Request {
host = "raw.githubusercontent.com"
port = 443
secure = True
requestHeaders = []
path = "/fpco/lts-haskell/master//lts-15.5.yaml"
queryString = ""
method = "GET"
proxy = Nothing
rawBody = False
redirectCount = 10
responseTimeout = ResponseTimeoutDefault
requestVersion = HTTP/1.1
}
``
I think it is understanding that I have a HTTP_PROXY variable, since I can ask stack update, and it updated the indexes (and I saw the traffic over the proxy).