stackage-lts-14.0 does not found
kevindragon opened this issue · 2 comments
kevindragon commented
> stack build
Downloading lts-14.0 build plan ...
RedownloadInvalidResponse Request {
host = "raw.githubusercontent.com"
port = 443
secure = True
requestHeaders = []
path = "/fpco/lts-haskell/master//lts-14.0.yaml"
queryString = ""
method = "GET"
proxy = Nothing
rawBody = False
redirectCount = 10
responseTimeout = ResponseTimeoutDefault
requestVersion = HTTP/1.1
}
"C:\\sr\\build-plan\\lts-14.0.yaml" (Response {responseStatus = Status {statusCode = 404, statusMessage = "Not Found"}, responseVersion = HTTP/1.1, responseHeaders = [("Content-Security-Policy","default-src 'none'; style-src 'unsafe-inline'; sandbox"),("Strict-Transport-Security","max-age=31536000"),("X-Content-Type-Options","nosniff"),("X-Frame-Options","deny"),("X-XSS-Protection","1; mode=block"),("X-GitHub-Request-Id","4928:034E:566A5:6502B:5D4A4C10"),("Content-Length","15"),("Accept-Ranges","bytes"),("Date","Wed, 07 Aug 2019 03:57:07 GMT"),("Via","1.1 varnish"),("Connection","keep-alive"),("X-Served-By","cache-lcy19230-LCY"),("X-Cache","MISS"),("X-Cache-Hits","0"),("X-Timer","S1565150227.564790,VS0,VE1254"),("Vary","Authorization,Accept-Encoding"),("Access-Control-Allow-Origin","*"),("X-Fastly-Request-ID","7f53b9396c3acdd2c54c4f04589b8cdace6d5c68"),("Expires","Wed, 07 Aug 2019 04:02:07 GMT"),("Source-Age","0")], responseBody = (), responseCookieJar = CJ {expose = []}, responseClose' = ResponseClose})
snoyberg commented
Should be fixed now, though going forward it's best if you upgrade to Stack
2. Stack 1.9 is using auto-converted legacy Stackage snapshot files which
will not be maintained indefinitely.
…On Wed, Aug 7, 2019 at 7:02 AM Kevin Jiang ***@***.***> wrote:
> stack build
Downloading lts-14.0 build plan ...
RedownloadInvalidResponse Request {
host = "raw.githubusercontent.com"
port = 443
secure = True
requestHeaders = []
path = "/fpco/lts-haskell/master//lts-14.0.yaml"
queryString = ""
method = "GET"
proxy = Nothing
rawBody = False
redirectCount = 10
responseTimeout = ResponseTimeoutDefault
requestVersion = HTTP/1.1
}
"C:\\sr\\build-plan\\lts-14.0.yaml" (Response {responseStatus = Status {statusCode = 404, statusMessage = "Not Found"}, responseVersion = HTTP/1.1, responseHeaders = [("Content-Security-Policy","default-src 'none'; style-src 'unsafe-inline'; sandbox"),("Strict-Transport-Security","max-age=31536000"),("X-Content-Type-Options","nosniff"),("X-Frame-Options","deny"),("X-XSS-Protection","1; mode=block"),("X-GitHub-Request-Id","4928:034E:566A5:6502B:5D4A4C10"),("Content-Length","15"),("Accept-Ranges","bytes"),("Date","Wed, 07 Aug 2019 03:57:07 GMT"),("Via","1.1 varnish"),("Connection","keep-alive"),("X-Served-By","cache-lcy19230-LCY"),("X-Cache","MISS"),("X-Cache-Hits","0"),("X-Timer","S1565150227.564790,VS0,VE1254"),("Vary","Authorization,Accept-Encoding"),("Access-Control-Allow-Origin","*"),("X-Fastly-Request-ID","7f53b9396c3acdd2c54c4f04589b8cdace6d5c68"),("Expires","Wed, 07 Aug 2019 04:02:07 GMT"),("Source-Age","0")], responseBody = (), responseCookieJar = CJ {expose = []}, responseClose' = ResponseClose})
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#274>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAAMCB4HAJKCNHJAXT4HQRLQDJCOLANCNFSM4IJ4EOLQ>
.
kevindragon commented
It's working after upgrade stack to version 2.1.3, thanks.