@hackage plex0.2.0.0
run a subprocess, combining stdout and stderr
Categories
License
MIT
Maintainer
phlummox2@gmail.com
Links
Versions
- 0.2.0.0 Wed, 4 Apr 2018
Installation
Dependencies (5)
Dependents (1)
@hackage/acme-everything
Package Flags
buildexe
(off by default)
build the executable
hs-plex
Execute a command, redirect stderr into stdout, and return the combined result (optionally, with a timeout). Irritatingly difficult to do using the "process" library.
portability
POSIX systems only.
stability
Probably bug-ridden. Will fix things as I find them.