Skip to content

Instantly share code, notes, and snippets.

@amoe
Created February 28, 2020 10:15
Show Gist options
  • Save amoe/5bd9df2409c9d8703e5770e8c9d21d1d to your computer and use it in GitHub Desktop.
Save amoe/5bd9df2409c9d8703e5770e8c9d21d1d to your computer and use it in GitHub Desktop.
stack new morse
Downloading template "new-template" to create project "morse" in morse/ ...
The following parameters were needed by the template but not provided: author-email, author-name, category, copyright, github-username
You can provide them in /home/amoe/.stack/config.yaml, like this:
templates:
params:
author-email: value
author-name: value
category: value
copyright: value
github-username: value
Or you can pass each one as parameters like this:
stack new morse new-template -p "author-email:value" -p "author-name:value" -p "category:value" -p "copyright:value" -p "github-username:value"
Looking for .cabal or package.yaml files to use to init the project.
Using cabal packages:
- morse/
Selecting the best among 17 snapshots...
Downloading lts-15.1 build plan ...
RedownloadFailed Request {
host = "raw.githubusercontent.com"
port = 443
secure = True
requestHeaders = []
path = "/fpco/lts-haskell/master//lts-15.1.yaml"
queryString = ""
method = "GET"
proxy = Nothing
rawBody = False
redirectCount = 10
responseTimeout = ResponseTimeoutDefault
requestVersion = HTTP/1.1
}
"/home/amoe/.stack/build-plan/lts-15.1.yaml" (Response {responseStatus = Status {statusCode = 404, statusMessage = "Not Found"}, responseVersion = HTTP/1.1, responseHeaders = [("Connection","keep-alive"),("Content-Length","15"),("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"),("Via","1.1 varnish (Varnish/6.0)"),("X-GitHub-Request-Id","FB20:4CEA:126A34:162767:5E58E734"),("Accept-Ranges","bytes"),("Date","Fri, 28 Feb 2020 10:11:00 GMT"),("Via","1.1 varnish"),("X-Served-By","cache-lcy19221-LCY"),("X-Cache","HFM, MISS"),("X-Cache-Hits","0, 0"),("X-Timer","S1582884661.510979,VS0,VE74"),("Vary","Authorization,Accept-Encoding"),("Access-Control-Allow-Origin","*"),("X-Fastly-Request-ID","1b7c8a169916cf47f1de1e18ee2960f191b60a1d"),("Expires","Fri, 28 Feb 2020 10:16:00 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