Create a new package
stack new package templateRun tests inside a package
Compile a project and re-compile every time a file changes
Compile a project and execute a command after compilation
stack build --exec "command"Run a program and pass an argument to it
stack exec program -- argument