Haskell library - run a subprocess, combining stdout and stderr
HaskellUnlicense
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.