#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
_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to