packages feed

stack-run 0.1.0.1 → 0.1.0.2

raw patch · 2 files changed

+2/−1 lines, 2 files

Files

src/Main.hs view
@@ -111,6 +111,7 @@             exitFailure         ("get-default":_) -> putStrLn =<< findDefault         ("--help":_) -> exitUsage+        ("-h":_) -> exitUsage         ("help":_) -> exitUsage         ("--":name:as) -> stackRun name as         (name:as) -> stackRun name as
stack-run.cabal view
@@ -1,5 +1,5 @@ name:                stack-run-version:             0.1.0.1+version:             0.1.0.2 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