stack-run: An equivalent to cabal run for stack.

[ development, mit, program ] [ Propose Tags ]

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.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.0.1, 0.1.0.2, 0.1.0.3, 0.1.0.4, 0.1.0.5, 0.1.0.6, 0.1.0.7, 0.1.1.0, 0.1.1.1, 0.1.1.2, 0.1.1.3, 0.1.1.4
Dependencies ansi-terminal (>=0.6.2.3), base (>=4 && <5), bytestring (>=0.10.6.0), Cabal, conduit, conduit-extra, directory, filepath, MissingH, projectroot (>=0.2) [details]
License MIT
Copyright Copyright (c) 2015 Pedro Tacla Yamada
Author Pedro Tacla Yamada
Maintainer tacla.yamada@gmail.com
Category Development
Home page https://github.com/yamadapc/stack-run
Source repo head: git clone git://github.com/yamadapc/stack-run.git
Uploaded by yamadapc at 2016-01-19T11:43:43Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Executables stack-run
Downloads 9035 total (42 in the last 30 days)
Rating 1.75 (votes: 2) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
Last success reported on 2016-11-28 [all 3 reports]

Readme for stack-run-0.1.0.3

[back to package description]

stack-run

Build Status


Like cabal run but for stack.

Installing

$ stack install stack-run

Usage

$ stack run

Help

$ stack run help

Demo

License

This code is published under the MIT license.