name: stack-run version: 0.1.0.3 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 @stack build && stack run executable@, much like @cabal run@. homepage: https://github.com/yamadapc/stack-run license: MIT license-file: LICENSE author: Pedro Tacla Yamada maintainer: tacla.yamada@gmail.com copyright: Copyright (c) 2015 Pedro Tacla Yamada category: Development build-type: Simple extra-source-files: README.md cabal-version: >=1.10 tested-with: GHC >= 7.6 executable stack-run main-is: Main.hs build-depends: Cabal , MissingH , ansi-terminal >= 0.6.2.3 , base >=4 && <5 , bytestring >= 0.10.6.0 , conduit , conduit-extra , directory , filepath , projectroot >= 0.2 hs-source-dirs: src default-language: Haskell2010 source-repository head type: git location: git://github.com/yamadapc/stack-run.git