Created
February 28, 2020 19:23
-
-
Save mmachenry/8f49165befe1cc6c88ac2bec52cdd05c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env stack | |
-- stack --resolver lts-15.1 script | |
main = putStrLn "Hello, World!" | |
{- | |
Using resolver: lts-15.1 specified on command line | |
Downloading lts-15.1 build plan ... | |
RedownloadInvalidResponse 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/mmachenry/.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","E95E:375F:CD06A:FAD77:5E596823"),("Accept-Ranges","bytes"),("Date","Fri, 28 Feb 2020 19:22:00 GMT"),("Via","1.1 varnish"),("X-Served-By","cache-bos4629-BOS"),("X-Cache","HIT, HIT"),("X-Cache-Hits","3, 1"),("X-Timer","S1582917720.399507,VS0,VE0"),("Vary","Authorization,Accept-Encoding"),("Access-Control-Allow-Origin","*"),("X-Fastly-Request-ID","085a3aa9e5bae3dd1d7bd2a7a4c1d94c3a4dcb7f"),("Expires","Fri, 28 Feb 2020 19:27:00 GMT"),("Source-Age","48")], responseBody = (), responseCookieJar = CJ {expose = []}, responseClose' = ResponseClose}) | |
-} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment