I'd like to only depend on process-extras but still be able to say (example from process):
createProcess (proc "ls" []){ std_out = CreatePipe }
Currently System.Process.ListLike reexports proc and CreateProcess(..) (so std_out is in scope) from process but not StdStream so I cannot use its constructor CreatePipe.
I'd like to only depend on
process-extrasbut still be able to say (example from process):Currently
System.Process.ListLikereexportsprocandCreateProcess(..)(sostd_outis in scope) fromprocessbut notStdStreamso I cannot use its constructorCreatePipe.