Build #1 for socket-0.4.0.1

[all reports]

Package socket-0.4.0.1
Install InstallOk
Docs Ok
Tests NotTried
Time submitted 2015-06-17 09:18:25.455544 UTC
Compiler ghc-7.8.3
OS linux
Arch x86_64
Dependencies bytestring-0.10.4.0, base-4.7.0.1
Flags none

Code Coverage

No Code Coverage was submitted for this report.

Build log

[view raw]

Resolving dependencies...
Downloading socket-0.4.0.1...
Configuring socket-0.4.0.1...
Building socket-0.4.0.1...
Preprocessing library socket-0.4.0.1...
[ 1 of 18] Compiling System.Socket.Protocol ( src/System/Socket/Protocol.hs, dist/build/System/Socket/Protocol.o )
[ 2 of 18] Compiling System.Socket.Protocol.UDP ( dist/build/System/Socket/Protocol/UDP.hs, dist/build/System/Socket/Protocol/UDP.o )
[ 3 of 18] Compiling System.Socket.Protocol.TCP ( dist/build/System/Socket/Protocol/TCP.hs, dist/build/System/Socket/Protocol/TCP.o )
[ 4 of 18] Compiling System.Socket.Type ( src/System/Socket/Type.hs, dist/build/System/Socket/Type.o )
[ 5 of 18] Compiling System.Socket.Type.DGRAM ( dist/build/System/Socket/Type/DGRAM.hs, dist/build/System/Socket/Type/DGRAM.o )
[ 6 of 18] Compiling System.Socket.Type.RAW ( dist/build/System/Socket/Type/RAW.hs, dist/build/System/Socket/Type/RAW.o )
[ 7 of 18] Compiling System.Socket.Type.SEQPACKET ( dist/build/System/Socket/Type/SEQPACKET.hs, dist/build/System/Socket/Type/SEQPACKET.o )
[ 8 of 18] Compiling System.Socket.Type.STREAM ( dist/build/System/Socket/Type/STREAM.hs, dist/build/System/Socket/Type/STREAM.o )
[ 9 of 18] Compiling System.Socket.Family ( src/System/Socket/Family.hs, dist/build/System/Socket/Family.o )
[10 of 18] Compiling System.Socket.Internal.Msg ( dist/build/System/Socket/Internal/Msg.hs, dist/build/System/Socket/Internal/Msg.o )
[11 of 18] Compiling System.Socket.Internal.Exception ( dist/build/System/Socket/Internal/Exception.hs, dist/build/System/Socket/Internal/Exception.o )
[12 of 18] Compiling System.Socket.Internal.Platform ( dist/build/System/Socket/Internal/Platform.hs, dist/build/System/Socket/Internal/Platform.o )
[13 of 18] Compiling System.Socket.Internal.Socket ( dist/build/System/Socket/Internal/Socket.hs, dist/build/System/Socket/Internal/Socket.o )

src/System/Socket/Internal/Socket.hsc:110:1: Warning:
    Defined but not used: ‘setSockOptInt’

src/System/Socket/Internal/Socket.hsc:121:1: Warning:
    Defined but not used: ‘getSockOptInt’

src/System/Socket/Internal/Socket.hsc:135:1: Warning:
    Defined but not used: ‘setSockOptCInt’
[14 of 18] Compiling System.Socket.Unsafe ( dist/build/System/Socket/Unsafe.hs, dist/build/System/Socket/Unsafe.o )

src/System/Socket/Unsafe.hsc:17:1: Warning:
    The qualified import of ‘Data.ByteString’ is redundant
      except perhaps to import instances from ‘Data.ByteString’
    To import instances alone, use: import Data.ByteString()

src/System/Socket/Unsafe.hsc:18:1: Warning:
    The qualified import of ‘Data.ByteString.Unsafe’ is redundant
      except perhaps to import instances from ‘Data.ByteString.Unsafe’
    To import instances alone, use: import Data.ByteString.Unsafe()

src/System/Socket/Unsafe.hsc:19:1: Warning:
    The qualified import of ‘Data.ByteString.Lazy’ is redundant
      except perhaps to import instances from ‘Data.ByteString.Lazy’
    To import instances alone, use: import Data.ByteString.Lazy()

src/System/Socket/Unsafe.hsc:26: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()

src/System/Socket/Unsafe.hsc:28:1: Warning:
    The import of ‘Foreign.Marshal.Alloc’ is redundant
      except perhaps to import instances from ‘Foreign.Marshal.Alloc’
    To import instances alone, use: import Foreign.Marshal.Alloc()

src/System/Socket/Unsafe.hsc:29: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/System/Socket/Unsafe.hsc:35:1: Warning:
    The import of ‘System.Socket.Internal.Platform’ is redundant
      except perhaps to import instances from ‘System.Socket.Internal.Platform’
    To import instances alone, use: import System.Socket.Internal.Platform()
[15 of 18] Compiling System.Socket.Family.INET ( dist/build/System/Socket/Family/INET.hs, dist/build/System/Socket/Family/INET.o )
[16 of 18] Compiling System.Socket.Family.INET6 ( dist/build/System/Socket/Family/INET6.hs, dist/build/System/Socket/Family/INET6.o )
[17 of 18] Compiling System.Socket.Internal.AddrInfo ( dist/build/System/Socket/Internal/AddrInfo.hs, dist/build/System/Socket/Internal/AddrInfo.o )
[18 of 18] Compiling System.Socket    ( dist/build/System/Socket.hs, dist/build/System/Socket.o )

src/System/Socket.hsc:164:1: Warning:
    The import of ‘Control.Concurrent.MVar’ is redundant
      except perhaps to import instances from ‘Control.Concurrent.MVar’
    To import instances alone, use: import Control.Concurrent.MVar()
In-place registering socket-0.4.0.1...
Running Haddock for socket-0.4.0.1...
Running hscolour for socket-0.4.0.1...
Preprocessing library socket-0.4.0.1...
Preprocessing library socket-0.4.0.1...

src/System/Socket/Internal/Socket.hsc:110:1: Warning:
    Defined but not used: ‘setSockOptInt’

src/System/Socket/Internal/Socket.hsc:121:1: Warning:
    Defined but not used: ‘getSockOptInt’

src/System/Socket/Internal/Socket.hsc:135:1: Warning:
    Defined but not used: ‘setSockOptCInt’

src/System/Socket/Unsafe.hsc:17:1: Warning:
    The qualified import of ‘Data.ByteString’ is redundant
      except perhaps to import instances from ‘Data.ByteString’
    To import instances alone, use: import Data.ByteString()

src/System/Socket/Unsafe.hsc:18:1: Warning:
    The qualified import of ‘Data.ByteString.Unsafe’ is redundant
      except perhaps to import instances from ‘Data.ByteString.Unsafe’
    To import instances alone, use: import Data.ByteString.Unsafe()

src/System/Socket/Unsafe.hsc:19:1: Warning:
    The qualified import of ‘Data.ByteString.Lazy’ is redundant
      except perhaps to import instances from ‘Data.ByteString.Lazy’
    To import instances alone, use: import Data.ByteString.Lazy()

src/System/Socket/Unsafe.hsc:26: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()

src/System/Socket/Unsafe.hsc:28:1: Warning:
    The import of ‘Foreign.Marshal.Alloc’ is redundant
      except perhaps to import instances from ‘Foreign.Marshal.Alloc’
    To import instances alone, use: import Foreign.Marshal.Alloc()

src/System/Socket/Unsafe.hsc:29: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/System/Socket/Unsafe.hsc:35:1: Warning:
    The import of ‘System.Socket.Internal.Platform’ is redundant
      except perhaps to import instances from ‘System.Socket.Internal.Platform’
    To import instances alone, use: import System.Socket.Internal.Platform()

src/System/Socket.hsc:164:1: Warning:
    The import of ‘Control.Concurrent.MVar’ is redundant
      except perhaps to import instances from ‘Control.Concurrent.MVar’
    To import instances alone, use: import Control.Concurrent.MVar()
Haddock coverage:
   0% (  0 /  2) in 'System.Socket.Protocol'
   0% (  0 /  3) in 'System.Socket.Protocol.UDP'
   0% (  0 /  3) in 'System.Socket.Protocol.TCP'
   0% (  0 /  2) in 'System.Socket.Type'
   0% (  0 /  3) in 'System.Socket.Type.DGRAM'
   0% (  0 /  3) in 'System.Socket.Type.RAW'
   0% (  0 /  3) in 'System.Socket.Type.SEQPACKET'
   0% (  0 /  3) in 'System.Socket.Type.STREAM'
   0% (  0 /  2) in 'System.Socket.Family'
  12% (  1 /  8) in 'System.Socket.Internal.Msg'
   0% (  0 / 18) in 'System.Socket.Internal.Exception'
   0% (  0 / 23) in 'System.Socket.Internal.Platform'
  12% (  1 /  8) in 'System.Socket.Internal.Socket'
  45% (  5 / 11) in 'System.Socket.Unsafe'
  75% (  9 / 12) in 'System.Socket.Family.INET'
  60% (  6 / 10) in 'System.Socket.Family.INET6'
  72% ( 21 / 29) in 'System.Socket.Internal.AddrInfo'
  62% ( 75 /120) in 'System.Socket'
Warning: System.Socket: could not find link destinations for:
    System.Socket.Internal.Platform.c_bind
Documentation created: dist/doc/html/socket/index.html,
dist/doc/html/socket/socket.txt
Creating package registration file: /tmp/pkgConf-socket-0.4.028578.1
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.8.3/socket-0.4.0.1
Registering socket-0.4.0.1...
Installed socket-0.4.0.1

Test log

No test log was submitted for this report.