commercialhaskell/stackage-server

stackage-lts-14.0 does not found

kevindragon opened this issue · 2 comments

> 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})

It's working after upgrade stack to version 2.1.3, thanks.