We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb5ffb2 commit 724b6edCopy full SHA for 724b6ed
src/System/IO/Streams/Network/HAProxy.hs
@@ -359,4 +359,5 @@ addrFamily s = case s of
359
_ -> error "unknown family"
360
#else
361
(N.SockAddrUnix _ ) -> N.AF_UNIX
362
+ _ -> error "unknown family"
363
#endif
0 commit comments