stack-run

An equivalent to cabal run for stack.

https://github.com/yamadapc/stack-run

Latest on Hackage:0.1.1.4

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

MIT licensed by Pedro Tacla Yamada
Maintained by [email protected]

Finds the project root, compiles your code and runs the first or set default executable. It's a shorthand for stack build && stack run executable, much like cabal run.