stack-run 0.1.0.3 → 0.1.0.4
raw patch · 2 files changed
+4/−2 lines, 2 files
Files
- README.md +3/−1
- stack-run.cabal +1/−1
README.md view
@@ -1,5 +1,7 @@ # stack-run [](https://travis-ci.org/yamadapc/stack-run)+[](http://hackage.haskell.org/package/stack-run)+[](http://packdeps.haskellers.com/feed?needle=stack-run) - - - Like `cabal run` but for `stack`. @@ -19,7 +21,7 @@ ``` ## Demo-+ ## 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