Skip to content

Fix build with Javascript backend - #329

Merged
bgamari merged 2 commits into
haskell:masterfrom
bgamari:wip/T327
Sep 30, 2024
Merged

Fix build with Javascript backend #329
bgamari merged 2 commits into
haskell:masterfrom
bgamari:wip/T327

Conversation

@bgamari

@bgamari bgamari commented Sep 30, 2024

Copy link
Copy Markdown
Contributor

The new CommunicationsHandle abstraction requires the setFdOptions from unix.

Fixes #327.

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

Fixes haskell#327.
@bgamari

bgamari commented Sep 30, 2024

Copy link
Copy Markdown
Contributor Author

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
@bgamari
bgamari deleted the wip/T327 branch September 30, 2024 13:00
@hsyl20

hsyl20 commented Sep 30, 2024

Copy link
Copy Markdown

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