-- Hoogle documentation, generated by Haddock
-- See Hoogle, http://www.haskell.org/hoogle/


-- | Process extras
--   
--   Extra functionality for the Process library
--   <a>http://hackage.haskell.org/package/process</a>.
@package process-extras
@version 0.2.0

module System.Process.ByteString

-- | Like <a>readProcessWithExitCode</a>, but using <a>ByteString</a>
readProcessWithExitCode :: FilePath -> [String] -> ByteString -> IO (ExitCode, ByteString, ByteString)

module System.Process.ByteString.Lazy

-- | Like <a>readProcessWithExitCode</a>, but using <a>ByteString</a>
readProcessWithExitCode :: FilePath -> [String] -> ByteString -> IO (ExitCode, ByteString, ByteString)

module System.Process.Text

-- | Like <a>readProcessWithExitCode</a>, but using <a>Text</a>
readProcessWithExitCode :: FilePath -> [String] -> Text -> IO (ExitCode, Text, Text)

module System.Process.Text.Lazy

-- | Like <a>readProcessWithExitCode</a>, but using <a>Text</a>
readProcessWithExitCode :: FilePath -> [String] -> Text -> IO (ExitCode, Text, Text)
