[commit: packages/process] master: GH77: remove typo. (5a0d7bc)

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


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

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

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

commit 5a0d7bcdb353e283eea7daaeb0517d2164cb8041
Author: Tamar Christina <tamar at zhox.com>
Date:   Sun Jan 8 06:36:04 2017 +0000

    GH77: remove typo.


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

5a0d7bcdb353e283eea7daaeb0517d2164cb8041
 System/Process/Posix.hs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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



More information about the ghc-commits mailing list