haskell / network

Low-level networking interface
http://hackage.haskell.org/package/network
Other
322 stars 186 forks source link

Add support for GHC's JavaScript backend #565

Open georgefst opened 1 year ago

georgefst commented 1 year ago

Similar to https://github.com/haskell/network/pull/517. But the triple for the official GHC backend is javascript-unknown-ghcjs. Since the host name is the same, https://github.com/haskell/network/pull/431 should still apply.

This builds, but I haven't been able to actually test it since I'm having other issues with the JS backend.