module HsShellScript.ProcErr where import Data.Maybe import System.IO terminal_width :: Handle -> IO (Maybe Int) terminal_width_ioe :: Handle -> IO Int throwErrno' :: String -> Maybe Handle -> Maybe FilePath -> IO a