[commit: packages/process] master: GH77: fix Posix. (e41616e)

git at git.haskell.org git at git.haskell.org
Wed Jul 19 21:18:40 UTC 2017


Repository : ssh://git@git.haskell.org/process

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/e41616e249ea56de4321d4b9227c985a3522798f/process

>---------------------------------------------------------------

commit e41616e249ea56de4321d4b9227c985a3522798f
Author: Tamar Christina <tamar at zhox.com>
Date:   Sun Jan 8 00:34:19 2017 +0000

    GH77: fix Posix.


>---------------------------------------------------------------

e41616e249ea56de4321d4b9227c985a3522798f
 System/Process/Posix.hs | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/System/Process/Posix.hs b/System/Process/Posix.hs
index 8b92165..201c4e9 100644
--- a/System/Process/Posix.hs
+++ b/System/Process/Posix.hs
@@ -169,9 +169,7 @@ createProcess_Internal fun
      return ProcRetHandles { hStdInput    = hndStdInput
                            , hStdOutput   = hndStdOutput
                            , hStdError    = hndStdError
-                           , procHandle     = ph
-                           , procJobHandle  = Nothing
-                           , procPortHandle = Nothing
+                           , procHandle   = ph]
                            }
 
 {-# NOINLINE runInteractiveProcess_lock #-}



More information about the ghc-commits mailing list