Tool for managing Haskell projects. More information: https://github.com/commercialhaskell/stack.
stack new {{project_name}}
stack install
stack build
stack test
stack build --file-watch
stack build --exec "{{command}}"
stack exec {{program_name}} -- {{argument}}