Manage Haskell projects. More information: https://github.com/commercialhaskell/stack.
stack new {{package}} {{template}}
stack build
stack test
stack build --file-watch
stack build --exec "{{command}}"
stack exec {{program}} -- {{argument}}