process-listlike-0.6: System/Process/Read.hs
module System.Process.Read
( ListLikePlus(..)
, readCreateProcessWithExitCode
, readCreateProcess
, readProcessWithExitCode
, readProcess
) where
import System.Process.Read.Chars
import System.Process.Read.Instances ()