Resolving dependencies... cabal: Entering directory '/tmp/cabal-tmp-21678/appar-0.1.4' Configuring appar-0.1.4... Building appar-0.1.4... Preprocessing library appar-0.1.4... [1 of 5] Compiling Text.Appar.Input ( Text/Appar/Input.hs, dist/build/Text/Appar/Input.o ) [2 of 5] Compiling Text.Appar.Parser ( Text/Appar/Parser.hs, dist/build/Text/Appar/Parser.o ) Text/Appar/Parser.hs:99:1: warning: [-Wredundant-constraints] • Redundant constraint: Input inp • In the type signature for: parse :: Input inp => MkParser inp a -> inp -> Maybe a [3 of 5] Compiling Text.Appar.ByteString ( Text/Appar/ByteString.hs, dist/build/Text/Appar/ByteString.o ) [4 of 5] Compiling Text.Appar.LazyByteString ( Text/Appar/LazyByteString.hs, dist/build/Text/Appar/LazyByteString.o ) [5 of 5] Compiling Text.Appar.String ( Text/Appar/String.hs, dist/build/Text/Appar/String.o ) Running Haddock for appar-0.1.4... Running hscolour for appar-0.1.4... Preprocessing library appar-0.1.4... Preprocessing library appar-0.1.4... Text/Appar/Parser.hs:99:1: warning: [-Wredundant-constraints] • Redundant constraint: Input inp • In the type signature for: parse :: Input inp => MkParser inp a -> inp -> Maybe a Haddock coverage: 20% ( 1 / 5) in 'Text.Appar.Input' Missing documentation for: Module header (Text/Appar/Input.hs:24) (Text/Appar/Input.hs:30) (Text/Appar/Input.hs:36) 97% ( 36 / 37) in 'Text.Appar.Parser' Missing documentation for: MkParser (Text/Appar/Parser.hs:63) 98% ( 39 / 40) in 'Text.Appar.ByteString' Missing documentation for: MkParser (Text/Appar/Parser.hs:63) 98% ( 39 / 40) in 'Text.Appar.LazyByteString' Missing documentation for: MkParser (Text/Appar/Parser.hs:63) 98% ( 39 / 40) in 'Text.Appar.String' Missing documentation for: MkParser (Text/Appar/Parser.hs:63) Documentation created: dist/doc/html/appar/index.html, dist/doc/html/appar/appar.txt Creating package registration file: /tmp/pkgConf-appar-0.12145174067468703135.4 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20160521/appar-0.1.4-1in4Ewd8JBkAYDZSWXLSe0 Registering appar-0.1.4... cabal: Leaving directory '/tmp/cabal-tmp-21678/appar-0.1.4' Installed appar-0.1.4 cabal: Entering directory '/tmp/cabal-tmp-21678/byteorder-1.0.4' Configuring byteorder-1.0.4... Building byteorder-1.0.4... Preprocessing library byteorder-1.0.4... [1 of 1] Compiling System.ByteOrder ( System/ByteOrder.hs, dist/build/System/ByteOrder.o ) Running Haddock for byteorder-1.0.4... Running hscolour for byteorder-1.0.4... Preprocessing library byteorder-1.0.4... Preprocessing library byteorder-1.0.4... Haddock coverage: 67% ( 2 / 3) in 'System.ByteOrder' Missing documentation for: Module header Documentation created: dist/doc/html/byteorder/index.html, dist/doc/html/byteorder/byteorder.txt Creating package registration file: /tmp/pkgConf-byteorder-1.01469834481822890675.4 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20160521/byteorder-1.0.4-BbL4c17EpZrL9PcZm0xys9 Registering byteorder-1.0.4... cabal: Leaving directory '/tmp/cabal-tmp-21678/byteorder-1.0.4' Installed byteorder-1.0.4 cabal: Entering directory '/tmp/cabal-tmp-21678/cereal-0.5.2.0' Configuring cereal-0.5.2.0... Building cereal-0.5.2.0... Preprocessing library cereal-0.5.2.0... [1 of 4] Compiling Data.Serialize.Put ( src/Data/Serialize/Put.hs, dist/build/Data/Serialize/Put.o ) [2 of 4] Compiling Data.Serialize.Get ( src/Data/Serialize/Get.hs, dist/build/Data/Serialize/Get.o ) [3 of 4] Compiling Data.Serialize.IEEE754 ( src/Data/Serialize/IEEE754.hs, dist/build/Data/Serialize/IEEE754.o ) [4 of 4] Compiling Data.Serialize ( src/Data/Serialize.hs, dist/build/Data/Serialize.o ) Running Haddock for cereal-0.5.2.0... Running hscolour for cereal-0.5.2.0... Preprocessing library cereal-0.5.2.0... Preprocessing library cereal-0.5.2.0... Haddock coverage: 68% ( 30 / 44) in 'Data.Serialize.Put' Missing documentation for: Putter (src/Data/Serialize/Put.hs:133) putBuilder (src/Data/Serialize/Put.hs:174) putShortByteString (src/Data/Serialize/Put.hs:223) putTwoOf (src/Data/Serialize/Put.hs:303) putListOf (src/Data/Serialize/Put.hs:307) putIArrayOf (src/Data/Serialize/Put.hs:313) putSeqOf (src/Data/Serialize/Put.hs:319) putTreeOf (src/Data/Serialize/Put.hs:325) putMapOf (src/Data/Serialize/Put.hs:332) putIntMapOf (src/Data/Serialize/Put.hs:336) putSetOf (src/Data/Serialize/Put.hs:340) putIntSetOf (src/Data/Serialize/Put.hs:344) putMaybeOf (src/Data/Serialize/Put.hs:348) putEitherOf (src/Data/Serialize/Put.hs:353) 94% ( 60 / 64) in 'Data.Serialize.Get' Missing documentation for: label (src/Data/Serialize/Get.hs:272) getLazyByteString (src/Data/Serialize/Get.hs:508) getShortByteString (src/Data/Serialize/Get.hs:513) getTwoOf (src/Data/Serialize/Get.hs:752) 100% ( 11 / 11) in 'Data.Serialize.IEEE754' Cannot find documentation for: $example 87% ( 13 / 15) in 'Data.Serialize' Missing documentation for: GSerializePut (src/Data/Serialize.hs:550) GSerializeGet (src/Data/Serialize.hs:553) Warning: Data.Serialize.Put: could not find link destinations for: PairS Warning: Data.Serialize.Get: could not find link destinations for: get Warning: Data.Serialize: could not find link destinations for: PutSum SumSize GetSum Documentation created: dist/doc/html/cereal/index.html, dist/doc/html/cereal/cereal.txt Creating package registration file: /tmp/pkgConf-cereal-0.5.216059082351350573793.0 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20160521/cereal-0.5.2.0-GraMSbocCHd8eQ41UByAzZ Registering cereal-0.5.2.0... cabal: Leaving directory '/tmp/cabal-tmp-21678/cereal-0.5.2.0' Installed cereal-0.5.2.0 cabal: Entering directory '/tmp/cabal-tmp-21678/mmap-0.5.9' Configuring mmap-0.5.9... Building mmap-0.5.9... Preprocessing library mmap-0.5.9... [1 of 1] Compiling System.IO.MMap ( System/IO/MMap.hs, dist/build/System/IO/MMap.o ) Running Haddock for mmap-0.5.9... Running hscolour for mmap-0.5.9... Preprocessing library mmap-0.5.9... Preprocessing library mmap-0.5.9... Haddock coverage: 100% ( 13 / 13) in 'System.IO.MMap' Documentation created: dist/doc/html/mmap/index.html, dist/doc/html/mmap/mmap.txt Creating package registration file: /tmp/pkgConf-mmap-0.516425488991501252996.9 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20160521/mmap-0.5.9-ByDDrvbWPv95S6Ku8jyGDx Registering mmap-0.5.9... cabal: Leaving directory '/tmp/cabal-tmp-21678/mmap-0.5.9' Installed mmap-0.5.9 cabal: Entering directory '/tmp/cabal-tmp-21678/network-2.6.2.1' Configuring network-2.6.2.1... configure: WARNING: unrecognized options: --with-compiler checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking for gcc... /usr/bin/gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /usr/bin/gcc accepts -g... yes checking for /usr/bin/gcc option to accept ISO C89... none needed checking for an ANSI C-conforming const... yes checking how to run the C preprocessor... /usr/bin/gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking for stdlib.h... (cached) yes checking for sys/types.h... (cached) yes checking for unistd.h... (cached) yes checking winsock2.h usability... no checking winsock2.h presence... no checking for winsock2.h... no checking ws2tcpip.h usability... no checking ws2tcpip.h presence... no checking for ws2tcpip.h... no checking arpa/inet.h usability... yes checking arpa/inet.h presence... yes checking for arpa/inet.h... yes checking netdb.h usability... yes checking netdb.h presence... yes checking for netdb.h... yes checking netinet/in.h usability... yes checking netinet/in.h presence... yes checking for netinet/in.h... yes checking netinet/tcp.h usability... yes checking netinet/tcp.h presence... yes checking for netinet/tcp.h... yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking sys/uio.h usability... yes checking sys/uio.h presence... yes checking for sys/uio.h... yes checking sys/un.h usability... yes checking sys/un.h presence... yes checking for sys/un.h... yes checking linux/can.h usability... yes checking linux/can.h presence... yes checking for linux/can.h... yes checking linux/tcp.h usability... yes checking linux/tcp.h presence... yes checking for linux/tcp.h... yes checking net/if.h usability... yes checking net/if.h presence... yes checking for net/if.h... yes checking for readlink... yes checking for symlink... yes checking for if_nametoindex... yes checking for struct msghdr.msg_control... yes checking for struct msghdr.msg_accrights... no checking for struct sockaddr.sa_len... no checking for in_addr_t in netinet/in.h... yes checking for SO_PEERCRED and struct ucred in sys/socket.h... yes checking for getpeereid in unistd.h... checking for getpeereid... no checking for _head_libws2_32_a in -lws2_32... no checking for getaddrinfo... yes checking for gai_strerror... yes checking whether AI_ADDRCONFIG is declared... yes checking whether AI_ALL is declared... yes checking whether AI_NUMERICSERV is declared... yes checking whether AI_V4MAPPED is declared... yes checking whether IPV6_V6ONLY is declared... yes checking whether IPPROTO_IP is declared... yes checking whether IPPROTO_TCP is declared... yes checking whether IPPROTO_IPV6 is declared... yes checking for sendfile in sys/sendfile.h... yes checking for sendfile in sys/socket.h... no checking for gethostent... yes checking for accept4... yes configure: creating ./config.status config.status: creating network.buildinfo config.status: creating include/HsNetworkConfig.h configure: WARNING: unrecognized options: --with-compiler Building network-2.6.2.1... Preprocessing library network-2.6.2.1... [ 1 of 11] Compiling Network.Socket.ByteString.IOVec ( dist/build/Network/Socket/ByteString/IOVec.hs, dist/build/Network/Socket/ByteString/IOVec.o ) [ 2 of 11] Compiling Network.Socket.Types ( dist/build/Network/Socket/Types.hs, dist/build/Network/Socket/Types.o ) Network/Socket/Types.hsc:837:3: warning: [-Woverlapping-patterns] Pattern match is redundant In a case alternative: _ -> ... Network/Socket/Types.hsc:869:1: warning: [-Wincomplete-patterns] Pattern match(es) are non-exhaustive In an equation for ‘sizeOfSockAddrByFamily’: Patterns not matched: AF_UNSPEC AF_IMPLINK AF_PUP AF_CHAOS ... Network/Socket/Types.hsc:951:3: warning: [-Wincomplete-patterns] Pattern match(es) are non-exhaustive In a case alternative: Patterns not matched: p where p is not one of {29, 10, 2, 1} Network/Socket/Types.hsc:1012:1: warning: [-Worphans] Orphan instance: instance Storable HostAddress6 To avoid this move the instance declaration to the module of the class or of the type, or wrap the type with a newtype and declare the instance on the new type. [ 3 of 11] Compiling Network.Socket.Internal ( dist/build/Network/Socket/Internal.hs, dist/build/Network/Socket/Internal.o ) Network/Socket/Internal.hsc:75:1: warning: [-Wunused-imports] The import of ‘Foreign.C.String’ is redundant except perhaps to import instances from ‘Foreign.C.String’ To import instances alone, use: import Foreign.C.String() Network/Socket/Internal.hsc:77:1: warning: [-Wunused-imports] The import of ‘Foreign.Ptr’ is redundant except perhaps to import instances from ‘Foreign.Ptr’ To import instances alone, use: import Foreign.Ptr() [ 4 of 11] Compiling Network.Socket ( dist/build/Network/Socket.hs, dist/build/Network/Socket.o ) Network/Socket.hsc:177:1: warning: [-Wunused-imports] The import of ‘delete’ from module ‘Data.List’ is redundant Network/Socket.hsc:193:1: warning: [-Wunused-imports] The qualified import of ‘Control.Exception’ is redundant except perhaps to import instances from ‘Control.Exception’ To import instances alone, use: import Control.Exception() Network/Socket.hsc:212:1: warning: [-Wunused-imports] The import of ‘GHC.IO.FD’ is redundant except perhaps to import instances from ‘GHC.IO.FD’ To import instances alone, use: import GHC.IO.FD() Network/Socket.hsc:276:3: warning: [-Wincomplete-patterns] Pattern match(es) are non-exhaustive In an equation for ‘showsPrec’: Patterns not matched: _ (SockAddrCan _) Network/Socket.hsc:949:13: warning: [-Wtype-defaults] • Defaulting the following constraints to type ‘Integer’ (Integral a0) arising from a use of ‘fromIntegral’ at Network/Socket.hsc:949:13-29 (Num a0) arising from the literal ‘12’ at Network/Socket.hsc:949:27-28 • In the expression: (fromIntegral (12)) In an equation for ‘sz’: sz = (fromIntegral (12)) In the expression: do { let fd = fdSocket sock; let sz = (fromIntegral (12)); with sz $ \ ptr_cr -> alloca $ \ ptr_sz -> ... } Network/Socket.hsc:953:6: warning: [-Wunused-do-bind] A do-notation statement discarded a result of type ‘CInt’ Suppress this warning by saying ‘_ <- ($) throwSocketErrorIfMinus1Retry "getPeerCred" c_getsockopt fd (1) (17) ptr_cr ptr_sz’ Network/Socket.hsc:989:3: warning: [-Wunused-do-bind] A do-notation statement discarded a result of type ‘CInt’ Suppress this warning by saying ‘_ <- ($) throwSocketErrorWaitWrite sock "sendFd" c_sendFd (fdSocket sock) outfd’ Network/Socket.hsc:1571:1: warning: [-Wunused-top-binds] Defined but not used: ‘c_accept’ [ 5 of 11] Compiling Network.Socket.ByteString.MsgHdr ( dist/build/Network/Socket/ByteString/MsgHdr.hs, dist/build/Network/Socket/ByteString/MsgHdr.o ) [ 6 of 11] Compiling Network.Socket.ByteString.Internal ( Network/Socket/ByteString/Internal.hs, dist/build/Network/Socket/ByteString/Internal.o ) [ 7 of 11] Compiling Network.Socket.ByteString ( dist/build/Network/Socket/ByteString.hs, dist/build/Network/Socket/ByteString.o ) [ 8 of 11] Compiling Network.Socket.ByteString.Lazy.Posix ( Network/Socket/ByteString/Lazy/Posix.hs, dist/build/Network/Socket/ByteString/Lazy/Posix.o ) [ 9 of 11] Compiling Network.Socket.ByteString.Lazy ( Network/Socket/ByteString/Lazy.hs, dist/build/Network/Socket/ByteString/Lazy.o ) [10 of 11] Compiling Network.BSD ( dist/build/Network/BSD.hs, dist/build/Network/BSD.o ) Network/BSD.hsc:166:43: warning: [-Wdeprecations] In the use of data constructor ‘PortNum’ (imported from Network.Socket, but defined in Network.Socket.Types): Deprecated: "Do not use the PortNum constructor. Use the Num instance. PortNum will be removed in the next release." Network/BSD.hsc:190:19: warning: [-Wdeprecations] In the use of data constructor ‘PortNum’ (imported from Network.Socket, but defined in Network.Socket.Types): Deprecated: "Do not use the PortNum constructor. Use the Num instance. PortNum will be removed in the next release." [11 of 11] Compiling Network ( Network.hs, dist/build/Network.o ) Network.hs:292:16: warning: [-Wincomplete-patterns] Pattern match(es) are non-exhaustive In a case alternative: Patterns not matched: (SockAddrCan _) Network.hs:401:5: warning: [-Wincomplete-patterns] Pattern match(es) are non-exhaustive In a case alternative: Patterns not matched: (SockAddrCan _) Running Haddock for network-2.6.2.1... Running hscolour for network-2.6.2.1... Preprocessing library network-2.6.2.1... Preprocessing library network-2.6.2.1... Network/Socket/Types.hsc:1012:1: warning: [-Worphans] Orphan instance: instance Storable HostAddress6 To avoid this move the instance declaration to the module of the class or of the type, or wrap the type with a newtype and declare the instance on the new type. Network/Socket/Internal.hsc:75:1: warning: [-Wunused-imports] The import of ‘Foreign.C.String’ is redundant except perhaps to import instances from ‘Foreign.C.String’ To import instances alone, use: import Foreign.C.String() Network/Socket/Internal.hsc:77:1: warning: [-Wunused-imports] The import of ‘Foreign.Ptr’ is redundant except perhaps to import instances from ‘Foreign.Ptr’ To import instances alone, use: import Foreign.Ptr() Network/Socket.hsc:177:1: warning: [-Wunused-imports] The import of ‘delete’ from module ‘Data.List’ is redundant Network/Socket.hsc:193:1: warning: [-Wunused-imports] The qualified import of ‘Control.Exception’ is redundant except perhaps to import instances from ‘Control.Exception’ To import instances alone, use: import Control.Exception() Network/Socket.hsc:212:1: warning: [-Wunused-imports] The import of ‘GHC.IO.FD’ is redundant except perhaps to import instances from ‘GHC.IO.FD’ To import instances alone, use: import GHC.IO.FD() Network/Socket.hsc:949:13: warning: [-Wtype-defaults] • Defaulting the following constraints to type ‘Integer’ (Integral a0) arising from a use of ‘fromIntegral’ at Network/Socket.hsc:949:13-29 (Num a0) arising from the literal ‘12’ at Network/Socket.hsc:949:27-28 • In the expression: (fromIntegral (12)) In an equation for ‘sz’: sz = (fromIntegral (12)) In the expression: do { let fd = fdSocket sock; let sz = (fromIntegral (12)); with sz $ \ ptr_cr -> alloca $ \ ptr_sz -> ... } Network/Socket.hsc:1571:1: warning: [-Wunused-top-binds] Defined but not used: ‘c_accept’ Network/BSD.hsc:166:43: warning: [-Wdeprecations] In the use of data constructor ‘PortNum’ (imported from Network.Socket, but defined in Network.Socket.Types): Deprecated: "Do not use the PortNum constructor. Use the Num instance. PortNum will be removed in the next release." Network/BSD.hsc:190:19: warning: [-Wdeprecations] In the use of data constructor ‘PortNum’ (imported from Network.Socket, but defined in Network.Socket.Types): Deprecated: "Do not use the PortNum constructor. Use the Num instance. PortNum will be removed in the next release." Haddock coverage: 50% ( 1 / 2) in 'Network.Socket.ByteString.IOVec' Missing documentation for: IOVec (Network/Socket/ByteString/IOVec.hsc:15) 68% ( 27 / 40) in 'Network.Socket.Types' Missing documentation for: Module header sockFd (Network/Socket/Types.hsc:90) sockFamily (Network/Socket/Types.hsc:93) sockType (Network/Socket/Types.hsc:96) sockProtocol (Network/Socket/Types.hsc:99) sockStatus (Network/Socket/Types.hsc:102) packSocketType (Network/Socket/Types.hsc:187) unpackSocketType (Network/Socket/Types.hsc:202) packFamily (Network/Socket/Types.hsc:306) unpackFamily (Network/Socket/Types.hsc:522) FlowInfo (Network/Socket/Types.hsc:801) ScopeID (Network/Socket/Types.hsc:802) ProtocolNumber (Network/Socket/Types.hsc:112) 94% ( 30 / 32) in 'Network.Socket.Internal' Missing documentation for: FlowInfo (Network/Socket/Types.hsc:801) ScopeID (Network/Socket/Types.hsc:802) 71% ( 68 / 96) in 'Network.Socket' Missing documentation for: FlowInfo (Network/Socket/Types.hsc:801) ScopeID (Network/Socket/Types.hsc:802) ShutdownCmd (Network/Socket.hsc:1045) ProtocolNumber (Network/Socket/Types.hsc:112) ServiceName (Network/Socket.hsc:221) AddrInfo (Network/Socket.hsc:1233) NameInfoFlag (Network/Socket.hsc:1286) getPeerName (Network/Socket.hsc:752) getSocketName (Network/Socket.hsc:760) socketPort (Network/Socket.hsc:729) recvLen (Network/Socket.hsc:670) inet_addr (Network/Socket.hsc:1128) inet_ntoa (Network/Socket.hsc:1136) isBound (Network/Socket.hsc:1095) isListening (Network/Socket.hsc:1100) isReadable (Network/Socket.hsc:1105) isWritable (Network/Socket.hsc:1110) sendFd (Network/Socket.hsc:987) recvFd (Network/Socket.hsc:995) aNY_PORT (Network/Socket.hsc:1009) sOMAXCONN (Network/Socket.hsc:1026) sOL_SOCKET (Network/Socket.hsc:1029) sCM_RIGHTS (Network/Socket.hsc:1033) fdSocket (Network/Socket.hsc:264) mkSocket (Network/Socket.hsc:252) packFamily (Network/Socket/Types.hsc:306) unpackFamily (Network/Socket/Types.hsc:522) packSocketType (Network/Socket/Types.hsc:187) 50% ( 1 / 2) in 'Network.Socket.ByteString.MsgHdr' Missing documentation for: MsgHdr (Network/Socket/ByteString/MsgHdr.hsc:22) 25% ( 1 / 4) in 'Network.Socket.ByteString.Internal' Missing documentation for: mkInvalidRecvArgError (Network/Socket/ByteString/Internal.hs:34) c_writev (Network/Socket/ByteString/Internal.hs:40) c_sendmsg (Network/Socket/ByteString/Internal.hs:43) 100% ( 15 / 15) in 'Network.Socket.ByteString' 25% ( 1 / 4) in 'Network.Socket.ByteString.Lazy.Posix' Missing documentation for: Module header send (Network/Socket/ByteString/Lazy/Posix.hs:27) sendAll (Network/Socket/ByteString/Lazy/Posix.hs:50) 71% ( 5 / 7) in 'Network.Socket.ByteString.Lazy' Missing documentation for: send (Network/Socket/ByteString/Lazy/Posix.hs:27) sendAll (Network/Socket/ByteString/Lazy/Posix.hs:50) 44% ( 23 / 52) in 'Network.BSD' Missing documentation for: HostEntry (Network/BSD.hsc:329) hostAddress (Network/BSD.hsc:366) getHostEntries (Network/BSD.hsc:419) setHostEntry (Network/BSD.hsc:409) getHostEntry (Network/BSD.hsc:401) endHostEntry (Network/BSD.hsc:414) ServiceEntry (Network/BSD.hsc:139) ServiceName (Network/Socket.hsc:221) getServiceEntries (Network/BSD.hsc:224) getServiceEntry (Network/BSD.hsc:206) setServiceEntry (Network/BSD.hsc:214) endServiceEntry (Network/BSD.hsc:219) ProtocolName (Network/BSD.hsc:123) ProtocolNumber (Network/Socket/Types.hsc:112) ProtocolEntry (Network/BSD.hsc:242) getProtocolByName (Network/BSD.hsc:275) getProtocolByNumber (Network/BSD.hsc:286) getProtocolNumber (Network/BSD.hsc:296) getProtocolEntries (Network/BSD.hsc:320) setProtocolEntry (Network/BSD.hsc:310) getProtocolEntry (Network/BSD.hsc:302) endProtocolEntry (Network/BSD.hsc:315) NetworkName (Network/BSD.hsc:434) NetworkAddr (Network/BSD.hsc:432) NetworkEntry (Network/BSD.hsc:436) getNetworkByName (Network/BSD.hsc:467) getNetworkByAddr (Network/BSD.hsc:477) getNetworkEntry (Network/BSD.hsc:486) ifNameToIndex (Network/BSD.hsc:521) 89% ( 24 / 27) in 'Network' Missing documentation for: PortID (Network.hs:83) sendTo (Network.hs:333) recvFrom (Network.hs:342) Warning: Network.Socket.ByteString: could not find link destinations for: IOVec Documentation created: dist/doc/html/network/index.html, dist/doc/html/network/network.txt Creating package registration file: /tmp/pkgConf-network-2.6.21046741222337739299.1 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20160521/network-2.6.2.1-Li0aefQhyJzUSpQ0fLiXL Registering network-2.6.2.1... cabal: Leaving directory '/tmp/cabal-tmp-21678/network-2.6.2.1' Installed network-2.6.2.1 cabal: Entering directory '/tmp/cabal-tmp-21678/reinterpret-cast-0.1.0' Configuring reinterpret-cast-0.1.0... Building reinterpret-cast-0.1.0... Preprocessing library reinterpret-cast-0.1.0... [1 of 3] Compiling Data.ReinterpretCast.Internal.ImplFFI ( src/Data/ReinterpretCast/Internal/ImplFFI.hs, dist/build/Data/ReinterpretCast/Internal/ImplFFI.o ) [2 of 3] Compiling Data.ReinterpretCast.Internal.ImplArray ( src/Data/ReinterpretCast/Internal/ImplArray.hs, dist/build/Data/ReinterpretCast/Internal/ImplArray.o ) [3 of 3] Compiling Data.ReinterpretCast ( src/Data/ReinterpretCast.hs, dist/build/Data/ReinterpretCast.o ) Running Haddock for reinterpret-cast-0.1.0... Running hscolour for reinterpret-cast-0.1.0... Preprocessing library reinterpret-cast-0.1.0... Preprocessing library reinterpret-cast-0.1.0... Haddock coverage: 100% ( 5 / 5) in 'Data.ReinterpretCast.Internal.ImplFFI' 100% ( 5 / 5) in 'Data.ReinterpretCast.Internal.ImplArray' 100% ( 5 / 5) in 'Data.ReinterpretCast' Documentation created: dist/doc/html/reinterpret-cast/index.html, dist/doc/html/reinterpret-cast/reinterpret-cast.txt Creating package registration file: /tmp/pkgConf-reinterpret-cast-0.117880144121106059479.0 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20160521/reinterpret-cast-0.1.0-2r6Mqh77IGQ7EHfeOpANcE Registering reinterpret-cast-0.1.0... cabal: Leaving directory '/tmp/cabal-tmp-21678/reinterpret-cast-0.1.0' Installed reinterpret-cast-0.1.0 cabal: Entering directory '/tmp/cabal-tmp-21678/text-1.2.2.1' Configuring text-1.2.2.1... Building text-1.2.2.1... Preprocessing library text-1.2.2.1... [ 1 of 44] Compiling Data.Text.Internal.Read ( Data/Text/Internal/Read.hs, dist/build/Data/Text/Internal/Read.o ) [ 2 of 44] Compiling Data.Text.Internal.Encoding.Utf32 ( Data/Text/Internal/Encoding/Utf32.hs, dist/build/Data/Text/Internal/Encoding/Utf32.o ) [ 3 of 44] Compiling Data.Text.Internal.Builder.RealFloat.Functions ( Data/Text/Internal/Builder/RealFloat/Functions.hs, dist/build/Data/Text/Internal/Builder/RealFloat/Functions.o ) [ 4 of 44] Compiling Data.Text.Internal.Builder.Int.Digits ( Data/Text/Internal/Builder/Int/Digits.hs, dist/build/Data/Text/Internal/Builder/Int/Digits.o ) [ 5 of 44] Compiling Data.Text.Encoding.Error ( Data/Text/Encoding/Error.hs, dist/build/Data/Text/Encoding/Error.o ) [ 6 of 44] Compiling Data.Text.Internal.Unsafe.Shift ( Data/Text/Internal/Unsafe/Shift.hs, dist/build/Data/Text/Internal/Unsafe/Shift.o ) [ 7 of 44] Compiling Data.Text.Internal.Encoding.Utf16 ( Data/Text/Internal/Encoding/Utf16.hs, dist/build/Data/Text/Internal/Encoding/Utf16.o ) [ 8 of 44] Compiling Data.Text.Internal.Functions ( Data/Text/Internal/Functions.hs, dist/build/Data/Text/Internal/Functions.o ) [ 9 of 44] Compiling Data.Text.Internal.Unsafe ( Data/Text/Internal/Unsafe.hs, dist/build/Data/Text/Internal/Unsafe.o ) [10 of 44] Compiling Data.Text.Array ( Data/Text/Array.hs, dist/build/Data/Text/Array.o ) [11 of 44] Compiling Data.Text.Internal.Unsafe.Char ( Data/Text/Internal/Unsafe/Char.hs, dist/build/Data/Text/Internal/Unsafe/Char.o ) [12 of 44] Compiling Data.Text.Internal ( Data/Text/Internal.hs, dist/build/Data/Text/Internal.o ) [13 of 44] Compiling Data.Text.Internal.Fusion.Size ( Data/Text/Internal/Fusion/Size.hs, dist/build/Data/Text/Internal/Fusion/Size.o ) [14 of 44] Compiling Data.Text.Internal.Fusion.Types ( Data/Text/Internal/Fusion/Types.hs, dist/build/Data/Text/Internal/Fusion/Types.o ) [15 of 44] Compiling Data.Text.Internal.Fusion.CaseMapping ( Data/Text/Internal/Fusion/CaseMapping.hs, dist/build/Data/Text/Internal/Fusion/CaseMapping.o ) [16 of 44] Compiling Data.Text.Internal.Fusion.Common ( Data/Text/Internal/Fusion/Common.hs, dist/build/Data/Text/Internal/Fusion/Common.o ) [17 of 44] Compiling Data.Text.Unsafe ( Data/Text/Unsafe.hs, dist/build/Data/Text/Unsafe.o ) [18 of 44] Compiling Data.Text.Internal.Private ( Data/Text/Internal/Private.hs, dist/build/Data/Text/Internal/Private.o ) [19 of 44] Compiling Data.Text.Internal.Fusion ( Data/Text/Internal/Fusion.hs, dist/build/Data/Text/Internal/Fusion.o ) [20 of 44] Compiling Data.Text.Show ( Data/Text/Show.hs, dist/build/Data/Text/Show.o ) [21 of 44] Compiling Data.Text.Internal.Encoding.Fusion.Common ( Data/Text/Internal/Encoding/Fusion/Common.hs, dist/build/Data/Text/Internal/Encoding/Fusion/Common.o ) [22 of 44] Compiling Data.Text.Internal.Encoding.Utf8 ( Data/Text/Internal/Encoding/Utf8.hs, dist/build/Data/Text/Internal/Encoding/Utf8.o ) [23 of 44] Compiling Data.Text.Internal.Encoding.Fusion ( Data/Text/Internal/Encoding/Fusion.hs, dist/build/Data/Text/Internal/Encoding/Fusion.o ) [24 of 44] Compiling Data.Text.Encoding ( Data/Text/Encoding.hs, dist/build/Data/Text/Encoding.o ) [25 of 44] Compiling Data.Text.Internal.Lazy.Encoding.Fusion ( Data/Text/Internal/Lazy/Encoding/Fusion.hs, dist/build/Data/Text/Internal/Lazy/Encoding/Fusion.o ) [26 of 44] Compiling Data.Text.Internal.Search ( Data/Text/Internal/Search.hs, dist/build/Data/Text/Internal/Search.o ) [27 of 44] Compiling Data.Text.Foreign ( Data/Text/Foreign.hs, dist/build/Data/Text/Foreign.o ) [28 of 44] Compiling Data.Text ( Data/Text.hs, dist/build/Data/Text.o ) Data/Text.hs:587:1: warning: [-Winline-rule-shadowing] Rule "TEXT compareN/length -> compareLength" may never fire because ‘length’ might inline first Probable fix: add an INLINE[n] or NOINLINE[n] pragma for ‘length’ Data/Text.hs:592:1: warning: [-Winline-rule-shadowing] Rule "TEXT ==N/length -> compareLength/==EQ" may never fire because ‘length’ might inline first Probable fix: add an INLINE[n] or NOINLINE[n] pragma for ‘length’ Data/Text.hs:597:1: warning: [-Winline-rule-shadowing] Rule "TEXT /=N/length -> compareLength//=EQ" may never fire because ‘length’ might inline first Probable fix: add an INLINE[n] or NOINLINE[n] pragma for ‘length’ Data/Text.hs:602:1: warning: [-Winline-rule-shadowing] Rule "TEXT compareLength/==LT" may never fire because ‘length’ might inline first Probable fix: add an INLINE[n] or NOINLINE[n] pragma for ‘length’ Data/Text.hs:607:1: warning: [-Winline-rule-shadowing] Rule "TEXT <=N/length -> compareLength//=GT" may never fire because ‘length’ might inline first Probable fix: add an INLINE[n] or NOINLINE[n] pragma for ‘length’ Data/Text.hs:612:1: warning: [-Winline-rule-shadowing] Rule "TEXT >N/length -> compareLength/==GT" may never fire because ‘length’ might inline first Probable fix: add an INLINE[n] or NOINLINE[n] pragma for ‘length’ Data/Text.hs:617:1: warning: [-Winline-rule-shadowing] Rule "TEXT >=N/length -> compareLength//=LT" may never fire because ‘length’ might inline first Probable fix: add an INLINE[n] or NOINLINE[n] pragma for ‘length’ [29 of 44] Compiling Data.Text.Internal.IO ( Data/Text/Internal/IO.hs, dist/build/Data/Text/Internal/IO.o ) [30 of 44] Compiling Data.Text.IO ( Data/Text/IO.hs, dist/build/Data/Text/IO.o ) [31 of 44] Compiling Data.Text.Internal.Lazy ( Data/Text/Internal/Lazy.hs, dist/build/Data/Text/Internal/Lazy.o ) [32 of 44] Compiling Data.Text.Internal.Lazy.Fusion ( Data/Text/Internal/Lazy/Fusion.hs, dist/build/Data/Text/Internal/Lazy/Fusion.o ) [33 of 44] Compiling Data.Text.Internal.Lazy.Search ( Data/Text/Internal/Lazy/Search.hs, dist/build/Data/Text/Internal/Lazy/Search.o ) [34 of 44] Compiling Data.Text.Lazy.Internal ( Data/Text/Lazy/Internal.hs, dist/build/Data/Text/Lazy/Internal.o ) [35 of 44] Compiling Data.Text.Lazy.Encoding ( Data/Text/Lazy/Encoding.hs, dist/build/Data/Text/Lazy/Encoding.o ) [36 of 44] Compiling Data.Text.Lazy ( Data/Text/Lazy.hs, dist/build/Data/Text/Lazy.o ) [37 of 44] Compiling Data.Text.Internal.Builder ( Data/Text/Internal/Builder.hs, dist/build/Data/Text/Internal/Builder.o ) Data/Text/Internal/Builder.hs:324:1: warning: [-Winline-rule-shadowing] Rule "flush/flush" may never fire because ‘flush’ might inline first Probable fix: add an INLINE[n] or NOINLINE[n] pragma for ‘flush’ [38 of 44] Compiling Data.Text.Lazy.Builder ( Data/Text/Lazy/Builder.hs, dist/build/Data/Text/Lazy/Builder.o ) [39 of 44] Compiling Data.Text.Internal.Builder.Functions ( Data/Text/Internal/Builder/Functions.hs, dist/build/Data/Text/Internal/Builder/Functions.o ) [40 of 44] Compiling Data.Text.Lazy.Builder.Int ( Data/Text/Lazy/Builder/Int.hs, dist/build/Data/Text/Lazy/Builder/Int.o ) [41 of 44] Compiling Data.Text.Lazy.IO ( Data/Text/Lazy/IO.hs, dist/build/Data/Text/Lazy/IO.o ) [42 of 44] Compiling Data.Text.Lazy.Read ( Data/Text/Lazy/Read.hs, dist/build/Data/Text/Lazy/Read.o ) [43 of 44] Compiling Data.Text.Lazy.Builder.RealFloat ( Data/Text/Lazy/Builder/RealFloat.hs, dist/build/Data/Text/Lazy/Builder/RealFloat.o ) [44 of 44] Compiling Data.Text.Read ( Data/Text/Read.hs, dist/build/Data/Text/Read.o ) Running Haddock for text-1.2.2.1... Running hscolour for text-1.2.2.1... Preprocessing library text-1.2.2.1... Preprocessing library text-1.2.2.1... Haddock coverage: 14% ( 1 / 7) in 'Data.Text.Internal.Read' Missing documentation for: IReader (Data/Text/Internal/Read.hs:26) IParser (Data/Text/Internal/Read.hs:28) T (Data/Text/Internal/Read.hs:48) digitToInt (Data/Text/Internal/Read.hs:61) hexDigitToInt (Data/Text/Internal/Read.hs:55) perhaps (Data/Text/Internal/Read.hs:50) 50% ( 1 / 2) in 'Data.Text.Internal.Encoding.Utf32' Missing documentation for: validate (Data/Text/Internal/Encoding/Utf32.hs:24) 50% ( 1 / 2) in 'Data.Text.Internal.Builder.RealFloat.Functions' Missing documentation for: roundTo (Data/Text/Internal/Builder/RealFloat/Functions.hs:17) 0% ( 0 / 2) in 'Data.Text.Internal.Builder.Int.Digits' Missing documentation for: Module header digits (Data/Text/Internal/Builder/Int/Digits.hs:21) 100% ( 12 / 12) in 'Data.Text.Encoding.Error' 100% ( 2 / 2) in 'Data.Text.Internal.Unsafe.Shift' 25% ( 1 / 4) in 'Data.Text.Internal.Encoding.Utf16' Missing documentation for: chr2 (Data/Text/Internal/Encoding/Utf16.hs:29) validate1 (Data/Text/Internal/Encoding/Utf16.hs:38) validate2 (Data/Text/Internal/Encoding/Utf16.hs:42) 100% ( 2 / 2) in 'Data.Text.Internal.Functions' 100% ( 3 / 3) in 'Data.Text.Internal.Unsafe' 100% ( 16 / 16) in 'Data.Text.Array' 33% ( 2 / 6) in 'Data.Text.Internal.Unsafe.Char' Missing documentation for: ord (Data/Text/Internal/Unsafe/Char.hs:39) unsafeChr (Data/Text/Internal/Unsafe/Char.hs:43) unsafeChr8 (Data/Text/Internal/Unsafe/Char.hs:47) unsafeChr32 (Data/Text/Internal/Unsafe/Char.hs:51) 95% ( 19 / 20) in 'Data.Text.Internal' Missing documentation for: textP (Data/Text/Internal.hs:97) 38% ( 5 / 13) in 'Data.Text.Internal.Fusion.Size' Missing documentation for: Size (Data/Text/Internal/Fusion/Size.hs:40) exactly (Data/Text/Internal/Fusion/Size.hs:44) exactSize (Data/Text/Internal/Fusion/Size.hs:49) maxSize (Data/Text/Internal/Fusion/Size.hs:57) betweenSize (Data/Text/Internal/Fusion/Size.hs:65) unknownSize (Data/Text/Internal/Fusion/Size.hs:74) compareSize (Data/Text/Internal/Fusion/Size.hs:143) isEmpty (Data/Text/Internal/Fusion/Size.hs:151) 88% ( 7 / 8) in 'Data.Text.Internal.Fusion.Types' Missing documentation for: Stream (Data/Text/Internal/Fusion/Types.hs:83) 0% ( 0 / 5) in 'Data.Text.Internal.Fusion.CaseMapping' Missing documentation for: Module header upperMapping (Data/Text/Internal/Fusion/CaseMapping.hs:13) lowerMapping (Data/Text/Internal/Fusion/CaseMapping.hs:220) titleMapping (Data/Text/Internal/Fusion/CaseMapping.hs:225) foldMapping (Data/Text/Internal/Fusion/CaseMapping.hs:324) 89% ( 63 / 71) in 'Data.Text.Internal.Fusion.Common' Missing documentation for: singleton (Data/Text/Internal/Fusion/Common.hs:119) streamList (Data/Text/Internal/Fusion/Common.hs:125) unstreamList (Data/Text/Internal/Fusion/Common.hs:131) intercalate (Data/Text/Internal/Fusion/Common.hs:577) justifyLeftI (Data/Text/Internal/Fusion/Common.hs:479) scanl (Data/Text/Internal/Fusion/Common.hs:656) replicateCharI (Data/Text/Internal/Fusion/Common.hs:671) replicateI (Data/Text/Internal/Fusion/Common.hs:682) 93% ( 13 / 14) in 'Data.Text.Unsafe' Missing documentation for: Iter (Data/Text/Unsafe.hs:62) 33% ( 1 / 3) in 'Data.Text.Internal.Private' Missing documentation for: runText (Data/Text/Internal/Private.hs:33) span_ (Data/Text/Internal/Private.hs:23) 91% ( 20 / 22) in 'Data.Text.Internal.Fusion' Missing documentation for: Stream (Data/Text/Internal/Fusion/Types.hs:83) length (Data/Text/Internal/Fusion.hs:127) 100% ( 4 / 4) in 'Data.Text.Show' 33% ( 2 / 6) in 'Data.Text.Internal.Encoding.Fusion.Common' Missing documentation for: restreamUtf16LE (Data/Text/Internal/Encoding/Fusion/Common.hs:63) restreamUtf16BE (Data/Text/Internal/Encoding/Fusion/Common.hs:39) restreamUtf32LE (Data/Text/Internal/Encoding/Fusion/Common.hs:106) restreamUtf32BE (Data/Text/Internal/Encoding/Fusion/Common.hs:87) 17% ( 2 / 12) in 'Data.Text.Internal.Encoding.Utf8' Missing documentation for: ord2 (Data/Text/Internal/Encoding/Utf8.hs:58) ord3 (Data/Text/Internal/Encoding/Utf8.hs:69) ord4 (Data/Text/Internal/Encoding/Utf8.hs:81) chr2 (Data/Text/Internal/Encoding/Utf8.hs:94) chr3 (Data/Text/Internal/Encoding/Utf8.hs:103) chr4 (Data/Text/Internal/Encoding/Utf8.hs:114) validate1 (Data/Text/Internal/Encoding/Utf8.hs:128) validate2 (Data/Text/Internal/Encoding/Utf8.hs:132) validate3 (Data/Text/Internal/Encoding/Utf8.hs:136) validate4 (Data/Text/Internal/Encoding/Utf8.hs:153) 91% ( 10 / 11) in 'Data.Text.Internal.Encoding.Fusion' Missing documentation for: streamASCII (Data/Text/Internal/Encoding/Fusion.hs:57) 100% ( 33 / 33) in 'Data.Text.Encoding' 100% ( 10 / 10) in 'Data.Text.Internal.Lazy.Encoding.Fusion' 100% ( 2 / 2) in 'Data.Text.Internal.Search' 100% ( 18 / 18) in 'Data.Text.Foreign' 100% (127 /127) in 'Data.Text' 100% ( 3 / 3) in 'Data.Text.Internal.IO' 100% ( 20 / 20) in 'Data.Text.IO' 93% ( 14 / 15) in 'Data.Text.Internal.Lazy' Missing documentation for: Text (Data/Text/Internal/Lazy.hs:47) 100% ( 8 / 8) in 'Data.Text.Internal.Lazy.Fusion' 100% ( 2 / 2) in 'Data.Text.Internal.Lazy.Search' 100% ( 2 / 2) in 'Data.Text.Lazy.Internal' 89% ( 24 / 27) in 'Data.Text.Lazy.Encoding' Missing documentation for: encodeUtf8 (Data/Text/Lazy/Encoding.hs:148) encodeUtf8Builder (Data/Text/Lazy/Encoding.hs:162) encodeUtf8BuilderEscaped (Data/Text/Lazy/Encoding.hs:167) 99% (128 /129) in 'Data.Text.Lazy' Missing documentation for: Text (Data/Text/Internal/Lazy.hs:47) 94% ( 16 / 17) in 'Data.Text.Internal.Builder' Missing documentation for: append' (Data/Text/Internal/Builder.hs:301) 100% ( 12 / 12) in 'Data.Text.Lazy.Builder' 100% ( 3 / 3) in 'Data.Text.Internal.Builder.Functions' 0% ( 0 / 3) in 'Data.Text.Lazy.Builder.Int' Missing documentation for: Module header decimal (Data/Text/Lazy/Builder/Int.hs:52) hexadecimal (Data/Text/Lazy/Builder/Int.hs:162) 100% ( 19 / 19) in 'Data.Text.Lazy.IO' 100% ( 7 / 7) in 'Data.Text.Lazy.Read' 75% ( 3 / 4) in 'Data.Text.Lazy.Builder.RealFloat' Missing documentation for: formatRealFloat (Data/Text/Lazy/Builder/RealFloat.hs:46) 100% ( 7 / 7) in 'Data.Text.Read' Warning: Data.Text.Internal.Fusion.Common: could not find link destinations for: findIndicesI Warning: Data.Text: could not find link destinations for: replicateChar countChar Warning: Data.Text.Internal.IO: could not find link destinations for: Handle__ Warning: Data.Text.Lazy: could not find link destinations for: replicateChar dropWords splitAtWord countChar Warning: Data.Text.Internal.Builder: could not find link destinations for: empty append Warning: Data.Text.Lazy.Builder.RealFloat: could not find link destinations for: floatToDigits Documentation created: dist/doc/html/text/index.html, dist/doc/html/text/text.txt Creating package registration file: /tmp/pkgConf-text-1.2.219052410812004187516.1 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20160521/text-1.2.2.1-9Yh8rJoh8fO2JMLWffT3Qs Registering text-1.2.2.1... cabal: Leaving directory '/tmp/cabal-tmp-21678/text-1.2.2.1' Installed text-1.2.2.1 cabal: Entering directory '/tmp/cabal-tmp-21678/iproute-1.7.0' Configuring iproute-1.7.0... Building iproute-1.7.0... Preprocessing library iproute-1.7.0... [1 of 8] Compiling Data.IP.Addr ( Data/IP/Addr.hs, dist/build/Data/IP/Addr.o ) [2 of 8] Compiling Data.IP.Mask ( Data/IP/Mask.hs, dist/build/Data/IP/Mask.o ) [3 of 8] Compiling Data.IP.Range ( Data/IP/Range.hs, dist/build/Data/IP/Range.o ) [4 of 8] Compiling Data.IP.Op ( Data/IP/Op.hs, dist/build/Data/IP/Op.o ) Data/IP/Op.hs:106:1: warning: [-Wredundant-constraints] • Redundant constraint: Addr a • In the type signature for: addrRangePair :: Addr a => AddrRange a -> (a, Int) [5 of 8] Compiling Data.IP.Internal ( Data/IP/Internal.hs, dist/build/Data/IP/Internal.o ) [6 of 8] Compiling Data.IP.RouteTable.Internal ( Data/IP/RouteTable/Internal.hs, dist/build/Data/IP/RouteTable/Internal.o ) Data/IP/RouteTable/Internal.hs:103:1: warning: [-Wredundant-constraints] • Redundant constraint: Routable k • In the type signature for: empty :: Routable k => IPRTable k a Data/IP/RouteTable/Internal.hs:187:1: warning: [-Wredundant-constraints] • Redundant constraint: Routable k • In the type signature for: node :: Routable k => AddrRange k -> k -> Maybe a -> IPRTable k a -> IPRTable k a -> IPRTable k a Data/IP/RouteTable/Internal.hs:271:1: warning: [-Wredundant-constraints] • Redundant constraint: Routable k • In the type signature for: Data.IP.RouteTable.Internal.toList :: Routable k => IPRTable k a -> [(AddrRange k, a)] [7 of 8] Compiling Data.IP.RouteTable ( Data/IP/RouteTable.hs, dist/build/Data/IP/RouteTable.o ) [8 of 8] Compiling Data.IP ( Data/IP.hs, dist/build/Data/IP.o ) Running Haddock for iproute-1.7.0... Running hscolour for iproute-1.7.0... Preprocessing library iproute-1.7.0... Preprocessing library iproute-1.7.0... Data/IP/Op.hs:106:1: warning: [-Wredundant-constraints] • Redundant constraint: Addr a • In the type signature for: addrRangePair :: Addr a => AddrRange a -> (a, Int) Data/IP/RouteTable/Internal.hs:103:1: warning: [-Wredundant-constraints] • Redundant constraint: Routable k • In the type signature for: empty :: Routable k => IPRTable k a Data/IP/RouteTable/Internal.hs:187:1: warning: [-Wredundant-constraints] • Redundant constraint: Routable k • In the type signature for: node :: Routable k => AddrRange k -> k -> Maybe a -> IPRTable k a -> IPRTable k a -> IPRTable k a Data/IP/RouteTable/Internal.hs:271:1: warning: [-Wredundant-constraints] • Redundant constraint: Routable k • In the type signature for: Data.IP.RouteTable.Internal.toList :: Routable k => IPRTable k a -> [(AddrRange k, a)] Haddock coverage: 35% ( 17 / 49) in 'Data.IP.Addr' Missing documentation for: Module header (Data/IP/Addr.hs:63) (Data/IP/Addr.hs:69) IPv4Addr (Data/IP/Addr.hs:76) IPv6Addr (Data/IP/Addr.hs:77) (Data/IP/Addr.hs:117) (Data/IP/Addr.hs:121) (Data/IP/Addr.hs:162) ip6ToInteger (Data/IP/Addr.hs:190) integerToIP6 (Data/IP/Addr.hs:200) (Data/IP/Addr.hs:215) (Data/IP/Addr.hs:218) (Data/IP/Addr.hs:344) (Data/IP/Addr.hs:347) (Data/IP/Addr.hs:350) parseIP (Data/IP/Addr.hs:353) parseIPv4 (Data/IP/Addr.hs:360) parseIPv6 (Data/IP/Addr.hs:365) (Data/IP/Addr.hs:375) (Data/IP/Addr.hs:378) (Data/IP/Addr.hs:381) dig (Data/IP/Addr.hs:389) ip4 (Data/IP/Addr.hs:395) ip4' (Data/IP/Addr.hs:398) skipSpaces (Data/IP/Addr.hs:410) hex (Data/IP/Addr.hs:418) colon2 (Data/IP/Addr.hs:428) format (Data/IP/Addr.hs:431) ip6 (Data/IP/Addr.hs:442) ip6' (Data/IP/Addr.hs:445) ip4Embedded (Data/IP/Addr.hs:461) fixByteOrder (Data/IP/Addr.hs:509) 0% ( 0 / 6) in 'Data.IP.Mask' Missing documentation for: Module header maskIPv4 (Data/IP/Mask.hs:10) maskIPv6 (Data/IP/Mask.hs:13) masksWord32 (Data/IP/Mask.hs:16) masksIPv4 (Data/IP/Mask.hs:19) masksIPv6 (Data/IP/Mask.hs:22) 11% ( 2 / 18) in 'Data.IP.Range' Missing documentation for: Module header (Data/IP/Range.hs:67) (Data/IP/Range.hs:70) (Data/IP/Range.hs:79) parseIPRange (Data/IP/Range.hs:82) (Data/IP/Range.hs:89) (Data/IP/Range.hs:92) parseIPv4Range (Data/IP/Range.hs:95) parseIPv6Range (Data/IP/Range.hs:100) ip4range (Data/IP/Range.hs:105) maskedIPv4 (Data/IP/Range.hs:116) ip6range (Data/IP/Range.hs:119) maskedIPv6 (Data/IP/Range.hs:130) (Data/IP/Range.hs:140) (Data/IP/Range.hs:143) (Data/IP/Range.hs:146) 67% ( 6 / 9) in 'Data.IP.Op' Missing documentation for: Module header (Data/IP/Op.hs:27) (Data/IP/Op.hs:31) 75% ( 3 / 4) in 'Data.IP.Internal' Missing documentation for: Module header 37% ( 10 / 27) in 'Data.IP.RouteTable.Internal' Missing documentation for: (Data/IP/RouteTable/Internal.hs:46) (Data/IP/RouteTable/Internal.hs:50) intToTBitIPv4 (Data/IP/RouteTable/Internal.hs:59) intToTBitIPv6 (Data/IP/RouteTable/Internal.hs:62) intToTBitsWord32 (Data/IP/RouteTable/Internal.hs:65) intToTBitsIPv4 (Data/IP/RouteTable/Internal.hs:68) intToTBitsIPv6 (Data/IP/RouteTable/Internal.hs:71) (Data/IP/RouteTable/Internal.hs:106) (Data/IP/RouteTable/Internal.hs:110) (Data/IP/RouteTable/Internal.hs:114) link (Data/IP/RouteTable/Internal.hs:146) glue (Data/IP/RouteTable/Internal.hs:155) keyToTestBit (Data/IP/RouteTable/Internal.hs:162) isLeft (Data/IP/RouteTable/Internal.hs:165) node (Data/IP/RouteTable/Internal.hs:187) search (Data/IP/RouteTable/Internal.hs:217) foldt (Data/IP/RouteTable/Internal.hs:280) 100% ( 14 / 14) in 'Data.IP.RouteTable' 100% ( 27 / 27) in 'Data.IP' Warning: Data.IP.Internal: could not find link destinations for: IPv4Addr IPv6Addr Documentation created: dist/doc/html/iproute/index.html, dist/doc/html/iproute/iproute.txt Creating package registration file: /tmp/pkgConf-iproute-1.716002068981139352160.0 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20160521/iproute-1.7.0-3gBtqYPiXNzAiDCAky7oBX Registering iproute-1.7.0... cabal: Leaving directory '/tmp/cabal-tmp-21678/iproute-1.7.0' Installed iproute-1.7.0 Downloading geoip2-0.2.0.1... cabal: Entering directory '/tmp/cabal-tmp-21678/geoip2-0.2.0.1' Configuring geoip2-0.2.0.1... Building geoip2-0.2.0.1... Preprocessing library geoip2-0.2.0.1... [1 of 3] Compiling Data.GeoIP2.SearchTree ( Data/GeoIP2/SearchTree.hs, dist/build/Data/GeoIP2/SearchTree.o ) [2 of 3] Compiling Data.GeoIP2.Fields ( Data/GeoIP2/Fields.hs, dist/build/Data/GeoIP2/Fields.o ) [3 of 3] Compiling Data.GeoIP2 ( Data/GeoIP2.hs, dist/build/Data/GeoIP2.o ) Running Haddock for geoip2-0.2.0.1... Running hscolour for geoip2-0.2.0.1... Preprocessing library geoip2-0.2.0.1... Preprocessing library geoip2-0.2.0.1... Haddock coverage: 80% ( 4 / 5) in 'Data.GeoIP2.SearchTree' Missing documentation for: Module header 6% ( 1 / 17) in 'Data.GeoIP2.Fields' Missing documentation for: Module header GeoField (Data/GeoIP2/Fields.hs:24) GeoConvertable (Data/GeoIP2/Fields.hs:36) ..? (Data/GeoIP2/Fields.hs:39) .:? (Data/GeoIP2/Fields.hs:43) .: (Data/GeoIP2/Fields.hs:46) (Data/GeoIP2/Fields.hs:49) (Data/GeoIP2/Fields.hs:52) (Data/GeoIP2/Fields.hs:55) (Data/GeoIP2/Fields.hs:58) (Data/GeoIP2/Fields.hs:61) (Data/GeoIP2/Fields.hs:65) (Data/GeoIP2/Fields.hs:69) (Data/GeoIP2/Fields.hs:73) (Data/GeoIP2/Fields.hs:76) (Data/GeoIP2/Fields.hs:86) 93% ( 13 / 14) in 'Data.GeoIP2' Missing documentation for: Module header Documentation created: dist/doc/html/geoip2/index.html, dist/doc/html/geoip2/geoip2.txt Creating package registration file: /tmp/pkgConf-geoip2-0.2.0177332700305564045.1 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20160521/geoip2-0.2.0.1-FNEZi9M10V4If3fU6sh7Gs Registering geoip2-0.2.0.1... cabal: Leaving directory '/tmp/cabal-tmp-21678/geoip2-0.2.0.1' Installed geoip2-0.2.0.1