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