-- Hoogle documentation, generated by Haddock
-- See Hoogle, http://www.haskell.org/hoogle/
-- | Process extras
--
-- Extra functionality for the Process library
-- http://hackage.haskell.org/package/process.
@package process-extras
@version 0.2.0
module System.Process.ByteString
-- | Like readProcessWithExitCode, but using ByteString
readProcessWithExitCode :: FilePath -> [String] -> ByteString -> IO (ExitCode, ByteString, ByteString)
module System.Process.ByteString.Lazy
-- | Like readProcessWithExitCode, but using ByteString
readProcessWithExitCode :: FilePath -> [String] -> ByteString -> IO (ExitCode, ByteString, ByteString)
module System.Process.Text
-- | Like readProcessWithExitCode, but using Text
readProcessWithExitCode :: FilePath -> [String] -> Text -> IO (ExitCode, Text, Text)
module System.Process.Text.Lazy
-- | Like readProcessWithExitCode, but using Text
readProcessWithExitCode :: FilePath -> [String] -> Text -> IO (ExitCode, Text, Text)