process-listlike-0.7: System/Process/Read.hs
module System.Process.Read
( ListLikePlus(..)
, readCreateProcessWithExitCode
, readCreateProcess
, readProcessWithExitCode
, readProcess
, Chunked(..)
, readProcessInterleaved
, readInterleaved
, Output(..)
, readProcessChunks
) where
import System.Process.Read.Chunks
import System.Process.Read.ListLike
import System.Process.Read.Interleaved