haskell / process

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

Fix build with Javascript backend #329

Closed bgamari closed 2 months ago

bgamari commented 2 months ago

The new CommunicationsHandle abstraction requires the setFdOptions from unix.

Fixes https://github.com/haskell/process/issues/327.

bgamari commented 2 months ago

I have confirmed that this fixes the GHC/Javascript build; I will release shortly.

hsyl20 commented 2 months ago

Thanks for fixing this. I was about to report this bug :)