Description
Provides extra process-management utilities for Haskell. These helpers can make it easier to start external commands, handle their input and output, and coordinate process behavior.
It is useful for build tools, automation, test helpers, wrappers, and command-line applications that run other programs. It is a developer library and should be used with careful argument handling.