Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix build with Javascript backend #329

Merged
merged 2 commits into from
Sep 30, 2024
Merged

Fix build with Javascript backend #329

merged 2 commits into from
Sep 30, 2024

Conversation

bgamari
Copy link
Contributor

@bgamari bgamari commented Sep 30, 2024

The new CommunicationsHandle abstraction requires the setFdOptions from unix.

Fixes #327.

The new `CommunicationsHandle` abstraction requires the `setFdOptions`
from `unix`.

Fixes haskell#327.
@bgamari
Copy link
Contributor Author

bgamari commented Sep 30, 2024

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

@bgamari bgamari merged commit a5a3865 into haskell:master Sep 30, 2024
41 checks passed
@bgamari bgamari deleted the wip/T327 branch September 30, 2024 13:00
@hsyl20
Copy link

hsyl20 commented Sep 30, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix javascript build
2 participants