process-progress-0.14: System/Process/Progress.hs
-- | `Functions to run a process and manage the type and amount of output
-- it generates.
{-# LANGUAGE FlexibleInstances, TypeSynonymInstances #-}
{-# OPTIONS_GHC -fno-warn-orphans #-}
module System.Process.Progress
( module System.Process.Read.Convenience
, module System.Process.Read.Compat
, module System.Process.Read.Monad
) where
import System.Process.Read.Convenience
import System.Process.Read.Compat
import System.Process.Read.Monad