plugins-1.4.1: Dynamic linking for Haskell and C objects
Source code
Contents
Index
System.Plugins.Process
Description
A Posix.popen compatibility mapping.
If we use this, we should build -threaded
Documentation
exec
::
String
-> [
String
] ->
IO
([
String
], [
String
])
Source
popen
::
FilePath
-> [
String
] ->
Maybe
String
->
IO
(
String
,
String
, ProcessID)
Source
Produced by
Haddock
version 2.4.2