[commit: packages/process] master: Updated `CreateProcess` documentation after revert. (2397d4f)
git at git.haskell.org
git at git.haskell.org
Mon Nov 2 06:24:22 UTC 2015
Repository : ssh://git@git.haskell.org/process
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/2397d4f63417776fffde61b62ba5d6518a1cb8f5/process
>---------------------------------------------------------------
commit 2397d4f63417776fffde61b62ba5d6518a1cb8f5
Author: jprider63 <jp at jamesparker.me>
Date: Wed Oct 14 10:22:11 2015 -0400
Updated `CreateProcess` documentation after revert.
>---------------------------------------------------------------
2397d4f63417776fffde61b62ba5d6518a1cb8f5
System/Process/Internals.hs | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/System/Process/Internals.hs b/System/Process/Internals.hs
index 7d65546..bbf6e37 100644
--- a/System/Process/Internals.hs
+++ b/System/Process/Internals.hs
@@ -197,12 +197,12 @@ data CreateProcess = CreateProcess{
--
-- Default: @Nothing@
--
- -- @since X.X.X.X
+ -- @since 1.4.0.0
child_user :: Maybe UserID -- ^ Use posix setuid to set child process's user id; does nothing on other platforms.
--
-- Default: @Nothing@
--
- -- @since X.X.X.X
+ -- @since 1.4.0.0
}
data CmdSpec
More information about the ghc-commits
mailing list