stack-run 0.1.0.4 → 0.1.0.5
raw patch · 1 files changed
+5/−5 lines, 1 filesdep ~ansi-terminaldep ~bytestringdep ~conduit
Dependency ranges changed: ansi-terminal, bytestring, conduit, conduit-extra
Files
- stack-run.cabal +5/−5
stack-run.cabal view
@@ -1,5 +1,5 @@ name: stack-run-version: 0.1.0.4+version: 0.1.0.5 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@@ -22,11 +22,11 @@ main-is: Main.hs build-depends: Cabal , MissingH- , ansi-terminal >= 0.6.2.3+ , ansi-terminal >= 0.6 , base >=4 && <5- , bytestring >= 0.10.6.0- , conduit- , conduit-extra+ , bytestring >= 0.10+ , conduit > 1.1 && < 1.3+ , conduit-extra >= 1.1 && < 1.2 , directory , filepath , projectroot >= 0.2