Skip to content

Instantly share code, notes, and snippets.

@fragamus
Created June 9, 2020 02:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fragamus/1b1a85fce45a91a03cb1dfddb524e700 to your computer and use it in GitHub Desktop.
Save fragamus/1b1a85fce45a91a03cb1dfddb524e700 to your computer and use it in GitHub Desktop.
I installed stack 1.9.3 x86_64 hpack-0.31.2
I tried to test it out like this but it failed:
542be632325c:/# stack new funny new-template -p "author-name:blah" -p "category:blah" -p "copyright:blah" -p "github-username:blah" -p "author-email:blah@blah.com"
Downloading template "new-template" to create project "funny" in funny/ ...
Looking for .cabal or package.yaml files to use to init the project.
Using cabal packages:
- funny/
Selecting the best among 17 snapshots...
Downloading lts-15.16 build plan ...
RedownloadInvalidResponse Request {
host = "raw.githubusercontent.com"
port = 443
secure = True
requestHeaders = []
path = "/fpco/lts-haskell/master//lts-15.16.yaml"
queryString = ""
method = "GET"
proxy = Nothing
rawBody = False
redirectCount = 10
responseTimeout = ResponseTimeoutDefault
requestVersion = HTTP/1.1
}
"/root/.stack/build-plan/lts-15.16.yaml" (Response {responseStatus = Status {statusCode = 404, statusMessage = "Not Found"}, responseVersion = HTTP/1.1, responseHeaders = [("Connection","keep-alive"),("Content-Length","14"),("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"),("Content-Type","text/plain; charset=utf-8"),("Via","1.1 varnish (Varnish/6.0)"),("X-GitHub-Request-Id","3346:088F:A07EF:B9789:5EDEEF0A"),("Accept-Ranges","bytes"),("Date","Tue, 09 Jun 2020 02:08:14 GMT"),("Via","1.1 varnish"),("X-Served-By","cache-sjc10032-SJC"),("X-Cache","HFM, MISS"),("X-Cache-Hits","0, 0"),("X-Timer","S1591668494.993906,VS0,VE362"),("Vary","Authorization,Accept-Encoding"),("Access-Control-Allow-Origin","*"),("X-Fastly-Request-ID","17222488792109c50961130bdfabe6f802258e8e"),("Expires","Tue, 09 Jun 2020 02:13:14 GMT"),("Source-Age","0")], responseBody = (), responseCookieJar = CJ {expose = []}, responseClose' = ResponseClose})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment