Since everyone is in favor, I will add createPipe to the process package, as most people seemed to prefer that to base.


On Tue, Mar 11, 2014 at 6:08 AM, Stefan Holdermans <stefan@vectorfabrics.com> wrote:
>>> I propose we add it to System.IO. Note that we'd have to copy the 5 lines
>>> in System.Posix.IO.createPipe into base as the above implementation would
>>> otherwise depend on the unix package.
>>>
>> +1. I've needed this in the past when working with process, and ended up
>> writing POSIX-only code as a result.

+1 one from me, with a preference for process over base.

Cheers,

  Stefan