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
(NullSockAddr, _, cmsgs, _) <- recvBufMsg s [(buf,dummyBufSize)] 32mempty
case (lookupCmsg CmsgIdFds cmsgs >>= decodeCmsg) ::Maybe [Fd] of
Network\Socket\Unix.hsc:152:22: error:
Data constructor not in scope: CmsgIdFds :: CmsgId
Suggested fix:
Perhaps use ‘CmsgIdFd’ (imported from Network.Socket.Win32.Cmsg)
|
152 | case (lookupCmsg CmsgIdFds cmsgs >>= decodeCmsg) :: Maybe [Fd] of
| ^^^^^^^^^
network/Network/Socket/Unix.hsc
Lines 148 to 152 in 1a8a923
In CI: https://github.com/haskell/network/actions/runs/8386827442/job/22967896871?pr=573#step:9:126
The first bad CI run was: https://github.com/haskell/network/actions/runs/5779705020
Breakage seem to be connected to
The text was updated successfully, but these errors were encountered: