Skip to content

Instantly share code, notes, and snippets.

@pokle
Last active August 30, 2017 00:08
Show Gist options
  • Save pokle/d117cda256d912875baa9f6c5f83da33 to your computer and use it in GitHub Desktop.
Save pokle/d117cda256d912875baa9f6c5f83da33 to your computer and use it in GitHub Desktop.
haskell stack shell script starter kit
#!/usr/bin/env stack
-- stack --resolver lts-9.2 script
main = putStrLn "Hello"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment