Resolving dependencies... Downloading socket-0.1.0.0... Configuring socket-0.1.0.0... Building socket-0.1.0.0... Preprocessing library socket-0.1.0.0... [ 1 of 17] Compiling System.Socket.Protocol ( src/System/Socket/Protocol.hs, dist/build/System/Socket/Protocol.o ) [ 2 of 17] Compiling System.Socket.Protocol.UDP ( dist/build/System/Socket/Protocol/UDP.hs, dist/build/System/Socket/Protocol/UDP.o ) [ 3 of 17] Compiling System.Socket.Protocol.TCP ( dist/build/System/Socket/Protocol/TCP.hs, dist/build/System/Socket/Protocol/TCP.o ) [ 4 of 17] Compiling System.Socket.Protocol.SCTP ( dist/build/System/Socket/Protocol/SCTP.hs, dist/build/System/Socket/Protocol/SCTP.o ) [ 5 of 17] Compiling System.Socket.Type ( src/System/Socket/Type.hs, dist/build/System/Socket/Type.o ) [ 6 of 17] Compiling System.Socket.Type.STREAM ( dist/build/System/Socket/Type/STREAM.hs, dist/build/System/Socket/Type/STREAM.o ) [ 7 of 17] Compiling System.Socket.Type.DGRAM ( dist/build/System/Socket/Type/DGRAM.hs, dist/build/System/Socket/Type/DGRAM.o ) [ 8 of 17] Compiling System.Socket.Type.SEQPACKET ( dist/build/System/Socket/Type/SEQPACKET.hs, dist/build/System/Socket/Type/SEQPACKET.o ) [ 9 of 17] Compiling System.Socket.Address ( src/System/Socket/Address.hs, dist/build/System/Socket/Address.o ) [10 of 17] Compiling System.Socket.Address.SockAddrUn ( dist/build/System/Socket/Address/SockAddrUn.hs, dist/build/System/Socket/Address/SockAddrUn.o ) [11 of 17] Compiling System.Socket.Address.SockAddrIn ( dist/build/System/Socket/Address/SockAddrIn.hs, dist/build/System/Socket/Address/SockAddrIn.o ) [12 of 17] Compiling System.Socket.Address.SockAddrIn6 ( dist/build/System/Socket/Address/SockAddrIn6.hs, dist/build/System/Socket/Address/SockAddrIn6.o ) [13 of 17] Compiling System.Socket.Internal.FFI ( src/System/Socket/Internal/FFI.hs, dist/build/System/Socket/Internal/FFI.o ) src/System/Socket/Internal/FFI.hs:4:1: Warning: The import of ‘Data.Monoid’ is redundant except perhaps to import instances from ‘Data.Monoid’ To import instances alone, use: import Data.Monoid() [14 of 17] Compiling System.Socket.Internal.Socket ( dist/build/System/Socket/Internal/Socket.hs, dist/build/System/Socket/Internal/Socket.o ) [15 of 17] Compiling System.Socket.Internal.Event ( src/System/Socket/Internal/Event.hs, dist/build/System/Socket/Internal/Event.o ) [16 of 17] Compiling System.Socket.Unsafe ( dist/build/System/Socket/Unsafe.hs, dist/build/System/Socket/Unsafe.o ) [17 of 17] Compiling System.Socket ( dist/build/System/Socket.hs, dist/build/System/Socket.o ) In-place registering socket-0.1.0.0... Running Haddock for socket-0.1.0.0... Running hscolour for socket-0.1.0.0... Preprocessing library socket-0.1.0.0... Preprocessing library socket-0.1.0.0... src/System/Socket/Internal/FFI.hs:4:1: Warning: The import of ‘Data.Monoid’ is redundant except perhaps to import instances from ‘Data.Monoid’ To import instances alone, use: import Data.Monoid() Haddock coverage: 0% ( 0 / 2) in 'System.Socket.Protocol' Missing documentation for: Module header Protocol (src/System/Socket/Protocol.hs:8) 0% ( 0 / 3) in 'System.Socket.Protocol.UDP' Missing documentation for: Module header UDP (src/System/Socket/Protocol/UDP.hsc:8) (src/System/Socket/Protocol/UDP.hsc:10) 0% ( 0 / 3) in 'System.Socket.Protocol.TCP' Missing documentation for: Module header TCP (src/System/Socket/Protocol/TCP.hsc:8) (src/System/Socket/Protocol/TCP.hsc:10) 0% ( 0 / 3) in 'System.Socket.Protocol.SCTP' Missing documentation for: Module header SCTP (src/System/Socket/Protocol/SCTP.hsc:8) (src/System/Socket/Protocol/SCTP.hsc:10) 0% ( 0 / 2) in 'System.Socket.Type' Missing documentation for: Module header Type (src/System/Socket/Type.hs:8) 0% ( 0 / 3) in 'System.Socket.Type.STREAM' Missing documentation for: Module header STREAM (src/System/Socket/Type/STREAM.hsc:8) (src/System/Socket/Type/STREAM.hsc:10) 0% ( 0 / 3) in 'System.Socket.Type.DGRAM' Missing documentation for: Module header DGRAM (src/System/Socket/Type/DGRAM.hsc:8) (src/System/Socket/Type/DGRAM.hsc:10) 0% ( 0 / 3) in 'System.Socket.Type.SEQPACKET' Missing documentation for: Module header SEQPACKET (src/System/Socket/Type/SEQPACKET.hsc:8) (src/System/Socket/Type/SEQPACKET.hsc:10) 0% ( 0 / 2) in 'System.Socket.Address' Missing documentation for: Module header Address (src/System/Socket/Address.hs:9) 0% ( 0 / 2) in 'System.Socket.Address.SockAddrUn' Missing documentation for: Module header SockAddrUn (src/System/Socket/Address/SockAddrUn.hsc:23) 0% ( 0 / 2) in 'System.Socket.Address.SockAddrIn' Missing documentation for: Module header SockAddrIn (src/System/Socket/Address/SockAddrIn.hsc:24) 0% ( 0 / 2) in 'System.Socket.Address.SockAddrIn6' Missing documentation for: Module header SockAddrIn6 (src/System/Socket/Address/SockAddrIn6.hsc:24) 0% ( 0 / 15) in 'System.Socket.Internal.FFI' Missing documentation for: Module header MsgFlags (src/System/Socket/Internal/FFI.hs:11) (src/System/Socket/Internal/FFI.hs:14) c_socket (src/System/Socket/Internal/FFI.hs:20) c_close (src/System/Socket/Internal/FFI.hs:23) c_bind (src/System/Socket/Internal/FFI.hs:26) c_connect (src/System/Socket/Internal/FFI.hs:29) c_accept (src/System/Socket/Internal/FFI.hs:32) c_listen (src/System/Socket/Internal/FFI.hs:35) c_send (src/System/Socket/Internal/FFI.hs:38) c_sendto (src/System/Socket/Internal/FFI.hs:41) c_recv (src/System/Socket/Internal/FFI.hs:44) c_recvfrom (src/System/Socket/Internal/FFI.hs:48) c_getsockopt (src/System/Socket/Internal/FFI.hs:51) c_setnonblocking (src/System/Socket/Internal/FFI.hs:54) 10% ( 1 / 10) in 'System.Socket.Internal.Socket' Missing documentation for: Module header SocketException (src/System/Socket/Internal/Socket.hsc:63) MsgFlags (src/System/Socket/Internal/FFI.hs:11) msgEOR (src/System/Socket/Internal/Socket.hsc:57) msgOOB (src/System/Socket/Internal/Socket.hsc:54) msgNOSIGNAL (src/System/Socket/Internal/Socket.hsc:60) GetSockOpt (src/System/Socket/Internal/Socket.hsc:174) SetSockOpt (src/System/Socket/Internal/Socket.hsc:177) SO_ACCEPTCONN (src/System/Socket/Internal/Socket.hsc:180) 0% ( 0 / 5) in 'System.Socket.Internal.Event' Missing documentation for: Module header threadWaitReadMVar (src/System/Socket/Internal/Event.hs:21) threadWaitWriteMVar (src/System/Socket/Internal/Event.hs:28) threadWaitWrite' (src/System/Socket/Internal/Event.hs:35) threadWaitRead' (src/System/Socket/Internal/Event.hs:39) 44% ( 4 / 9) in 'System.Socket.Unsafe' Missing documentation for: Module header unsafeSend (src/System/Socket/Unsafe.hsc:31) unsafeSendTo (src/System/Socket/Unsafe.hsc:52) unsafeRecv (src/System/Socket/Unsafe.hsc:73) unsafeRecvFrom (src/System/Socket/Unsafe.hsc:93) 69% ( 44 / 64) in 'System.Socket' Missing documentation for: Address (src/System/Socket/Address.hs:9) SockAddrUn (src/System/Socket/Address/SockAddrUn.hsc:23) SockAddrIn (src/System/Socket/Address/SockAddrIn.hsc:24) SockAddrIn6 (src/System/Socket/Address/SockAddrIn6.hsc:24) Type (src/System/Socket/Type.hs:8) STREAM (src/System/Socket/Type/STREAM.hsc:8) DGRAM (src/System/Socket/Type/DGRAM.hsc:8) SEQPACKET (src/System/Socket/Type/SEQPACKET.hsc:8) Protocol (src/System/Socket/Protocol.hs:8) UDP (src/System/Socket/Protocol/UDP.hsc:8) TCP (src/System/Socket/Protocol/TCP.hsc:8) SCTP (src/System/Socket/Protocol/SCTP.hsc:8) MsgFlags (src/System/Socket/Internal/FFI.hs:11) msgEOR (src/System/Socket/Internal/Socket.hsc:57) msgOOB (src/System/Socket/Internal/Socket.hsc:54) msgNOSIGNAL (src/System/Socket/Internal/Socket.hsc:60) GetSockOpt (src/System/Socket/Internal/Socket.hsc:174) SetSockOpt (src/System/Socket/Internal/Socket.hsc:177) SO_ACCEPTCONN (src/System/Socket/Internal/Socket.hsc:180) SocketException (src/System/Socket/Internal/Socket.hsc:63) Documentation created: dist/doc/html/socket/index.html, dist/doc/html/socket/socket.txt Creating package registration file: /tmp/pkgConf-socket-0.1.02145174067468703135.0 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/socket-0.1.0.0-0Sn9kST8d4E4hSnwxQKpyP Registering socket-0.1.0.0... Installed socket-0.1.0.0