packages feed

stack-run 0.1.0.3 → 0.1.0.4

raw patch · 2 files changed

+4/−2 lines, 2 files

Files

README.md view
@@ -1,5 +1,7 @@ # stack-run [![Build Status](https://travis-ci.org/yamadapc/stack-run.svg?branch=master)](https://travis-ci.org/yamadapc/stack-run)+[![Hackage](https://img.shields.io/hackage/v/stack-run.svg)](http://hackage.haskell.org/package/stack-run)+[![Hackage Deps](https://img.shields.io/hackage-deps/v/stack-run.svg)](http://packdeps.haskellers.com/feed?needle=stack-run) - - - Like `cabal run` but for `stack`. @@ -19,7 +21,7 @@ ```  ## Demo-![](/demo.gif)+![](http://i.imgur.com/CxtaQIq.gif)  ## License This code is published under the MIT license.
stack-run.cabal view
@@ -1,5 +1,5 @@ name:                stack-run-version:             0.1.0.3+version:             0.1.0.4 synopsis:            An equivalent to cabal run for stack. description:         Finds the project root, compiles your code and runs the                      first or set default executable. It's a shorthand for