plex

run a subprocess, combining stdout and stderr

https://github.com/phlummox/hs-plex#readme

Latest on Hackage:0.2.0.0

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

MIT licensed by phlummox
Maintained by [email protected]

Execute a command, redirect stderr into stdout, and return the combined result (optionally, with a timeout). Irritatingly difficult to do using the "process" library.