Build #2 for henet-1.3.9.2

[all reports]

Package henet-1.3.9.2
Install InstallOk
Docs Failed
Tests NotTried
Time submitted 2015-05-31 03:58:29.28351 UTC
Compiler ghc-7.8.3
OS linux
Arch x86_64
Dependencies typesafe-endian-0.1.0.1, network-2.6.2.0, bytestring-0.10.4.0, bitset-1.4.8, base-4.7.0.1
Flags none

Code Coverage

No Code Coverage was submitted for this report.

Build log

[view raw]

Resolving dependencies...
[1 of 1] Compiling Main             ( /tmp/bitset-1.4.8-17291/bitset-1.4.8/dist/setup/setup.hs, /tmp/bitset-1.4.8-17291/bitset-1.4.8/dist/setup/Main.o )
Linking /tmp/bitset-1.4.8-17291/bitset-1.4.8/dist/setup/setup ...
Configuring bitset-1.4.8...
Building bitset-1.4.8...
Preprocessing library bitset-1.4.8...
[1 of 6] Compiling GHC.Integer.GMP.PrimExt ( src/GHC/Integer/GMP/PrimExt.hs, dist/build/GHC/Integer/GMP/PrimExt.o )
[2 of 6] Compiling Data.BitSet.Generic ( src/Data/BitSet/Generic.hs, dist/build/Data/BitSet/Generic.o )
[3 of 6] Compiling Data.BitSet.Word ( src/Data/BitSet/Word.hs, dist/build/Data/BitSet/Word.o )
[4 of 6] Compiling GHC.Integer.GMP.TypeExt ( src/GHC/Integer/GMP/TypeExt.hs, dist/build/GHC/Integer/GMP/TypeExt.o )
[5 of 6] Compiling Data.BitSet.Dynamic ( src/Data/BitSet/Dynamic.hs, dist/build/Data/BitSet/Dynamic.o )

src/Data/BitSet/Dynamic.hs:125:15: Warning:
    In the use of ‘bitSize’ (imported from Data.Bits):
    Deprecated: "Use 'bitSizeMaybe' or 'finiteBitSize' instead"
[6 of 6] Compiling Data.BitSet      ( src/Data/BitSet.hs, dist/build/Data/BitSet.o )
In-place registering bitset-1.4.8...
Running Haddock for bitset-1.4.8...
Running hscolour for bitset-1.4.8...
Preprocessing library bitset-1.4.8...
Preprocessing library bitset-1.4.8...

src/Data/BitSet/Dynamic.hs:125:15: Warning:
    In the use of ‘bitSize’ (imported from Data.Bits):
    Deprecated: "Use 'bitSizeMaybe' or 'finiteBitSize' instead"
Haddock coverage:
   0% (  0 /  5) in 'GHC.Integer.GMP.PrimExt'
 100% ( 31 / 31) in 'Data.BitSet.Generic'
  97% ( 30 / 31) in 'Data.BitSet.Word'
   0% (  0 /  5) in 'GHC.Integer.GMP.TypeExt'
  97% ( 31 / 32) in 'Data.BitSet.Dynamic'
 100% (  2 /  2) in 'Data.BitSet'
Documentation created: dist/doc/html/bitset/index.html,
dist/doc/html/bitset/bitset.txt
Creating package registration file: /tmp/pkgConf-bitset-1.417291.8
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.8.3/bitset-1.4.8
Registering bitset-1.4.8...
Installed bitset-1.4.8
Configuring network-2.6.2.0...
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 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.0...
Preprocessing library network-2.6.2.0...
[ 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
[ 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:27: Warning:
    Defaulting the following constraint(s) to type ‘Integer’
      (Num a0)
        arising from the literal ‘12’ at Network/Socket.hsc:949:27-28
      (Integral a0)
        arising from a use of ‘fromIntegral’
        at Network/Socket.hsc:949:13-24
    In the first argument of ‘fromIntegral’, namely ‘(12)’
    In the expression: (fromIntegral (12))
    In an equation for ‘sz’: sz = (fromIntegral (12))

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.0...
Running Haddock for network-2.6.2.0...
Running hscolour for network-2.6.2.0...
Preprocessing library network-2.6.2.0...
Preprocessing library network-2.6.2.0...

Network/Socket/Types.hsc:1012:10: Warning:
    Orphan instance: instance Storable HostAddress6

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:27: Warning:
    Defaulting the following constraint(s) to type ‘Integer’
      (Num a0)
        arising from the literal ‘12’ at Network/Socket.hsc:949:27-28
      (Integral a0)
        arising from a use of ‘fromIntegral’
        at Network/Socket.hsc:949:13-24
    In the first argument of ‘fromIntegral’, namely ‘(12)’
    In the expression: (fromIntegral (12))
    In an equation for ‘sz’: sz = (fromIntegral (12))

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'
  68% ( 27 / 40) in 'Network.Socket.Types'
  94% ( 30 / 32) in 'Network.Socket.Internal'
  71% ( 68 / 96) in 'Network.Socket'
  50% (  1 /  2) in 'Network.Socket.ByteString.MsgHdr'
  25% (  1 /  4) in 'Network.Socket.ByteString.Internal'
 100% ( 15 / 15) in 'Network.Socket.ByteString'
  25% (  1 /  4) in 'Network.Socket.ByteString.Lazy.Posix'
  71% (  5 /  7) in 'Network.Socket.ByteString.Lazy'
  44% ( 23 / 52) in 'Network.BSD'
  89% ( 24 / 27) in 'Network'
Warning: Network.Socket.ByteString: could not find link destinations for:
    Network.Socket.ByteString.IOVec.IOVec
Documentation created: dist/doc/html/network/index.html,
dist/doc/html/network/network.txt
Creating package registration file: /tmp/pkgConf-network-2.6.217291.0
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.8.3/network-2.6.2.0
Registering network-2.6.2.0...
Installed network-2.6.2.0
Configuring typesafe-endian-0.1.0.1...
Building typesafe-endian-0.1.0.1...
Preprocessing library typesafe-endian-0.1.0.1...
[1 of 4] Compiling Data.Endian.Wrap ( src/Data/Endian/Wrap.hs, dist/build/Data/Endian/Wrap.o )
[2 of 4] Compiling Data.Endian.Internal ( src/Data/Endian/Internal.hs, dist/build/Data/Endian/Internal.o )
[3 of 4] Compiling Data.Endian.Unsafe ( src/Data/Endian/Unsafe.hs, dist/build/Data/Endian/Unsafe.o )
[4 of 4] Compiling Data.Endian      ( src/Data/Endian.hs, dist/build/Data/Endian.o )
In-place registering typesafe-endian-0.1.0.1...
Running Haddock for typesafe-endian-0.1.0.1...
Running hscolour for typesafe-endian-0.1.0.1...
Preprocessing library typesafe-endian-0.1.0.1...
Preprocessing library typesafe-endian-0.1.0.1...
Haddock coverage:
  67% (  2 /  3) in 'Data.Endian.Wrap'
  50% (  1 /  2) in 'Data.Endian.Internal'
  88% (  7 /  8) in 'Data.Endian.Unsafe'
  88% (  7 /  8) in 'Data.Endian'
Documentation created: dist/doc/html/typesafe-endian/index.html,
dist/doc/html/typesafe-endian/typesafe-endian.txt
Creating package registration file: /tmp/pkgConf-typesafe-endian-0.1.017291.1
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.8.3/typesafe-endian-0.1.0.1
Registering typesafe-endian-0.1.0.1...
Installed typesafe-endian-0.1.0.1
Downloading henet-1.3.9.2...
Configuring henet-1.3.9.2...
Building henet-1.3.9.2...
Preprocessing library henet-1.3.9.2...
[1 of 9] Compiling Network.ENet.Bindings.Callbacks ( dist/build/Network/ENet/Bindings/Callbacks.hs, dist/build/Network/ENet/Bindings/Callbacks.o )
[2 of 9] Compiling Network.ENet.Bindings.List ( dist/build/Network/ENet/Bindings/List.hs, dist/build/Network/ENet/Bindings/List.o )

src/Network/ENet/Bindings/List.hsc:6:1: Warning:
    The import of ‘Foreign.C.Types’ is redundant
      except perhaps to import instances from ‘Foreign.C.Types’
    To import instances alone, use: import Foreign.C.Types()
[3 of 9] Compiling Network.ENet.Bindings.System ( dist/build/Network/ENet/Bindings/System.hs, dist/build/Network/ENet/Bindings/System.o )

src/Network/ENet/Bindings/System.hsc:6:1: Warning:
    The import of ‘Foreign.Storable’ is redundant
      except perhaps to import instances from ‘Foreign.Storable’
    To import instances alone, use: import Foreign.Storable()
[4 of 9] Compiling Network.ENet.Bindings ( dist/build/Network/ENet/Bindings.hs, dist/build/Network/ENet/Bindings.o )

src/Network/ENet/Bindings.hsc:5:1: Warning:
    The import of ‘Foreign.Storable’ is redundant
      except perhaps to import instances from ‘Foreign.Storable’
    To import instances alone, use: import Foreign.Storable()

src/Network/ENet/Bindings.hsc:9:1: Warning:
    The import of ‘SockAddrInet, SockAddr’
    from module ‘Network.Socket’ is redundant

src/Network/ENet/Bindings.hsc:11:1: Warning:
    The import of ‘Network.Socket.Internal’ is redundant
      except perhaps to import instances from ‘Network.Socket.Internal’
    To import instances alone, use: import Network.Socket.Internal()

src/Network/ENet/Bindings.hsc:15:1: Warning:
    The import of ‘Network.ENet.Bindings.List’ is redundant
      except perhaps to import instances from ‘Network.ENet.Bindings.List’
    To import instances alone, use: import Network.ENet.Bindings.List()

src/Network/ENet/Bindings.hsc:34:3: Warning:
    Pattern match(es) are non-exhaustive
    In an equation for ‘toEnum’:
        Patterns not matched:
            ghc-prim:GHC.Types.I# #x with #x `notElem` [1#, 2#]

src/Network/ENet/Bindings.hsc:56:3: Warning:
    Pattern match(es) are non-exhaustive
    In an equation for ‘fromEnum’: Patterns not matched: Error

src/Network/ENet/Bindings.hsc:63:3: Warning:
    Pattern match(es) are non-exhaustive
    In an equation for ‘toEnum’:
        Patterns not matched:
            ghc-prim:GHC.Types.I# #x
            with
            #x `notElem` [1#, 2#, 3#, 4#, 5#, 6#, 7#]
[5 of 9] Compiling Network.ENet.Internal ( src/Network/ENet/Internal.hs, dist/build/Network/ENet/Internal.o )

src/Network/ENet/Internal.hs:14:30: Warning:
    In the use of data constructor ‘PortNum’
    (imported from Network.Socket.Internal, but defined in network-2.6.2.0:Network.Socket.Types):
    Deprecated: "Do not use the PortNum constructor. Use the Num instance. PortNum will be removed in the next release."

src/Network/ENet/Internal.hs:19:17: Warning:
    In the use of data constructor ‘PortNum’
    (imported from Network.Socket.Internal, but defined in network-2.6.2.0:Network.Socket.Types):
    Deprecated: "Do not use the PortNum constructor. Use the Num instance. PortNum will be removed in the next release."

src/Network/ENet/Internal.hs:14:1: Warning:
    Pattern match(es) are non-exhaustive
    In an equation for ‘toENetAddress’:
        Patterns not matched:
            SockAddrInet6 _ _ _ _
            SockAddrUnix _
            SockAddrCan _
[6 of 9] Compiling Network.ENet.Host ( src/Network/ENet/Host.hs, dist/build/Network/ENet/Host.o )
[7 of 9] Compiling Network.ENet.Peer ( src/Network/ENet/Peer.hs, dist/build/Network/ENet/Peer.o )

src/Network/ENet/Peer.hs:5:1: Warning:
    The import of ‘Foreign.C.Types’ is redundant
      except perhaps to import instances from ‘Foreign.C.Types’
    To import instances alone, use: import Foreign.C.Types()

src/Network/ENet/Peer.hs:7:1: Warning:
    The import of ‘Network.Socket’ is redundant
      except perhaps to import instances from ‘Network.Socket’
    To import instances alone, use: import Network.Socket()

src/Network/ENet/Peer.hs:9:1: Warning:
    The import of ‘Network.ENet.Internal’ is redundant
      except perhaps to import instances from ‘Network.ENet.Internal’
    To import instances alone, use: import Network.ENet.Internal()
[8 of 9] Compiling Network.ENet.Packet ( src/Network/ENet/Packet.hs, dist/build/Network/ENet/Packet.o )
[9 of 9] Compiling Network.ENet     ( src/Network/ENet.hs, dist/build/Network/ENet.o )

src/Network/ENet.hs:6:1: Warning:
    The import of ‘Network.Socket’ is redundant
      except perhaps to import instances from ‘Network.Socket’
    To import instances alone, use: import Network.Socket()

src/Network/ENet.hs:20:19: Warning:
    A do-notation statement discarded a result of type
      ‘Foreign.C.Types.CInt’
    Suppress this warning by saying
      ‘_ <- throwErrnoIf
              (( \ x_ -> (/=) x_ 0))
              "ENet could not be initialized"
              B.initialize’
    or by using the flag -fno-warn-unused-do-bind
In-place registering henet-1.3.9.2...
Running Haddock for henet-1.3.9.2...
Running hscolour for henet-1.3.9.2...
Preprocessing library henet-1.3.9.2...
Preprocessing library henet-1.3.9.2...

src/Network/ENet/Bindings/List.hsc:6:1: Warning:
    The import of ‘Foreign.C.Types’ is redundant
      except perhaps to import instances from ‘Foreign.C.Types’
    To import instances alone, use: import Foreign.C.Types()

src/Network/ENet/Bindings/System.hsc:6:1: Warning:
    The import of ‘Foreign.Storable’ is redundant
      except perhaps to import instances from ‘Foreign.Storable’
    To import instances alone, use: import Foreign.Storable()

src/Network/ENet/Bindings.hsc:147:14: parse error on input ‘(’
Haddock coverage:
   0% (  0 /  3) in 'Network.ENet.Bindings.Callbacks'
   0% (  0 /  4) in 'Network.ENet.Bindings.List'
   0% (  0 /  4) in 'Network.ENet.Bindings.System'
Creating package registration file: /tmp/pkgConf-henet-1.3.917291.2
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.8.3/henet-1.3.9.2
Registering henet-1.3.9.2...
Installed henet-1.3.9.2

Test log

No test log was submitted for this report.