convert processTranscript to use hGetLineUntilExitOrEOF
authorJoey Hess <joeyh@joeyh.name>
Thu, 19 Nov 2020 20:36:37 +0000 (16:36 -0400)
committerJoey Hess <joeyh@joeyh.name>
Thu, 19 Nov 2020 20:36:37 +0000 (16:36 -0400)
commitb13c44cccc596ac1f4cbcb8bfc8347e4db94b9e8
tree4dc1dafb9cf70afb9b26ccd395299a8074a6e8e8
parentff0927bde98e7b7fd4a7ef49b61b8770c6df294d
convert processTranscript to use hGetLineUntilExitOrEOF

It does use it on both stdout and stderr. It seems unlikely the problem
could really affect stdout, but the unix implementation of it combines
both into a single handle in any case.
Utility/Process/Transcript.hs