Resolving dependencies... Configuring bytestring-builder-0.10.6.0.0... Building bytestring-builder-0.10.6.0.0... Preprocessing library bytestring-builder-0.10.6.0.0... In-place registering bytestring-builder-0.10.6.0.0... Running Haddock for bytestring-builder-0.10.6.0.0... Running hscolour for bytestring-builder-0.10.6.0.0... Preprocessing library bytestring-builder-0.10.6.0.0... Preprocessing library bytestring-builder-0.10.6.0.0... haddock: No input file(s). Creating package registration file: /tmp/pkgConf-bytestring-builder-0.10.6.0278722862233665123.0 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/bytestring-builder-0.10.6.0.0-27hCMbWMJcMCIYxIUoATXE Registering bytestring-builder-0.10.6.0.0... Installed bytestring-builder-0.10.6.0.0 Configuring network-2.6.2.1... configure: WARNING: unrecognized options: --with-compiler, --with-gcc checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking for gcc... 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 gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for an ANSI C-conforming const... yes checking how to run the C preprocessor... 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, --with-gcc 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:826:28: Warning: Pattern match(es) are overlapped In a case alternative: _ -> ... Network/Socket/Types.hsc:869:1: Warning: 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: Pattern match(es) are non-exhaustive In a case alternative: Patterns not matched: #x with #x `notElem` [1#, 2#, 10#, 29#] Network/Socket/Types.hsc:1012:10: Warning: 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: 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: 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: The import of ‘delete’ from module ‘Data.List’ is redundant Network/Socket.hsc:193:1: Warning: 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: 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: Defaulting the following constraint(s) to type ‘Integer’ (Integral a0) arising from a use of ‘fromIntegral’ at Network/Socket.hsc:949:13-24 (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: Defined but not used: ‘c_accept’ Network/Socket.hsc:276:3: Warning: Pattern match(es) are non-exhaustive In an equation for ‘showsPrec’: Patterns not matched: _ (SockAddrCan _) Network/Socket.hsc:953:6: Warning: 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’ or by using the flag -fno-warn-unused-do-bind Network/Socket.hsc:989:3: Warning: A do-notation statement discarded a result of type ‘CInt’ Suppress this warning by saying ‘_ <- ($) throwSocketErrorWaitWrite sock "sendFd" c_sendFd (fdSocket sock) outfd’ or by using the flag -fno-warn-unused-do-bind [ 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 ) Network/Socket/ByteString.hsc:54:1: Warning: The import of ‘SockAddr, Socket’ from module ‘Network.Socket’ is redundant [ 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: 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: 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: Pattern match(es) are non-exhaustive In a case alternative: Patterns not matched: SockAddrCan _ Network.hs:401:5: Warning: Pattern match(es) are non-exhaustive In a case alternative: Patterns not matched: SockAddrCan _ In-place registering network-2.6.2.1... 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:10: Warning: 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: 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: 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: The import of ‘delete’ from module ‘Data.List’ is redundant Network/Socket.hsc:193:1: Warning: 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: 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: Defaulting the following constraint(s) to type ‘Integer’ (Integral a0) arising from a use of ‘fromIntegral’ at Network/Socket.hsc:949:13-24 (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: Defined but not used: ‘c_accept’ Network/Socket/ByteString.hsc:54:1: Warning: The import of ‘SockAddr, Socket’ from module ‘Network.Socket’ is redundant Network/BSD.hsc:166:43: Warning: 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: 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.21911759956749241873.1 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/network-2.6.2.1-F6mK9sCIw3M5SbZMt2lUQE Registering network-2.6.2.1... Installed network-2.6.2.1 Configuring text-1.2.1.3... Building text-1.2.1.3... Preprocessing library text-1.2.1.3... [ 1 of 44] Compiling Data.Text.Internal.Read ( Data/Text/Internal/Read.hs, dist/build/Data/Text/Internal/Read.o ) Data/Text/Internal/Read.hs:21:1: Warning: The import of ‘Control.Applicative’ is redundant except perhaps to import instances from ‘Control.Applicative’ To import instances alone, use: import Control.Applicative() [ 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 ) Data/Text/Encoding/Error.hs:3:14: Warning: ‘Data.Text.Encoding.Error’ is marked as Trustworthy but has been inferred as safe! [ 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 ) [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 ) Data/Text/Lazy/Encoding.hs:65: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() [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:61: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() [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 ) Data/Text/Internal/Builder/Functions.hs:24: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() [40 of 44] Compiling Data.Text.Lazy.Builder.Int ( Data/Text/Lazy/Builder/Int.hs, dist/build/Data/Text/Lazy/Builder/Int.o ) Data/Text/Lazy/Builder/Int.hs:24: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() Data/Text/Lazy/Builder/Int.hs:30:1: Warning: The import of ‘Word’ from module ‘Data.Word’ is redundant Data/Text/Lazy/Builder/Int.hs:32:1: Warning: The import of ‘GHC.Num’ is redundant except perhaps to import instances from ‘GHC.Num’ To import instances alone, use: import GHC.Num() [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 ) Data/Text/Lazy/Read.hs:3:14: Warning: ‘Data.Text.Lazy.Read’ is marked as Trustworthy but has been inferred as safe! Data/Text/Lazy/Read.hs:32:1: Warning: The import of ‘Word’ from module ‘Data.Word’ is redundant [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 ) Data/Text/Read.hs:33:1: Warning: The import of ‘Word’ from module ‘Data.Word’ is redundant In-place registering text-1.2.1.3... Running Haddock for text-1.2.1.3... Running hscolour for text-1.2.1.3... Preprocessing library text-1.2.1.3... Preprocessing library text-1.2.1.3... Data/Text/Internal/Read.hs:21:1: Warning: The import of ‘Control.Applicative’ is redundant except perhaps to import instances from ‘Control.Applicative’ To import instances alone, use: import Control.Applicative() Data/Text/Encoding/Error.hs:3:14: Warning: ‘Data.Text.Encoding.Error’ is marked as Trustworthy but has been inferred as safe! Data/Text/Lazy/Encoding.hs:65: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() Data/Text/Internal/Builder.hs:61: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() Data/Text/Internal/Builder/Functions.hs:24: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() Data/Text/Lazy/Builder/Int.hs:24: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() Data/Text/Lazy/Builder/Int.hs:30:1: Warning: The import of ‘Word’ from module ‘Data.Word’ is redundant Data/Text/Lazy/Builder/Int.hs:32:1: Warning: The import of ‘GHC.Num’ is redundant except perhaps to import instances from ‘GHC.Num’ To import instances alone, use: import GHC.Num() Data/Text/Lazy/Read.hs:3:14: Warning: ‘Data.Text.Lazy.Read’ is marked as Trustworthy but has been inferred as safe! Data/Text/Lazy/Read.hs:32:1: Warning: The import of ‘Word’ from module ‘Data.Word’ is redundant Data/Text/Read.hs:33:1: Warning: The import of ‘Word’ from module ‘Data.Word’ is redundant 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% (126 /126) 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% (127 /128) 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:288) 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.Unsafe: could not find link destinations for: bracket 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.1133535434087755422.3 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/text-1.2.1.3-1l1AN4I48k37RaQ6fm6CEh Registering text-1.2.1.3... Installed text-1.2.1.3 Configuring unix-compat-0.4.1.4... Building unix-compat-0.4.1.4... Preprocessing library unix-compat-0.4.1.4... [1 of 8] Compiling System.PosixCompat.User ( dist/build/System/PosixCompat/User.hs, dist/build/System/PosixCompat/User.o ) [2 of 8] Compiling System.PosixCompat.Unistd ( src/System/PosixCompat/Unistd.hs, dist/build/System/PosixCompat/Unistd.o ) [3 of 8] Compiling System.PosixCompat.Types ( src/System/PosixCompat/Types.hs, dist/build/System/PosixCompat/Types.o ) [4 of 8] Compiling System.PosixCompat.Extensions ( dist/build/System/PosixCompat/Extensions.hs, dist/build/System/PosixCompat/Extensions.o ) [5 of 8] Compiling System.PosixCompat.Time ( src/System/PosixCompat/Time.hs, dist/build/System/PosixCompat/Time.o ) [6 of 8] Compiling System.PosixCompat.Temp ( src/System/PosixCompat/Temp.hs, dist/build/System/PosixCompat/Temp.o ) [7 of 8] Compiling System.PosixCompat.Files ( dist/build/System/PosixCompat/Files.hs, dist/build/System/PosixCompat/Files.o ) [8 of 8] Compiling System.PosixCompat ( src/System/PosixCompat.hs, dist/build/System/PosixCompat.o ) In-place registering unix-compat-0.4.1.4... Running Haddock for unix-compat-0.4.1.4... Running hscolour for unix-compat-0.4.1.4... Preprocessing library unix-compat-0.4.1.4... Preprocessing library unix-compat-0.4.1.4... Haddock coverage: 91% ( 21 / 23) in 'System.PosixCompat.User' Missing documentation for: GroupEntry UserEntry 75% ( 6 / 8) in 'System.PosixCompat.Unistd' Missing documentation for: SystemID getSystemID 100% ( 2 / 2) in 'System.PosixCompat.Types' 71% ( 5 / 7) in 'System.PosixCompat.Extensions' Missing documentation for: CMajor (src/System/PosixCompat/Extensions.hsc:23) CMinor (src/System/PosixCompat/Extensions.hsc:24) 100% ( 2 / 2) in 'System.PosixCompat.Time' 100% ( 2 / 2) in 'System.PosixCompat.Temp' 99% ( 77 / 78) in 'System.PosixCompat.Files' Missing documentation for: PathVar 100% ( 8 / 8) in 'System.PosixCompat' Documentation created: dist/doc/html/unix-compat/index.html, dist/doc/html/unix-compat/unix-compat.txt Creating package registration file: /tmp/pkgConf-unix-compat-0.4.11994118982064945486.4 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/unix-compat-0.4.1.4-DeAF5HEzYMu4CPLnbGbHUz Registering unix-compat-0.4.1.4... Installed unix-compat-0.4.1.4 Configuring blaze-builder-0.4.0.1... Building blaze-builder-0.4.0.1... Preprocessing library blaze-builder-0.4.0.1... Blaze/ByteString/Builder/HTTP.hs:1:63: Warning: -XMonoPatBinds is deprecated: Experimental feature now removed; has no effect Blaze/ByteString/Builder/Internal/Write.hs:1:33: Warning: -XMonoPatBinds is deprecated: Experimental feature now removed; has no effect [ 1 of 10] Compiling Blaze.ByteString.Builder.Internal.Write ( Blaze/ByteString/Builder/Internal/Write.hs, dist/build/Blaze/ByteString/Builder/Internal/Write.o ) Blaze/ByteString/Builder/Internal/Write.hs:52: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() [ 2 of 10] Compiling Blaze.ByteString.Builder.Compat.Write ( Blaze/ByteString/Builder/Compat/Write.hs, dist/build/Blaze/ByteString/Builder/Compat/Write.o ) Blaze/ByteString/Builder/Compat/Write.hs:19:1: Warning: The import of ‘Foreign’ is redundant except perhaps to import instances from ‘Foreign’ To import instances alone, use: import Foreign() [ 3 of 10] Compiling Blaze.ByteString.Builder.Char.Utf8 ( Blaze/ByteString/Builder/Char/Utf8.hs, dist/build/Blaze/ByteString/Builder/Char/Utf8.o ) [ 4 of 10] Compiling Blaze.ByteString.Builder.Char8 ( Blaze/ByteString/Builder/Char8.hs, dist/build/Blaze/ByteString/Builder/Char8.o ) [ 5 of 10] Compiling Blaze.ByteString.Builder.Html.Utf8 ( Blaze/ByteString/Builder/Html/Utf8.hs, dist/build/Blaze/ByteString/Builder/Html/Utf8.o ) [ 6 of 10] Compiling Blaze.ByteString.Builder.ByteString ( Blaze/ByteString/Builder/ByteString.hs, dist/build/Blaze/ByteString/Builder/ByteString.o ) [ 7 of 10] Compiling Blaze.ByteString.Builder.HTTP ( Blaze/ByteString/Builder/HTTP.hs, dist/build/Blaze/ByteString/Builder/HTTP.o ) Blaze/ByteString/Builder/HTTP.hs:33: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() [ 8 of 10] Compiling Blaze.ByteString.Builder.Word ( Blaze/ByteString/Builder/Word.hs, dist/build/Blaze/ByteString/Builder/Word.o ) [ 9 of 10] Compiling Blaze.ByteString.Builder.Int ( Blaze/ByteString/Builder/Int.hs, dist/build/Blaze/ByteString/Builder/Int.o ) [10 of 10] Compiling Blaze.ByteString.Builder ( Blaze/ByteString/Builder.hs, dist/build/Blaze/ByteString/Builder.o ) In-place registering blaze-builder-0.4.0.1... Running Haddock for blaze-builder-0.4.0.1... Running hscolour for blaze-builder-0.4.0.1... Preprocessing library blaze-builder-0.4.0.1... Preprocessing library blaze-builder-0.4.0.1... Blaze/ByteString/Builder/HTTP.hs:1:63: Warning: -XMonoPatBinds is deprecated: Experimental feature now removed; has no effect Blaze/ByteString/Builder/Internal/Write.hs:1:33: Warning: -XMonoPatBinds is deprecated: Experimental feature now removed; has no effect Blaze/ByteString/Builder/Internal/Write.hs:52: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() Blaze/ByteString/Builder/Compat/Write.hs:19:1: Warning: The import of ‘Foreign’ is redundant except perhaps to import instances from ‘Foreign’ To import instances alone, use: import Foreign() Blaze/ByteString/Builder/HTTP.hs:33: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: 96% ( 24 / 25) in 'Blaze.ByteString.Builder.Internal.Write' Missing documentation for: fromWriteSingleton (Blaze/ByteString/Builder/Internal/Write.hs:227) 50% ( 2 / 4) in 'Blaze.ByteString.Builder.Compat.Write' Missing documentation for: writePrimFixed (Blaze/ByteString/Builder/Compat/Write.hs:23) writePrimBounded (Blaze/ByteString/Builder/Compat/Write.hs:27) 100% ( 9 / 9) in 'Blaze.ByteString.Builder.Char.Utf8' 100% ( 9 / 9) in 'Blaze.ByteString.Builder.Char8' 100% ( 10 / 10) in 'Blaze.ByteString.Builder.Html.Utf8' 100% ( 12 / 12) in 'Blaze.ByteString.Builder.ByteString' 100% ( 4 / 4) in 'Blaze.ByteString.Builder.HTTP' 100% ( 43 / 43) in 'Blaze.ByteString.Builder.Word' 100% ( 43 / 43) in 'Blaze.ByteString.Builder.Int' 92% ( 22 / 24) in 'Blaze.ByteString.Builder' Missing documentation for: toByteStringIOWith (Blaze/ByteString/Builder.hs:175) fromWriteSingleton (Blaze/ByteString/Builder/Internal/Write.hs:227) Documentation created: dist/doc/html/blaze-builder/index.html, dist/doc/html/blaze-builder/blaze-builder.txt Creating package registration file: /tmp/pkgConf-blaze-builder-0.4.0166065113661101360.1 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/blaze-builder-0.4.0.1-6BKEupqZliOD9r4rLG9ckJ Registering blaze-builder-0.4.0.1... Installed blaze-builder-0.4.0.1 Configuring hashable-1.2.3.3... Building hashable-1.2.3.3... Preprocessing library hashable-1.2.3.3... [1 of 3] Compiling Data.Hashable.Class ( Data/Hashable/Class.hs, dist/build/Data/Hashable/Class.o ) Data/Hashable/Class.hs:54:1: Warning: The import of ‘Word’ from module ‘Data.Word’ is redundant Data/Hashable/Class.hs:218:11: Warning: In the use of ‘bitSize’ (imported from Data.Bits): Deprecated: "Use 'bitSizeMaybe' or 'finiteBitSize' instead" Data/Hashable/Class.hs:241:11: Warning: In the use of ‘bitSize’ (imported from Data.Bits): Deprecated: "Use 'bitSizeMaybe' or 'finiteBitSize' instead" Data/Hashable/Class.hs:420:28: Warning: In the use of ‘B.inlinePerformIO’ (imported from Data.ByteString.Internal): Deprecated: "If you think you know what you are doing, use 'unsafePerformIO'. If you are sure you know what you are doing, use 'unsafeDupablePerformIO'. If you enjoy sharing an address space with a malevolent agent of chaos, try 'accursedUnutterablePerformIO'." [2 of 3] Compiling Data.Hashable.Generic ( Data/Hashable/Generic.hs, dist/build/Data/Hashable/Generic.o ) Data/Hashable/Generic.hs:20:1: Warning: The import of ‘Bits’ from module ‘Data.Bits’ is redundant [3 of 3] Compiling Data.Hashable ( Data/Hashable.hs, dist/build/Data/Hashable.o ) In-place registering hashable-1.2.3.3... Running Haddock for hashable-1.2.3.3... Running hscolour for hashable-1.2.3.3... Preprocessing library hashable-1.2.3.3... Preprocessing library hashable-1.2.3.3... Data/Hashable/Class.hs:54:1: Warning: The import of ‘Word’ from module ‘Data.Word’ is redundant Data/Hashable/Class.hs:218:11: Warning: In the use of ‘bitSize’ (imported from Data.Bits): Deprecated: "Use 'bitSizeMaybe' or 'finiteBitSize' instead" Data/Hashable/Class.hs:241:11: Warning: In the use of ‘bitSize’ (imported from Data.Bits): Deprecated: "Use 'bitSizeMaybe' or 'finiteBitSize' instead" Data/Hashable/Class.hs:420:28: Warning: In the use of ‘B.inlinePerformIO’ (imported from Data.ByteString.Internal): Deprecated: "If you think you know what you are doing, use 'unsafePerformIO'. If you are sure you know what you are doing, use 'unsafeDupablePerformIO'. If you enjoy sharing an address space with a malevolent agent of chaos, try 'accursedUnutterablePerformIO'." Data/Hashable/Generic.hs:20:1: Warning: The import of ‘Bits’ from module ‘Data.Bits’ is redundant Haddock coverage: 100% ( 11 / 11) in 'Data.Hashable.Class' 100% ( 1 / 1) in 'Data.Hashable.Generic' 100% ( 22 / 22) in 'Data.Hashable' Warning: Data.Hashable: could not find link destinations for: GHashable Documentation created: dist/doc/html/hashable/index.html, dist/doc/html/hashable/hashable.txt Creating package registration file: /tmp/pkgConf-hashable-1.2.34118269691978701535.3 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/hashable-1.2.3.3-2GTZqecVp8NJZrNuKzGxfy Registering hashable-1.2.3.3... Installed hashable-1.2.3.3 Configuring case-insensitive-1.2.0.5... Building case-insensitive-1.2.0.5... Preprocessing library case-insensitive-1.2.0.5... [1 of 3] Compiling Data.CaseInsensitive.Internal ( Data/CaseInsensitive/Internal.hs, dist/build/Data/CaseInsensitive/Internal.o ) [2 of 3] Compiling Data.CaseInsensitive.Unsafe ( Data/CaseInsensitive/Unsafe.hs, dist/build/Data/CaseInsensitive/Unsafe.o ) [3 of 3] Compiling Data.CaseInsensitive ( Data/CaseInsensitive.hs, dist/build/Data/CaseInsensitive.o ) In-place registering case-insensitive-1.2.0.5... Running Haddock for case-insensitive-1.2.0.5... Running hscolour for case-insensitive-1.2.0.5... Preprocessing library case-insensitive-1.2.0.5... Preprocessing library case-insensitive-1.2.0.5... Haddock coverage: 100% ( 8 / 8) in 'Data.CaseInsensitive.Internal' 100% ( 2 / 2) in 'Data.CaseInsensitive.Unsafe' 100% ( 7 / 7) in 'Data.CaseInsensitive' Documentation created: dist/doc/html/case-insensitive/index.html, dist/doc/html/case-insensitive/case-insensitive.txt Creating package registration file: /tmp/pkgConf-case-insensitive-1.2.011169454871922757472.5 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/case-insensitive-1.2.0.5-9NseolisKnP80bb65s7rJ9 Registering case-insensitive-1.2.0.5... Installed case-insensitive-1.2.0.5 Configuring unordered-containers-0.2.5.1... Building unordered-containers-0.2.5.1... Preprocessing library unordered-containers-0.2.5.1... [1 of 8] Compiling Data.HashMap.UnsafeShift ( Data/HashMap/UnsafeShift.hs, dist/build/Data/HashMap/UnsafeShift.o ) [2 of 8] Compiling Data.HashMap.PopCount ( Data/HashMap/PopCount.hs, dist/build/Data/HashMap/PopCount.o ) [3 of 8] Compiling Data.HashMap.Unsafe ( Data/HashMap/Unsafe.hs, dist/build/Data/HashMap/Unsafe.o ) [4 of 8] Compiling Data.HashMap.Array ( Data/HashMap/Array.hs, dist/build/Data/HashMap/Array.o ) [5 of 8] Compiling Data.HashMap.Base ( Data/HashMap/Base.hs, dist/build/Data/HashMap/Base.o ) Data/HashMap/Base.hs:85:1: Warning: The import of ‘Data.Functor’ is redundant except perhaps to import instances from ‘Data.Functor’ To import instances alone, use: import Data.Functor() [6 of 8] Compiling Data.HashMap.Strict ( Data/HashMap/Strict.hs, dist/build/Data/HashMap/Strict.o ) [7 of 8] Compiling Data.HashMap.Lazy ( Data/HashMap/Lazy.hs, dist/build/Data/HashMap/Lazy.o ) [8 of 8] Compiling Data.HashSet ( Data/HashSet.hs, dist/build/Data/HashSet.o ) In-place registering unordered-containers-0.2.5.1... Running Haddock for unordered-containers-0.2.5.1... Running hscolour for unordered-containers-0.2.5.1... Preprocessing library unordered-containers-0.2.5.1... Preprocessing library unordered-containers-0.2.5.1... Data/HashMap/Base.hs:85:1: Warning: The import of ‘Data.Functor’ is redundant except perhaps to import instances from ‘Data.Functor’ To import instances alone, use: import Data.Functor() Haddock coverage: 0% ( 0 / 3) in 'Data.HashMap.UnsafeShift' Missing documentation for: Module header unsafeShiftL (Data/HashMap/UnsafeShift.hs:10) unsafeShiftR (Data/HashMap/UnsafeShift.hs:14) 50% ( 1 / 2) in 'Data.HashMap.PopCount' Missing documentation for: Module header 100% ( 2 / 2) in 'Data.HashMap.Unsafe' 38% ( 14 / 37) in 'Data.HashMap.Array' Missing documentation for: Array (Data/HashMap/Array.hs:102) MArray (Data/HashMap/Array.hs:127) new_ (Data/HashMap/Array.hs:174) singleton (Data/HashMap/Array.hs:177) singletonM (Data/HashMap/Array.hs:181) pair (Data/HashMap/Array.hs:185) length (Data/HashMap/Array.hs:113) lengthM (Data/HashMap/Array.hs:135) read (Data/HashMap/Array.hs:192) write (Data/HashMap/Array.hs:198) index (Data/HashMap/Array.hs:205) indexM (Data/HashMap/Array.hs:211) unsafeFreeze (Data/HashMap/Array.hs:217) unsafeThaw (Data/HashMap/Array.hs:223) run (Data/HashMap/Array.hs:229) run2 (Data/HashMap/Array.hs:233) foldl' (Data/HashMap/Array.hs:335) foldr (Data/HashMap/Array.hs:343) thaw (Data/HashMap/Array.hs:355) map (Data/HashMap/Array.hs:388) traverse (Data/HashMap/Array.hs:431) filter (Data/HashMap/Array.hs:436) toList (Data/HashMap/Array.hs:428) 87% ( 54 / 62) in 'Data.HashMap.Base' Missing documentation for: Module header Leaf (Data/HashMap/Base.hs:124) Hash (Data/HashMap/Base.hs:177) Bitmap (Data/HashMap/Base.hs:178) mask (Data/HashMap/Base.hs:1094) bitsPerSubkey (Data/HashMap/Base.hs:1082) sparseIndex (Data/HashMap/Base.hs:1091) updateOrConcatWith (Data/HashMap/Base.hs:1003) 100% ( 46 / 46) in 'Data.HashMap.Strict' 100% ( 46 / 46) in 'Data.HashMap.Lazy' 100% ( 27 / 27) in 'Data.HashSet' Documentation created: dist/doc/html/unordered-containers/index.html, dist/doc/html/unordered-containers/unordered-containers.txt Creating package registration file: /tmp/pkgConf-unordered-containers-0.2.5272312086359147515.1 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/unordered-containers-0.2.5.1-7E41cj9RvqSJeZ4jSnbs1a Registering unordered-containers-0.2.5.1... Installed unordered-containers-0.2.5.1 Configuring http-types-0.9... Building http-types-0.9... Preprocessing library http-types-0.9... [1 of 7] Compiling Network.HTTP.Types.Version ( Network/HTTP/Types/Version.hs, dist/build/Network/HTTP/Types/Version.o ) [2 of 7] Compiling Network.HTTP.Types.URI ( Network/HTTP/Types/URI.hs, dist/build/Network/HTTP/Types/URI.o ) Network/HTTP/Types/URI.hs:148:26: Warning: In the use of ‘B.breakByte’ (imported from Data.ByteString): Deprecated: "It is an internal function and should never have been exported. Use 'break (== x)' instead. (There are rewrite rules that handle this special case of 'break'.)" Network/HTTP/Types/URI.hs:283:22: Warning: In the use of ‘B.breakByte’ (imported from Data.ByteString): Deprecated: "It is an internal function and should never have been exported. Use 'break (== x)' instead. (There are rewrite rules that handle this special case of 'break'.)" Network/HTTP/Types/URI.hs:313:20: Warning: In the use of ‘B.breakByte’ (imported from Data.ByteString): Deprecated: "It is an internal function and should never have been exported. Use 'break (== x)' instead. (There are rewrite rules that handle this special case of 'break'.)" Network/HTTP/Types/URI.hs:325:18: Warning: In the use of ‘B.breakByte’ (imported from Data.ByteString): Deprecated: "It is an internal function and should never have been exported. Use 'break (== x)' instead. (There are rewrite rules that handle this special case of 'break'.)" [3 of 7] Compiling Network.HTTP.Types.Status ( Network/HTTP/Types/Status.hs, dist/build/Network/HTTP/Types/Status.o ) [4 of 7] Compiling Network.HTTP.Types.QueryLike ( Network/HTTP/Types/QueryLike.hs, dist/build/Network/HTTP/Types/QueryLike.o ) [5 of 7] Compiling Network.HTTP.Types.Method ( Network/HTTP/Types/Method.hs, dist/build/Network/HTTP/Types/Method.o ) [6 of 7] Compiling Network.HTTP.Types.Header ( Network/HTTP/Types/Header.hs, dist/build/Network/HTTP/Types/Header.o ) [7 of 7] Compiling Network.HTTP.Types ( Network/HTTP/Types.hs, dist/build/Network/HTTP/Types.o ) In-place registering http-types-0.9... Running Haddock for http-types-0.9... Running hscolour for http-types-0.9... Preprocessing library http-types-0.9... Preprocessing library http-types-0.9... Network/HTTP/Types/URI.hs:148:26: Warning: In the use of ‘B.breakByte’ (imported from Data.ByteString): Deprecated: "It is an internal function and should never have been exported. Use 'break (== x)' instead. (There are rewrite rules that handle this special case of 'break'.)" Network/HTTP/Types/URI.hs:283:22: Warning: In the use of ‘B.breakByte’ (imported from Data.ByteString): Deprecated: "It is an internal function and should never have been exported. Use 'break (== x)' instead. (There are rewrite rules that handle this special case of 'break'.)" Network/HTTP/Types/URI.hs:313:20: Warning: In the use of ‘B.breakByte’ (imported from Data.ByteString): Deprecated: "It is an internal function and should never have been exported. Use 'break (== x)' instead. (There are rewrite rules that handle this special case of 'break'.)" Network/HTTP/Types/URI.hs:325:18: Warning: In the use of ‘B.breakByte’ (imported from Data.ByteString): Deprecated: "It is an internal function and should never have been exported. Use 'break (== x)' instead. (There are rewrite rules that handle this special case of 'break'.)" Haddock coverage: 80% ( 4 / 5) in 'Network.HTTP.Types.Version' Missing documentation for: Module header 97% ( 29 / 30) in 'Network.HTTP.Types.URI' Missing documentation for: Module header 99% ( 99 /100) in 'Network.HTTP.Types.Status' Missing documentation for: Module header 75% ( 3 / 4) in 'Network.HTTP.Types.QueryLike' Missing documentation for: Module header 93% ( 14 / 15) in 'Network.HTTP.Types.Method' Missing documentation for: Module header 92% ( 57 / 62) in 'Network.HTTP.Types.Header' Missing documentation for: Module header renderByteRangeBuilder (Network/HTTP/Types/Header.hs:153) renderByteRange (Network/HTTP/Types/Header.hs:158) renderByteRangesBuilder (Network/HTTP/Types/Header.hs:164) renderByteRanges (Network/HTTP/Types/Header.hs:168) 97% (171 /176) in 'Network.HTTP.Types' Missing documentation for: Module header renderByteRangeBuilder (Network/HTTP/Types/Header.hs:153) renderByteRange (Network/HTTP/Types/Header.hs:158) renderByteRangesBuilder (Network/HTTP/Types/Header.hs:164) renderByteRanges (Network/HTTP/Types/Header.hs:168) Documentation created: dist/doc/html/http-types/index.html, dist/doc/html/http-types/http-types.txt Creating package registration file: /tmp/pkgConf-http-types-01805613091144874089.9 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/http-types-0.9-K1GcYiiEBxaBOQVfjX52va Registering http-types-0.9... Installed http-types-0.9 Configuring vault-0.3.0.5... Building vault-0.3.0.5... Preprocessing library vault-0.3.0.5... [1 of 5] Compiling Data.Unique.Really ( src/Data/Unique/Really.hs, dist/build/Data/Unique/Really.o ) src/Data/Unique/Really.hs:6:1: Warning: The import of ‘Control.Applicative’ is redundant except perhaps to import instances from ‘Control.Applicative’ To import instances alone, use: import Control.Applicative() [2 of 5] Compiling Data.Vault.ST.Strict ( src/Data/Vault/ST/Strict.hs, dist/build/Data/Vault/ST/Strict.o ) src/Data/Vault/ST/ST.hs:15: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() src/Data/Vault/ST/ST.hs:17:1: Warning: The import of ‘Control.Applicative’ is redundant except perhaps to import instances from ‘Control.Applicative’ To import instances alone, use: import Control.Applicative() [3 of 5] Compiling Data.Vault.Strict ( src/Data/Vault/Strict.hs, dist/build/Data/Vault/Strict.o ) [4 of 5] Compiling Data.Vault.ST.Lazy ( src/Data/Vault/ST/Lazy.hs, dist/build/Data/Vault/ST/Lazy.o ) src/Data/Vault/ST/ST.hs:15: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() src/Data/Vault/ST/ST.hs:17:1: Warning: The import of ‘Control.Applicative’ is redundant except perhaps to import instances from ‘Control.Applicative’ To import instances alone, use: import Control.Applicative() [5 of 5] Compiling Data.Vault.Lazy ( src/Data/Vault/Lazy.hs, dist/build/Data/Vault/Lazy.o ) In-place registering vault-0.3.0.5... Running Haddock for vault-0.3.0.5... Running hscolour for vault-0.3.0.5... Preprocessing library vault-0.3.0.5... Preprocessing library vault-0.3.0.5... src/Data/Unique/Really.hs:6:1: Warning: The import of ‘Control.Applicative’ is redundant except perhaps to import instances from ‘Control.Applicative’ To import instances alone, use: import Control.Applicative() src/Data/Vault/ST/ST.hs:15: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() src/Data/Vault/ST/ST.hs:17:1: Warning: The import of ‘Control.Applicative’ is redundant except perhaps to import instances from ‘Control.Applicative’ To import instances alone, use: import Control.Applicative() src/Data/Vault/ST/ST.hs:15: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() src/Data/Vault/ST/ST.hs:17:1: Warning: The import of ‘Control.Applicative’ is redundant except perhaps to import instances from ‘Control.Applicative’ To import instances alone, use: import Control.Applicative() Haddock coverage: 100% ( 4 / 4) in 'Data.Unique.Really' 80% ( 12 / 15) in 'Data.Vault.ST.Strict' Missing documentation for: Vault (src/Data/Vault/ST/backends/GHC.hs:18) Key (src/Data/Vault/ST/backends/GHC.hs:19) Locker (src/Data/Vault/ST/backends/GHC.hs:40) 100% ( 15 / 15) in 'Data.Vault.Strict' 80% ( 12 / 15) in 'Data.Vault.ST.Lazy' Missing documentation for: Vault (src/Data/Vault/ST/backends/GHC.hs:18) Key (src/Data/Vault/ST/backends/GHC.hs:19) Locker (src/Data/Vault/ST/backends/GHC.hs:40) 100% ( 15 / 15) in 'Data.Vault.Lazy' Documentation created: dist/doc/html/vault/index.html, dist/doc/html/vault/vault.txt Creating package registration file: /tmp/pkgConf-vault-0.3.017045725531482841197.5 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/vault-0.3.0.5-KxoDbJS8dTcC7UzYUTfKzB Registering vault-0.3.0.5... Installed vault-0.3.0.5 Configuring wai-3.0.5.0... Building wai-3.0.5.0... Preprocessing library wai-3.0.5.0... [1 of 3] Compiling Network.Wai.Internal ( Network/Wai/Internal.hs, dist/build/Network/Wai/Internal.o ) [2 of 3] Compiling Network.Wai ( Network/Wai.hs, dist/build/Network/Wai.o ) Network/Wai.hs:94: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() [3 of 3] Compiling Network.Wai.HTTP2 ( Network/Wai/HTTP2.hs, dist/build/Network/Wai/HTTP2.o ) In-place registering wai-3.0.5.0... Running Haddock for wai-3.0.5.0... Running hscolour for wai-3.0.5.0... Preprocessing library wai-3.0.5.0... Preprocessing library wai-3.0.5.0... Warning: The documentation for the following packages are not installed. No links will be generated to these packages: bytestring-builder-0.10.6.0.0 Network/Wai.hs:94: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: 87% ( 13 / 15) in 'Network.Wai.Internal' Missing documentation for: (Network/Wai/Internal.hs:99) Response (Network/Wai/Internal.hs:120) 98% ( 44 / 45) in 'Network.Wai' Missing documentation for: Response (Network/Wai/Internal.hs:120) 100% ( 27 / 27) in 'Network.Wai.HTTP2' Documentation created: dist/doc/html/wai/index.html, dist/doc/html/wai/wai.txt Creating package registration file: /tmp/pkgConf-wai-3.0.517633606021917305981.0 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/wai-3.0.5.0-8DqQbyMjV0W9hrmBvP33zA Registering wai-3.0.5.0... Installed wai-3.0.5.0 Configuring wai-middleware-caching-0.1.0.2... Building wai-middleware-caching-0.1.0.2... Preprocessing library wai-middleware-caching-0.1.0.2... [1 of 1] Compiling Network.Wai.Middleware.Cache ( src/Network/Wai/Middleware/Cache.hs, dist/build/Network/Wai/Middleware/Cache.o ) In-place registering wai-middleware-caching-0.1.0.2... Running Haddock for wai-middleware-caching-0.1.0.2... Running hscolour for wai-middleware-caching-0.1.0.2... Preprocessing library wai-middleware-caching-0.1.0.2... Preprocessing library wai-middleware-caching-0.1.0.2... Warning: The documentation for the following packages are not installed. No links will be generated to these packages: bytestring-builder-0.10.6.0.0 Haddock coverage: 40% ( 2 / 5) in 'Network.Wai.Middleware.Cache' Missing documentation for: Module header cache (src/Network/Wai/Middleware/Cache.hs:39) cacheNoBody (src/Network/Wai/Middleware/Cache.hs:58) Documentation created: dist/doc/html/wai-middleware-caching/index.html, dist/doc/html/wai-middleware-caching/wai-middleware-caching.txt Creating package registration file: /tmp/pkgConf-wai-middleware-caching-0.1.096617457566112132.2 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/wai-middleware-caching-0.1.0.2-J3M5sKT7sKMDDdOjL7AGhw Registering wai-middleware-caching-0.1.0.2... Installed wai-middleware-caching-0.1.0.2