@hackage stack-run0.1.0.4

An equivalent to cabal run for stack.

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.