You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like #603 might have broken the socket function (at least on WINE).
Haskell.nix uses iserv-proxy-interpreter.exe to run TH code under WINE. Since the release of network-3.2.8.0 this has been failing with:
iserv-proxy-interpreter.exe:Network.Socket.setSockOpt:failed(Badprotocolopt
ion(WSAENOPROTOOPT))
iserv-proxy: Network.Socket.connect: <socket: 11>: does not exist (Connection refused)
I think what is going on is that the socket function in iserv-proxy-interpreter (the part running under WINE) is failing and then the iserv-proxyconnect function fails (since there is nothing to connect to.