-- This file has been generated from package.yaml by hpack version 0.17.1. -- -- see: https://github.com/sol/hpack name: plex version: 0.2.0.0 synopsis: run a subprocess, combining stdout and stderr description: Execute a command, redirect stderr into stdout, and return the combined result (optionally, with a timeout). Irritatingly difficult to do using the "process" library. category: System stability: experimental homepage: https://github.com/phlummox/hs-plex#readme bug-reports: https://github.com/phlummox/hs-plex/issues author: phlummox maintainer: phlummox2@gmail.com copyright: 2018 phlummox license: MIT license-file: LICENSE build-type: Simple cabal-version: >= 1.10 extra-source-files: CHANGELOG.md README.md source-repository head type: git location: https://github.com/phlummox/hs-plex flag buildexe description: build the executable manual: True default: False library hs-source-dirs: src ghc-options: -Wall build-depends: base >=4.7 && <5 , async , deepseq , bytestring , unix exposed-modules: System.Plex System.Plex.Internal System.Plex.ByteString other-modules: Paths_plex default-language: Haskell2010 executable try-plex main-is: Main.hs hs-source-dirs: app ghc-options: -threaded -rtsopts build-depends: base >=4.7 && <5 , async , deepseq , bytestring , unix if flag(buildexe) build-depends: async , base , plex , deepseq , unix else buildable: False default-language: Haskell2010 test-suite plex-test type: exitcode-stdio-1.0 main-is: Spec.hs hs-source-dirs: test ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: base >=4.7 && <5 , async , deepseq , bytestring , unix , base , plex , hspec , QuickCheck other-modules: System.PlexSpec System.Plex.ByteStringSpec default-language: Haskell2010