[GHC] #4192: Proposed process piping function to be added to the "process" package
Forwarding the proposal ticket to the mailing list ---------- Forwarded message ---------- From: GHC <cvs-ghc@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@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
participants (1)
-
Dimitry Golubovsky