-- This file has been generated from package.yaml by hpack version 0.27.0. -- -- see: https://github.com/sol/hpack -- -- hash: 0a033503eff6d23beeb6096680a18b90f43b82d49adca1b73ada640cdb992d04 name: runmany version: 0.1.3 synopsis: Run multiple commands, interleaving output and errors description: Run multiple commands, interleaving output and errors homepage: https://github.com/jwiegley/runmany#readme bug-reports: https://github.com/jwiegley/runmany/issues license: BSD3 license-file: LICENSE author: John Wiegley maintainer: johnw@newartisans.com category: System, Data, Nix build-type: Simple cabal-version: >= 1.10 source-repository head type: git location: https://github.com/jwiegley/runmany executable runmany main-is: Main.hs other-modules: Paths_runmany ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N build-depends: async , base >=4.9 && <4.13 , bytestring , optparse-applicative >=0.12 && <0.14 , process , stm default-language: Haskell2010