Closed bgamari closed 2 months ago
The new CommunicationsHandle abstraction requires the setFdOptions from unix.
CommunicationsHandle
setFdOptions
unix
Fixes https://github.com/haskell/process/issues/327.
I have confirmed that this fixes the GHC/Javascript build; I will release shortly.
Thanks for fixing this. I was about to report this bug :)
The new
CommunicationsHandle
abstraction requires thesetFdOptions
fromunix
.Fixes https://github.com/haskell/process/issues/327.