name: runmany version: 0.1.0.0 synopsis: Run multiple commands, interleaving output and errors description: Run multiple commands, interleaving output and errors homepage: https://github.com/jwiegley/runmany license: MIT license-file: LICENSE author: John Wiegley maintainer: johnw@newartisans.com copyright: Copyright (c) 2017 John Wiegley. All Rights Reserved. category: System build-type: Simple extra-source-files: ChangeLog.md cabal-version: >=1.10 executable runmany main-is: Main.hs ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: base >=4.9 && <4.10 , optparse-applicative >=0.12 && <0.13 , stm , async , bytestring , process default-language: Haskell2010