haskell / process

Library for dealing with system processes
http://hackage.haskell.org/package/process
Other
87 stars 82 forks source link

Please do not remove `runInteractiveCommand` and friends in a future release #325

Open langfield opened 2 months ago

langfield commented 2 months ago

I see that they are marked as deprecated in the latest documentation. These are much more ergonomic than createProcess for simple use cases IMHO. Being forced to use the record syntax to get a CreatePipe would be unfortunate.

Just my two cents. 😅