[GHC] #4192: Proposed process piping function to be added to the
"process" package
Dimitry Golubovsky
golubovsky at gmail.com
Tue Jul 20 16:52:15 EDT 2010
Forwarding the proposal ticket to the mailing list
---------- Forwarded message ----------
From: GHC <cvs-ghc at haskell.org>
Date: Jul 14, 2010 11:55 PM
Subject: [GHC] #4192: Proposed process piping function to be added to
the "process" package
To:
Cc: glasgow-haskell-bugs at haskell.org
#4192: Proposed process piping function to be added to the "process" package
---------------------------------+------------------------------------------
Reporter: golubovsky | Owner:
Type: proposal | Status: new
Priority: normal | Component: libraries/process
Version: 6.12.3 | Keywords: pipe
Os: Unknown/Multiple | Testcase:
Architecture: Unknown/Multiple | Failure: None/Unknown
---------------------------------+------------------------------------------
Hi,
I'd like to propose the following function to be added to the
System.Process module (see attached).
This function allows for easy piping processes together using their
CreateProcess descriptors.
The existing "Pipe" package [1] provides similar functionality, yet
without access to CreateProcess structures (thus no separate environment
tuning, etc.)
The function was tested in capri and hsffig.
[1] http://hackage.haskell.org/package/Pipe
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/4192>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
--
Dimitry Golubovsky
Anywhere on the Web
More information about the Libraries
mailing list