Do we want to continue using streamly-shell and upload it to hackage or replace it with direct use of streamly-process? if we want to remove it then we can add a definitions of runSh, pipeSh, streamSh in streamly-process documentation and those can be used for running shell commands. We should then remove dependency of any of our packages on streamly-shell e.g. bench-reports.
Do we want to continue using streamly-shell and upload it to hackage or replace it with direct use of streamly-process? if we want to remove it then we can add a definitions of
runSh,pipeSh,streamShin streamly-process documentation and those can be used for running shell commands. We should then remove dependency of any of our packages on streamly-shell e.g. bench-reports.