plugins-1.6.2: Dynamic linking for Haskell and C objects
Safe HaskellSafe-Inferred
LanguageHaskell2010

System.Plugins.Process

Description

A Posix.popen compatibility mapping.

If we use this, we should build -threaded

Documentation

popen :: FilePath -> [String] -> Maybe String -> IO (String, String, Bool, ProcessID) Source #