Build #4 for stomp-queue-0.0.6

[all reports]

Package stomp-queue-0.0.6
Install DependencyFailed stompl-0.1.0
Docs NotTried
Tests NotTried
Time submitted 2015-11-25 04:24:27.418667 UTC
Compiler ghc-7.10.2
OS linux
Arch x86_64
Dependencies utf8-string-1.0.1.1, time-1.5.0.1, stompl-0.1.0, split-0.2.2, network-2.6.2.1, mime-0.3.4, bytestring-0.9.2.1, base-4.8.1.0, attoparsec-0.9.1.2
Flags none

Code Coverage

No Code Coverage was submitted for this report.

Build log

[view raw]

Resolving dependencies...
Warning: The following packages are likely to be broken by the reinstalls:
process-1.2.3.0
ghc-7.10.2
Cabal-1.22.4.0
haskeline-0.7.2.1
directory-1.2.2.0
hpc-0.6.0.2
bin-package-db-0.0.0.0
Continuing even though the plan contains dangerous reinstalls.
Configuring bytestring-0.9.2.1...
Building bytestring-0.9.2.1...
Preprocessing library bytestring-0.9.2.1...
[1 of 8] Compiling Data.ByteString.Fusion ( Data/ByteString/Fusion.hs, dist/build/Data/ByteString/Fusion.o )
[2 of 8] Compiling Data.ByteString.Internal ( Data/ByteString/Internal.hs, dist/build/Data/ByteString/Internal.o )
[3 of 8] Compiling Data.ByteString.Unsafe ( Data/ByteString/Unsafe.hs, dist/build/Data/ByteString/Unsafe.o )
[4 of 8] Compiling Data.ByteString.Lazy.Internal ( Data/ByteString/Lazy/Internal.hs, dist/build/Data/ByteString/Lazy/Internal.o )
[5 of 8] Compiling Data.ByteString  ( Data/ByteString.hs, dist/build/Data/ByteString.o )

Data/ByteString.hs:252: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/ByteString.hs:1630:1: Warning:
    Rule "ByteString specialise zipWith" may never fire
      because ‘zipWith’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma on ‘zipWith’
[6 of 8] Compiling Data.ByteString.Char8 ( Data/ByteString/Char8.hs, dist/build/Data/ByteString/Char8.o )
[7 of 8] Compiling Data.ByteString.Lazy ( Data/ByteString/Lazy.hs, dist/build/Data/ByteString/Lazy.o )

Data/ByteString/Lazy.hs:215: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 8] Compiling Data.ByteString.Lazy.Char8 ( Data/ByteString/Lazy/Char8.hs, dist/build/Data/ByteString/Lazy/Char8.o )
In-place registering bytestring-0.9.2.1...
Running Haddock for bytestring-0.9.2.1...
Running hscolour for bytestring-0.9.2.1...
Preprocessing library bytestring-0.9.2.1...
Preprocessing library bytestring-0.9.2.1...

Data/ByteString.hs:252: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/ByteString/Lazy.hs:215: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:
 100% (  1 /  1) in 'Data.ByteString.Fusion'
  64% ( 21 / 33) in 'Data.ByteString.Internal'
  Missing documentation for:
    createAndTrim' (Data/ByteString/Internal.hs:259)
    c_strlen (Data/ByteString/Internal.hs:344)
    c_free_finalizer (Data/ByteString/Internal.hs:347)
    memchr (Data/ByteString/Internal.hs:353)
    memcmp (Data/ByteString/Internal.hs:356)
    memcpy (Data/ByteString/Internal.hs:362)
    memset (Data/ByteString/Internal.hs:377)
    c_reverse (Data/ByteString/Internal.hs:385)
    c_intersperse (Data/ByteString/Internal.hs:388)
    c_maximum (Data/ByteString/Internal.hs:391)
    c_minimum (Data/ByteString/Internal.hs:394)
    c_count (Data/ByteString/Internal.hs:397)
 100% ( 19 / 19) in 'Data.ByteString.Unsafe'
 100% ( 13 / 13) in 'Data.ByteString.Lazy.Internal'
 100% (133 /133) in 'Data.ByteString'
 100% (138 /138) in 'Data.ByteString.Char8'
 100% (115 /115) in 'Data.ByteString.Lazy'
 100% (120 /120) in 'Data.ByteString.Lazy.Char8'
Warning: Data.ByteString: could not find link destinations for:
    compareBytes spanByte findIndexOrEnd
Warning: Data.ByteString.Char8: could not find link destinations for:
    breakChar unsafeHead breakSpace dropSpace
Warning: Data.ByteString.Lazy: could not find link destinations for:
    hGetContentsN findIndexOrEnd
Documentation created: dist/doc/html/bytestring/index.html,
dist/doc/html/bytestring/bytestring.txt
Creating package registration file:
/tmp/pkgConf-bytestring-0.9.2278722862233665123.1
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/bytestring-0.9.2.1-EYuCOKnygcN4spNaoltZWG
Registering bytestring-0.9.2.1...
Installed bytestring-0.9.2.1
Configuring mime-0.3.4...
Building mime-0.3.4...
Preprocessing library mime-0.3.4...
[1 of 6] Compiling Codec.MIME.QuotedPrintable ( Codec/MIME/QuotedPrintable.hs, dist/build/Codec/MIME/QuotedPrintable.o )
[2 of 6] Compiling Codec.MIME.Base64 ( Codec/MIME/Base64.hs, dist/build/Codec/MIME/Base64.o )
[3 of 6] Compiling Codec.MIME.Decode ( Codec/MIME/Decode.hs, dist/build/Codec/MIME/Decode.o )
[4 of 6] Compiling Codec.MIME.Type  ( Codec/MIME/Type.hs, dist/build/Codec/MIME/Type.o )
[5 of 6] Compiling Codec.MIME.Parse ( Codec/MIME/Parse.hs, dist/build/Codec/MIME/Parse.o )

Codec/MIME/Parse.hs:132:1: Warning: Tab character

Codec/MIME/Parse.hs:133:1: Warning: Tab character

Codec/MIME/Parse.hs:136:1: Warning: Tab character

Codec/MIME/Parse.hs:137:1: Warning: Tab character

Codec/MIME/Parse.hs:281:1: Warning: Tab character
[6 of 6] Compiling Codec.MIME.Utils ( Codec/MIME/Utils.hs, dist/build/Codec/MIME/Utils.o )
In-place registering mime-0.3.4...
Running Haddock for mime-0.3.4...
Running hscolour for mime-0.3.4...
Preprocessing library mime-0.3.4...
Preprocessing library mime-0.3.4...

Codec/MIME/Parse.hs:132:1: Warning: Tab character

Codec/MIME/Parse.hs:133:1: Warning: Tab character

Codec/MIME/Parse.hs:136:1: Warning: Tab character

Codec/MIME/Parse.hs:137:1: Warning: Tab character

Codec/MIME/Parse.hs:281:1: Warning: Tab character
Haddock coverage:
 100% (  3 /  3) in 'Codec.MIME.QuotedPrintable'
  38% (  3 /  8) in 'Codec.MIME.Base64'
  Missing documentation for:
    encodeRaw (Codec/MIME/Base64.hs:55)
    encodeRawString (Codec/MIME/Base64.hs:35)
    decode (Codec/MIME/Base64.hs:88)
    decodeToString (Codec/MIME/Base64.hs:85)
    decodePrim (Codec/MIME/Base64.hs:91)
  50% (  2 /  4) in 'Codec.MIME.Decode'
  Missing documentation for:
    decodeWord (Codec/MIME/Decode.hs:37)
    decodeWords (Codec/MIME/Decode.hs:67)
  21% (  5 / 24) in 'Codec.MIME.Type'
  Missing documentation for:
    Type (Codec/MIME/Type.hs:19)
    showType (Codec/MIME/Type.hs:32)
    showMIMEParams (Codec/MIME/Type.hs:35)
    MIMEType (Codec/MIME/Type.hs:41)
    showMIMEType (Codec/MIME/Type.hs:53)
    showMIMEPair (Codec/MIME/Type.hs:71)
    subTypeString (Codec/MIME/Type.hs:80)
    majTypeString (Codec/MIME/Type.hs:86)
    Multipart (Codec/MIME/Type.hs:91)
    isXmlBased (Codec/MIME/Type.hs:106)
    isXmlType (Codec/MIME/Type.hs:112)
    showMultipart (Codec/MIME/Type.hs:127)
    Content (Codec/MIME/Type.hs:142)
    MIMEValue (Codec/MIME/Type.hs:144)
    nullMIMEValue (Codec/MIME/Type.hs:152)
    MIMEContent (Codec/MIME/Type.hs:161)
    Disposition (Codec/MIME/Type.hs:166)
    DispType (Codec/MIME/Type.hs:172)
    DispParam (Codec/MIME/Type.hs:179)
  12% (  1 /  8) in 'Codec.MIME.Parse'
  Missing documentation for:
    parseMIMEBody (Codec/MIME/Parse.hs:41)
    parseMIMEType (Codec/MIME/Parse.hs:168)
    parseMIMEMessage (Codec/MIME/Parse.hs:104)
    parseHeaders (Codec/MIME/Parse.hs:109)
    parseMultipart (Codec/MIME/Parse.hs:125)
    parseContentType (Codec/MIME/Parse.hs:171)
    splitMulti (Codec/MIME/Parse.hs:140)
 100% (  2 /  2) in 'Codec.MIME.Utils'
Documentation created: dist/doc/html/mime/index.html,
dist/doc/html/mime/mime.txt
Creating package registration file:
/tmp/pkgConf-mime-0.313732263401631518149.4
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/mime-0.3.4-LKvCitztshe6qwFMHUyowz
Registering mime-0.3.4...
Installed mime-0.3.4
Configuring split-0.2.2...
Building split-0.2.2...
Preprocessing library split-0.2.2...
[1 of 2] Compiling Data.List.Split.Internals ( src/Data/List/Split/Internals.hs, dist/build/Data/List/Split/Internals.o )
[2 of 2] Compiling Data.List.Split  ( src/Data/List/Split.hs, dist/build/Data/List/Split.o )
In-place registering split-0.2.2...
Running Haddock for split-0.2.2...
Running hscolour for split-0.2.2...
Preprocessing library split-0.2.2...
Preprocessing library split-0.2.2...
Haddock coverage:
  91% ( 61 / 67) in 'Data.List.Split.Internals'
  90% ( 44 / 49) in 'Data.List.Split'
Documentation created: dist/doc/html/split/index.html,
dist/doc/html/split/split.txt
Creating package registration file:
/tmp/pkgConf-split-0.21143408282188213258.2
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/split-0.2.2-E4yadeCDng9EtdbI5MZoDg
Registering split-0.2.2...
Installed split-0.2.2
Configuring attoparsec-0.9.1.2...
Building attoparsec-0.9.1.2...
Preprocessing library attoparsec-0.9.1.2...
[1 of 9] Compiling Data.Attoparsec.Zepto ( Data/Attoparsec/Zepto.hs, dist/build/Data/Attoparsec/Zepto.o )
[2 of 9] Compiling Data.Attoparsec.Internal.Types ( Data/Attoparsec/Internal/Types.hs, dist/build/Data/Attoparsec/Internal/Types.o )

Data/Attoparsec/Internal/Types.hs:28:1: Warning:
    The import of ‘Applicative’
    from module ‘Control.Applicative’ is redundant

Data/Attoparsec/Internal/Types.hs:31: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 9] Compiling Data.Attoparsec.Number ( Data/Attoparsec/Number.hs, dist/build/Data/Attoparsec/Number.o )
[4 of 9] Compiling Data.Attoparsec.FastSet ( Data/Attoparsec/FastSet.hs, dist/build/Data/Attoparsec/FastSet.o )
[5 of 9] Compiling Data.Attoparsec.Combinator ( Data/Attoparsec/Combinator.hs, dist/build/Data/Attoparsec/Combinator.o )

Data/Attoparsec/Combinator.hs:34:1: Warning:
    The import of ‘Applicative, *>, <$>’
    from module ‘Control.Applicative’ is redundant

Data/Attoparsec/Combinator.hs:141:1: Warning: Tab character
[6 of 9] Compiling Data.Attoparsec.Internal ( Data/Attoparsec/Internal.hs, dist/build/Data/Attoparsec/Internal.o )

Data/Attoparsec/Internal.hs:67:1: Warning:
    The import of ‘<$>’ from module ‘Control.Applicative’ is redundant
[7 of 9] Compiling Data.Attoparsec  ( Data/Attoparsec.hs, dist/build/Data/Attoparsec.o )
[8 of 9] Compiling Data.Attoparsec.Char8 ( Data/Attoparsec/Char8.hs, dist/build/Data/Attoparsec/Char8.o )

Data/Attoparsec/Char8.hs:100:1: Warning:
    The import of ‘*>, <$>’
    from module ‘Control.Applicative’ is redundant

Data/Attoparsec/Char8.hs:110:1: Warning:
    The import of ‘Word’ from module ‘Data.Word’ is redundant
[9 of 9] Compiling Data.Attoparsec.Lazy ( Data/Attoparsec/Lazy.hs, dist/build/Data/Attoparsec/Lazy.o )
In-place registering attoparsec-0.9.1.2...
Running Haddock for attoparsec-0.9.1.2...
Running hscolour for attoparsec-0.9.1.2...
Preprocessing library attoparsec-0.9.1.2...
Preprocessing library attoparsec-0.9.1.2...

Data/Attoparsec/Internal/Types.hs:28:1: Warning:
    The import of ‘Applicative’
    from module ‘Control.Applicative’ is redundant

Data/Attoparsec/Internal/Types.hs:31: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/Attoparsec/Combinator.hs:141:1: Warning: Tab character

Data/Attoparsec/Combinator.hs:34:1: Warning:
    The import of ‘Applicative, <$>, *>’
    from module ‘Control.Applicative’ is redundant

Data/Attoparsec/Internal.hs:67:1: Warning:
    The import of ‘<$>’ from module ‘Control.Applicative’ is redundant

Data/Attoparsec/Char8.hs:100:1: Warning:
    The import of ‘<$>, *>’
    from module ‘Control.Applicative’ is redundant

Data/Attoparsec/Char8.hs:110:1: Warning:
    The import of ‘Word’ from module ‘Data.Word’ is redundant
Haddock coverage:
 100% (  7 /  7) in 'Data.Attoparsec.Zepto'
  36% (  4 / 11) in 'Data.Attoparsec.Internal.Types'
  Missing documentation for:
    Failure (Data/Attoparsec/Internal/Types.hs:83)
    Success (Data/Attoparsec/Internal/Types.hs:84)
    Input (Data/Attoparsec/Internal/Types.hs:72)
    Added (Data/Attoparsec/Internal/Types.hs:73)
    addS (Data/Attoparsec/Internal/Types.hs:90)
    noAdds (Data/Attoparsec/Internal/Types.hs:119)
    +++ (Data/Attoparsec/Internal/Types.hs:185)
 100% (  2 /  2) in 'Data.Attoparsec.Number'
  69% (  9 / 13) in 'Data.Attoparsec.FastSet'
  Missing documentation for:
    FastSet (Data/Attoparsec/FastSet.hs:44)
    fromList (Data/Attoparsec/FastSet.hs:62)
    fromSet (Data/Attoparsec/FastSet.hs:44)
    charClass (Data/Attoparsec/FastSet.hs:111)
 100% ( 13 / 13) in 'Data.Attoparsec.Combinator'
  93% ( 38 / 41) in 'Data.Attoparsec.Internal'
  Missing documentation for:
    <?> (Data/Attoparsec/Internal.hs:423)
    storable (Data/Attoparsec/Internal.hs:181)
    stringTransform (Data/Attoparsec/Internal.hs:225)
  98% ( 48 / 49) in 'Data.Attoparsec'
  Missing documentation for:
    <?> (Data/Attoparsec/Internal.hs:423)
  99% ( 67 / 68) in 'Data.Attoparsec.Char8'
  Missing documentation for:
    <?> (Data/Attoparsec/Internal.hs:423)
 100% (  9 /  9) in 'Data.Attoparsec.Lazy'
Documentation created: dist/doc/html/attoparsec/index.html,
dist/doc/html/attoparsec/attoparsec.txt
Creating package registration file:
/tmp/pkgConf-attoparsec-0.9.11307565984555996658.2
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/attoparsec-0.9.1.2-5vkFHFkg0kM74aH4c0Gcf2
Registering attoparsec-0.9.1.2...
Installed attoparsec-0.9.1.2
Configuring unix-2.7.1.0...
configure: WARNING: unrecognized options: --with-compiler, --with-gcc
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 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 dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for an ANSI C-conforming const... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking dirent.h usability... yes
checking dirent.h presence... yes
checking for dirent.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking grp.h usability... yes
checking grp.h presence... yes
checking for grp.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking pwd.h usability... yes
checking pwd.h presence... yes
checking for pwd.h... yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking for string.h... (cached) yes
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
checking for sys/stat.h... (cached) yes
checking sys/times.h usability... yes
checking sys/times.h presence... yes
checking for sys/times.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/utsname.h usability... yes
checking sys/utsname.h presence... yes
checking for sys/utsname.h... yes
checking sys/wait.h usability... yes
checking sys/wait.h presence... yes
checking for sys/wait.h... yes
checking bsd/libutil.h usability... no
checking bsd/libutil.h presence... no
checking for bsd/libutil.h... no
checking libutil.h usability... no
checking libutil.h presence... no
checking for libutil.h... no
checking pty.h usability... yes
checking pty.h presence... yes
checking for pty.h... yes
checking utmp.h usability... yes
checking utmp.h presence... yes
checking for utmp.h... yes
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking for unistd.h... (cached) yes
checking utime.h usability... yes
checking utime.h presence... yes
checking for utime.h... yes
checking for getgrgid_r... yes
checking for getgrnam_r... yes
checking for getpwnam_r... yes
checking for getpwuid_r... yes
checking for getpwnam... yes
checking for getpwuid... yes
checking for getpwent... yes
checking for getgrent... yes
checking for lchown... yes
checking for setenv... yes
checking for sysconf... yes
checking for unsetenv... yes
checking for clearenv... yes
checking for nanosleep... yes
checking for ptsname... yes
checking for setitimer... yes
checking for readdir_r... yes
checking for telldir... yes
checking for seekdir... yes
checking for execvpe... yes
checking for struct stat.st_atim... yes
checking for struct stat.st_mtim... yes
checking for struct stat.st_ctim... yes
checking for struct stat.st_atimespec... no
checking for struct stat.st_mtimespec... no
checking for struct stat.st_ctimespec... no
checking for struct stat.st_atimensec... no
checking for struct stat.st_mtimensec... no
checking for struct stat.st_ctimensec... no
checking for struct stat.st_atime_n... no
checking for struct stat.st_mtime_n... no
checking for struct stat.st_ctime_n... no
checking for struct stat.st_uatime... no
checking for struct stat.st_umtime... no
checking for struct stat.st_uctime... no
checking for struct passwd.pw_gecos... yes
checking for utimensat... yes
checking for futimens... yes
checking for lutimes... yes
checking for futimes... yes
checking for mkstemps... yes
checking for mkdtemp... yes
checking for fsync... yes
checking for fdatasync... yes
checking for posix_fadvise... yes
checking for posix_fallocate... yes
checking for library containing shm_open... -lrt
checking for shm_open... yes
checking for shm_unlink... yes
checking value of SIGABRT... 6
checking value of SIGALRM... 14
checking value of SIGBUS... 7
checking value of SIGCHLD... 17
checking value of SIGCONT... 18
checking value of SIGFPE... 8
checking value of SIGHUP... 1
checking value of SIGILL... 4
checking value of SIGINT... 2
checking value of SIGKILL... 9
checking value of SIGPIPE... 13
checking value of SIGQUIT... 3
checking value of SIGSEGV... 11
checking value of SIGSTOP... 19
checking value of SIGTERM... 15
checking value of SIGTSTP... 20
checking value of SIGTTIN... 21
checking value of SIGTTOU... 22
checking value of SIGUSR1... 10
checking value of SIGUSR2... 12
checking value of SIGPOLL... 29
checking value of SIGPROF... 27
checking value of SIGSYS... 31
checking value of SIGTRAP... 5
checking value of SIGURG... 23
checking value of SIGVTALRM... 26
checking value of SIGXCPU... 24
checking value of SIGXFSZ... 25
checking value of SIG_BLOCK... 0
checking value of SIG_SETMASK... 2
checking value of SIG_UNBLOCK... 1
checking value of SIGINFO... -1
checking value of SIGWINCH... 28
checking for _SC_GETGR_R_SIZE_MAX... yes
checking for _SC_GETPW_R_SIZE_MAX... yes
checking return type of usleep... int
checking return type of unsetenv... int
checking for RTLD_NEXT from dlfcn.h... no
checking for RTLD_DEFAULT from dlfcn.h... no
checking for openpty... no
checking for openpty in -lutil... yes
checking for /dev/ptmx... yes
checking for /dev/ptc... no
checking for library containing dlopen... -ldl
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for library containing sem_close... -lpthread
configure: creating ./config.status
config.status: creating unix.buildinfo
config.status: creating include/HsUnixConfig.h
configure: WARNING: unrecognized options: --with-compiler, --with-gcc
Building unix-2.7.1.0...
Preprocessing library unix-2.7.1.0...
[ 1 of 39] Compiling System.Posix.Terminal.Common ( dist/build/System/Posix/Terminal/Common.hs, dist/build/System/Posix/Terminal/Common.o )
[ 2 of 39] Compiling System.Posix.Fcntl ( dist/build/System/Posix/Fcntl.hs, dist/build/System/Posix/Fcntl.o )
[ 3 of 39] Compiling System.Posix.IO.Common ( dist/build/System/Posix/IO/Common.hs, dist/build/System/Posix/IO/Common.o )
[ 4 of 39] Compiling System.Posix.Files.Common ( dist/build/System/Posix/Files/Common.hs, dist/build/System/Posix/Files/Common.o )
[ 5 of 39] Compiling System.Posix.DynamicLinker.Prim ( dist/build/System/Posix/DynamicLinker/Prim.hs, dist/build/System/Posix/DynamicLinker/Prim.o )
[ 6 of 39] Compiling System.Posix.DynamicLinker.Common ( dist/build/System/Posix/DynamicLinker/Common.hs, dist/build/System/Posix/DynamicLinker/Common.o )
[ 7 of 39] Compiling System.Posix.Directory.Common ( dist/build/System/Posix/Directory/Common.hs, dist/build/System/Posix/Directory/Common.o )
[ 8 of 39] Compiling System.Posix.Process.Internals ( System/Posix/Process/Internals.hs, dist/build/System/Posix/Process/Internals.o )
[ 9 of 39] Compiling System.Posix.Process.Common ( dist/build/System/Posix/Process/Common.hs, dist/build/System/Posix/Process/Common.o )
[10 of 39] Compiling System.Posix.Error ( System/Posix/Error.hs, dist/build/System/Posix/Error.o )
[11 of 39] Compiling System.Posix.ByteString.FilePath ( dist/build/System/Posix/ByteString/FilePath.hs, dist/build/System/Posix/ByteString/FilePath.o )
[12 of 39] Compiling System.Posix.DynamicLinker.ByteString ( dist/build/System/Posix/DynamicLinker/ByteString.hs, dist/build/System/Posix/DynamicLinker/ByteString.o )
[13 of 39] Compiling System.Posix.Terminal.ByteString ( dist/build/System/Posix/Terminal/ByteString.hs, dist/build/System/Posix/Terminal/ByteString.o )
[14 of 39] Compiling System.Posix.Process.ByteString ( dist/build/System/Posix/Process/ByteString.hs, dist/build/System/Posix/Process/ByteString.o )
[15 of 39] Compiling System.Posix.Env.ByteString ( dist/build/System/Posix/Env/ByteString.hs, dist/build/System/Posix/Env/ByteString.o )
[16 of 39] Compiling System.Posix.IO.ByteString ( dist/build/System/Posix/IO/ByteString.hs, dist/build/System/Posix/IO/ByteString.o )
[17 of 39] Compiling System.Posix.Files.ByteString ( dist/build/System/Posix/Files/ByteString.hs, dist/build/System/Posix/Files/ByteString.o )
[18 of 39] Compiling System.Posix.Directory.ByteString ( dist/build/System/Posix/Directory/ByteString.hs, dist/build/System/Posix/Directory/ByteString.o )
[19 of 39] Compiling System.Posix.DynamicLinker ( dist/build/System/Posix/DynamicLinker.hs, dist/build/System/Posix/DynamicLinker.o )
[20 of 39] Compiling System.Posix.DynamicLinker.Module ( dist/build/System/Posix/DynamicLinker/Module.hs, dist/build/System/Posix/DynamicLinker/Module.o )
[21 of 39] Compiling System.Posix.DynamicLinker.Module.ByteString ( dist/build/System/Posix/DynamicLinker/Module/ByteString.hs, dist/build/System/Posix/DynamicLinker/Module/ByteString.o )
[22 of 39] Compiling System.Posix.SharedMem ( dist/build/System/Posix/SharedMem.hs, dist/build/System/Posix/SharedMem.o )
[23 of 39] Compiling System.Posix.Semaphore ( dist/build/System/Posix/Semaphore.hs, dist/build/System/Posix/Semaphore.o )
[24 of 39] Compiling System.Posix.Resource ( dist/build/System/Posix/Resource.hs, dist/build/System/Posix/Resource.o )
[25 of 39] Compiling System.Posix.User ( dist/build/System/Posix/User.hs, dist/build/System/Posix/User.o )
[26 of 39] Compiling System.Posix.Time ( dist/build/System/Posix/Time.hs, dist/build/System/Posix/Time.o )
[27 of 39] Compiling System.Posix.Terminal ( dist/build/System/Posix/Terminal.hs, dist/build/System/Posix/Terminal.o )
[28 of 39] Compiling System.Posix.Process ( dist/build/System/Posix/Process.hs, dist/build/System/Posix/Process.o )
[29 of 39] Compiling System.Posix.Env ( dist/build/System/Posix/Env.hs, dist/build/System/Posix/Env.o )
[30 of 39] Compiling System.Posix.IO  ( dist/build/System/Posix/IO.hs, dist/build/System/Posix/IO.o )
[31 of 39] Compiling System.Posix.Temp ( dist/build/System/Posix/Temp.hs, dist/build/System/Posix/Temp.o )
[32 of 39] Compiling System.Posix.Temp.ByteString ( dist/build/System/Posix/Temp/ByteString.hs, dist/build/System/Posix/Temp/ByteString.o )
[33 of 39] Compiling System.Posix.Unistd ( dist/build/System/Posix/Unistd.hs, dist/build/System/Posix/Unistd.o )
[34 of 39] Compiling System.Posix.Files ( dist/build/System/Posix/Files.hs, dist/build/System/Posix/Files.o )
[35 of 39] Compiling System.Posix.Directory ( dist/build/System/Posix/Directory.hs, dist/build/System/Posix/Directory.o )
[36 of 39] Compiling System.Posix.Signals ( dist/build/System/Posix/Signals.hs, dist/build/System/Posix/Signals.o )
[37 of 39] Compiling System.Posix.ByteString ( System/Posix/ByteString.hs, dist/build/System/Posix/ByteString.o )
[38 of 39] Compiling System.Posix.Signals.Exts ( dist/build/System/Posix/Signals/Exts.hs, dist/build/System/Posix/Signals/Exts.o )
[39 of 39] Compiling System.Posix     ( System/Posix.hs, dist/build/System/Posix.o )
In-place registering unix-2.7.1.0...
Running Haddock for unix-2.7.1.0...
Running hscolour for unix-2.7.1.0...
Preprocessing library unix-2.7.1.0...
Preprocessing library unix-2.7.1.0...
Haddock coverage:
  38% ( 15 / 39) in 'System.Posix.Terminal.Common'
  Missing documentation for:
    TerminalAttributes (System/Posix/Terminal/Common.hsc:85)
    TerminalState (System/Posix/Terminal/Common.hsc:374)
    CTermios (System/Posix/Terminal/Common.hsc:84)
    TerminalMode (System/Posix/Terminal/Common.hsc:94)
    withoutMode (System/Posix/Terminal/Common.hsc:134)
    withMode (System/Posix/Terminal/Common.hsc:163)
    terminalMode (System/Posix/Terminal/Common.hsc:192)
    bitsPerByte (System/Posix/Terminal/Common.hsc:221)
    withBits (System/Posix/Terminal/Common.hsc:235)
    ControlCharacter (System/Posix/Terminal/Common.hsc:249)
    controlChar (System/Posix/Terminal/Common.hsc:260)
    withCC (System/Posix/Terminal/Common.hsc:269)
    withoutCC (System/Posix/Terminal/Common.hsc:277)
    inputTime (System/Posix/Terminal/Common.hsc:285)
    withTime (System/Posix/Terminal/Common.hsc:291)
    minInput (System/Posix/Terminal/Common.hsc:297)
    withMinInput (System/Posix/Terminal/Common.hsc:303)
    BaudRate (System/Posix/Terminal/Common.hsc:309)
    inputSpeed (System/Posix/Terminal/Common.hsc:329)
    withInputSpeed (System/Posix/Terminal/Common.hsc:338)
    outputSpeed (System/Posix/Terminal/Common.hsc:346)
    withOutputSpeed (System/Posix/Terminal/Common.hsc:355)
    QueueSelector (System/Posix/Terminal/Common.hsc:418)
    FlowAction (System/Posix/Terminal/Common.hsc:438)
 100% (  5 /  5) in 'System.Posix.Fcntl'
  82% ( 31 / 38) in 'System.Posix.IO.Common'
  Missing documentation for:
    stdInput (System/Posix/IO/Common.hsc:131)
    stdOutput (System/Posix/IO/Common.hsc:131)
    stdError (System/Posix/IO/Common.hsc:131)
    OpenMode (System/Posix/IO/Common.hsc:136)
    FdOption (System/Posix/IO/Common.hsc:255)
    FileLock (System/Posix/IO/Common.hsc:310)
    LockRequest (System/Posix/IO/Common.hsc:306)
  78% ( 59 / 76) in 'System.Posix.Files.Common'
  Missing documentation for:
    fileTypeModes (System/Posix/Files/Common.hsc:191)
    blockSpecialMode (System/Posix/Files/Common.hsc:194)
    characterSpecialMode (System/Posix/Files/Common.hsc:197)
    namedPipeMode (System/Posix/Files/Common.hsc:200)
    regularFileMode (System/Posix/Files/Common.hsc:203)
    directoryMode (System/Posix/Files/Common.hsc:206)
    symbolicLinkMode (System/Posix/Files/Common.hsc:209)
    socketMode (System/Posix/Files/Common.hsc:212)
    PathVar (System/Posix/Files/Common.hsc:536)
    pathVarConst (System/Posix/Files/Common.hsc:558)
    CTimeSpec (System/Posix/Files/Common.hsc:410)
    toCTimeSpec (System/Posix/Files/Common.hsc:423)
    c_utimensat (System/Posix/Files/Common.hsc:431)
    CTimeVal (System/Posix/Files/Common.hsc:440)
    toCTimeVal (System/Posix/Files/Common.hsc:453)
    c_utimes (System/Posix/Files/Common.hsc:459)
    c_lutimes (System/Posix/Files/Common.hsc:463)
  42% (  5 / 12) in 'System.Posix.DynamicLinker.Prim'
  Missing documentation for:
    c_dlopen (System/Posix/DynamicLinker/Prim.hsc:85)
    c_dlsym (System/Posix/DynamicLinker/Prim.hsc:86)
    c_dlerror (System/Posix/DynamicLinker/Prim.hsc:87)
    c_dlclose (System/Posix/DynamicLinker/Prim.hsc:88)
    haveRtldLocal (System/Posix/DynamicLinker/Prim.hsc:71)
    packRTLDFlags (System/Posix/DynamicLinker/Prim.hsc:90)
    packDL (System/Posix/DynamicLinker/Prim.hsc:109)
  50% (  4 /  8) in 'System.Posix.DynamicLinker.Common'
  Missing documentation for:
    dlerror (System/Posix/DynamicLinker/Common.hsc:63)
    dlclose (System/Posix/DynamicLinker/Common.hsc:59)
    throwDLErrorIf (System/Posix/DynamicLinker/Common.hsc:80)
    Module (System/Posix/DynamicLinker/Common.hsc:92)
  30% (  3 / 10) in 'System.Posix.Directory.Common'
  Missing documentation for:
    DirStream (System/Posix/Directory/Common.hsc:40)
    CDir (System/Posix/Directory/Common.hsc:42)
    CDirent (System/Posix/Directory/Common.hsc:43)
    DirStreamOffset (System/Posix/Directory/Common.hsc:62)
    seekDirStream (System/Posix/Directory/Common.hsc:65)
    tellDirStream (System/Posix/Directory/Common.hsc:74)
    changeWorkingDirectoryFd (System/Posix/Directory/Common.hsc:83)
  20% (  1 /  5) in 'System.Posix.Process.Internals'
  Missing documentation for:
    Module header
    pPrPr_disableITimers (System/Posix/Process/Internals.hs:30)
    c_execvpe (System/Posix/Process/Internals.hs:33)
    decipherWaitStatus (System/Posix/Process/Internals.hs:36)
  78% ( 29 / 37) in 'System.Posix.Process.Common'
  Missing documentation for:
    ProcessTimes (System/Posix/Process/Common.hsc:189)
    nice (System/Posix/Process/Common.hsc:222)
    getProcessPriority (System/Posix/Process/Common.hsc:233)
    getProcessGroupPriority (System/Posix/Process/Common.hsc:234)
    getUserPriority (System/Posix/Process/Common.hsc:235)
    setProcessPriority (System/Posix/Process/Common.hsc:255)
    setProcessGroupPriority (System/Posix/Process/Common.hsc:256)
    setUserPriority (System/Posix/Process/Common.hsc:257)
  64% (  7 / 11) in 'System.Posix.Error'
  Missing documentation for:
    throwErrnoPathIfRetry (System/Posix/Error.hs:52)
    throwErrnoPathIfNullRetry (System/Posix/Error.hs:48)
    throwErrnoPathIfMinus1Retry (System/Posix/Error.hs:38)
    throwErrnoPathIfMinus1Retry_ (System/Posix/Error.hs:43)
  53% (  8 / 15) in 'System.Posix.ByteString.FilePath'
  Missing documentation for:
    withFilePath (System/Posix/ByteString/FilePath.hsc:52)
    peekFilePath (System/Posix/ByteString/FilePath.hsc:55)
    peekFilePathLen (System/Posix/ByteString/FilePath.hsc:58)
    throwErrnoPathIfMinus1Retry (System/Posix/ByteString/FilePath.hsc:62)
    throwErrnoPathIfMinus1Retry_ (System/Posix/ByteString/FilePath.hsc:67)
    throwErrnoPathIfNullRetry (System/Posix/ByteString/FilePath.hsc:72)
    throwErrnoPathIfRetry (System/Posix/ByteString/FilePath.hsc:76)
  44% (  4 /  9) in 'System.Posix.DynamicLinker.ByteString'
  Missing documentation for:
    dlopen (System/Posix/DynamicLinker/ByteString.hsc:64)
    dlerror (System/Posix/DynamicLinker/Common.hsc:63)
    dlclose (System/Posix/DynamicLinker/Common.hsc:59)
    withDL (System/Posix/DynamicLinker/ByteString.hsc:69)
    withDL_ (System/Posix/DynamicLinker/ByteString.hsc:72)
  47% ( 20 / 43) in 'System.Posix.Terminal.ByteString'
  Missing documentation for:
    TerminalAttributes (System/Posix/Terminal/Common.hsc:85)
    TerminalState (System/Posix/Terminal/Common.hsc:374)
    TerminalMode (System/Posix/Terminal/Common.hsc:94)
    withoutMode (System/Posix/Terminal/Common.hsc:134)
    withMode (System/Posix/Terminal/Common.hsc:163)
    terminalMode (System/Posix/Terminal/Common.hsc:192)
    bitsPerByte (System/Posix/Terminal/Common.hsc:221)
    withBits (System/Posix/Terminal/Common.hsc:235)
    ControlCharacter (System/Posix/Terminal/Common.hsc:249)
    controlChar (System/Posix/Terminal/Common.hsc:260)
    withCC (System/Posix/Terminal/Common.hsc:269)
    withoutCC (System/Posix/Terminal/Common.hsc:277)
    inputTime (System/Posix/Terminal/Common.hsc:285)
    withTime (System/Posix/Terminal/Common.hsc:291)
    minInput (System/Posix/Terminal/Common.hsc:297)
    withMinInput (System/Posix/Terminal/Common.hsc:303)
    BaudRate (System/Posix/Terminal/Common.hsc:309)
    inputSpeed (System/Posix/Terminal/Common.hsc:329)
    withInputSpeed (System/Posix/Terminal/Common.hsc:338)
    outputSpeed (System/Posix/Terminal/Common.hsc:346)
    withOutputSpeed (System/Posix/Terminal/Common.hsc:355)
    QueueSelector (System/Posix/Terminal/Common.hsc:418)
    FlowAction (System/Posix/Terminal/Common.hsc:438)
  79% ( 30 / 38) in 'System.Posix.Process.ByteString'
  Missing documentation for:
    ProcessTimes (System/Posix/Process/Common.hsc:189)
    nice (System/Posix/Process/Common.hsc:222)
    getProcessPriority (System/Posix/Process/Common.hsc:233)
    getProcessGroupPriority (System/Posix/Process/Common.hsc:234)
    getUserPriority (System/Posix/Process/Common.hsc:235)
    setProcessPriority (System/Posix/Process/Common.hsc:255)
    setProcessGroupPriority (System/Posix/Process/Common.hsc:256)
    setUserPriority (System/Posix/Process/Common.hsc:257)
  91% ( 10 / 11) in 'System.Posix.Env.ByteString'
  Missing documentation for:
    getEnvironmentPrim (System/Posix/Env/ByteString.hsc:66)
  82% ( 32 / 39) in 'System.Posix.IO.ByteString'
  Missing documentation for:
    stdInput (System/Posix/IO/Common.hsc:131)
    stdOutput (System/Posix/IO/Common.hsc:131)
    stdError (System/Posix/IO/Common.hsc:131)
    OpenMode (System/Posix/IO/Common.hsc:136)
    FdOption (System/Posix/IO/Common.hsc:255)
    FileLock (System/Posix/IO/Common.hsc:310)
    LockRequest (System/Posix/IO/Common.hsc:306)
  90% ( 85 / 94) in 'System.Posix.Files.ByteString'
  Missing documentation for:
    fileTypeModes (System/Posix/Files/Common.hsc:191)
    blockSpecialMode (System/Posix/Files/Common.hsc:194)
    characterSpecialMode (System/Posix/Files/Common.hsc:197)
    namedPipeMode (System/Posix/Files/Common.hsc:200)
    regularFileMode (System/Posix/Files/Common.hsc:203)
    directoryMode (System/Posix/Files/Common.hsc:206)
    symbolicLinkMode (System/Posix/Files/Common.hsc:209)
    socketMode (System/Posix/Files/Common.hsc:212)
    PathVar (System/Posix/Files/Common.hsc:536)
  65% ( 11 / 17) in 'System.Posix.Directory.ByteString'
  Missing documentation for:
    removeDirectory (System/Posix/Directory/ByteString.hsc:153)
    DirStream (System/Posix/Directory/Common.hsc:40)
    DirStreamOffset (System/Posix/Directory/Common.hsc:62)
    tellDirStream (System/Posix/Directory/Common.hsc:74)
    seekDirStream (System/Posix/Directory/Common.hsc:65)
    changeWorkingDirectoryFd (System/Posix/Directory/Common.hsc:83)
  44% (  4 /  9) in 'System.Posix.DynamicLinker'
  Missing documentation for:
    dlopen (System/Posix/DynamicLinker.hsc:63)
    dlerror (System/Posix/DynamicLinker/Common.hsc:63)
    dlclose (System/Posix/DynamicLinker/Common.hsc:59)
    withDL (System/Posix/DynamicLinker.hsc:68)
    withDL_ (System/Posix/DynamicLinker.hsc:71)
  12% (  1 /  8) in 'System.Posix.DynamicLinker.Module'
  Missing documentation for:
    Module (System/Posix/DynamicLinker/Common.hsc:92)
    moduleOpen (System/Posix/DynamicLinker/Module.hsc:74)
    moduleSymbol (System/Posix/DynamicLinker/Module.hsc:83)
    moduleClose (System/Posix/DynamicLinker/Module.hsc:88)
    moduleError (System/Posix/DynamicLinker/Module.hsc:93)
    withModule (System/Posix/DynamicLinker/Module.hsc:100)
    withModule_ (System/Posix/DynamicLinker/Module.hsc:116)
  12% (  1 /  8) in 'System.Posix.DynamicLinker.Module.ByteString'
  Missing documentation for:
    Module (System/Posix/DynamicLinker/Common.hsc:92)
    moduleOpen (System/Posix/DynamicLinker/Module/ByteString.hsc:74)
    moduleSymbol (System/Posix/DynamicLinker/Module.hsc:83)
    moduleClose (System/Posix/DynamicLinker/Module.hsc:88)
    moduleError (System/Posix/DynamicLinker/Module.hsc:93)
    withModule (System/Posix/DynamicLinker/Module.hsc:100)
    withModule_ (System/Posix/DynamicLinker/Module.hsc:116)
  75% (  3 /  4) in 'System.Posix.SharedMem'
  Missing documentation for:
    ShmOpenFlags (System/Posix/SharedMem.hsc:38)
  80% (  8 / 10) in 'System.Posix.Semaphore'
  Missing documentation for:
    OpenSemFlags (System/Posix/Semaphore.hsc:39)
    Semaphore (System/Posix/Semaphore.hsc:47)
  29% (  2 /  7) in 'System.Posix.Resource'
  Missing documentation for:
    ResourceLimit (System/Posix/Resource.hsc:52)
    ResourceLimits (System/Posix/Resource.hsc:48)
    Resource (System/Posix/Resource.hsc:36)
    getResourceLimit (System/Posix/Resource.hsc:66)
    setResourceLimit (System/Posix/Resource.hsc:78)
  92% ( 24 / 26) in 'System.Posix.User'
  Missing documentation for:
    GroupEntry (System/Posix/User.hsc:191)
    UserEntry (System/Posix/User.hsc:288)
 100% (  2 /  2) in 'System.Posix.Time'
  47% ( 20 / 43) in 'System.Posix.Terminal'
  Missing documentation for:
    TerminalAttributes (System/Posix/Terminal/Common.hsc:85)
    TerminalState (System/Posix/Terminal/Common.hsc:374)
    TerminalMode (System/Posix/Terminal/Common.hsc:94)
    withoutMode (System/Posix/Terminal/Common.hsc:134)
    withMode (System/Posix/Terminal/Common.hsc:163)
    terminalMode (System/Posix/Terminal/Common.hsc:192)
    bitsPerByte (System/Posix/Terminal/Common.hsc:221)
    withBits (System/Posix/Terminal/Common.hsc:235)
    ControlCharacter (System/Posix/Terminal/Common.hsc:249)
    controlChar (System/Posix/Terminal/Common.hsc:260)
    withCC (System/Posix/Terminal/Common.hsc:269)
    withoutCC (System/Posix/Terminal/Common.hsc:277)
    inputTime (System/Posix/Terminal/Common.hsc:285)
    withTime (System/Posix/Terminal/Common.hsc:291)
    minInput (System/Posix/Terminal/Common.hsc:297)
    withMinInput (System/Posix/Terminal/Common.hsc:303)
    BaudRate (System/Posix/Terminal/Common.hsc:309)
    inputSpeed (System/Posix/Terminal/Common.hsc:329)
    withInputSpeed (System/Posix/Terminal/Common.hsc:338)
    outputSpeed (System/Posix/Terminal/Common.hsc:346)
    withOutputSpeed (System/Posix/Terminal/Common.hsc:355)
    QueueSelector (System/Posix/Terminal/Common.hsc:418)
    FlowAction (System/Posix/Terminal/Common.hsc:438)
  79% ( 30 / 38) in 'System.Posix.Process'
  Missing documentation for:
    ProcessTimes (System/Posix/Process/Common.hsc:189)
    nice (System/Posix/Process/Common.hsc:222)
    getProcessPriority (System/Posix/Process/Common.hsc:233)
    getProcessGroupPriority (System/Posix/Process/Common.hsc:234)
    getUserPriority (System/Posix/Process/Common.hsc:235)
    setProcessPriority (System/Posix/Process/Common.hsc:255)
    setProcessGroupPriority (System/Posix/Process/Common.hsc:256)
    setUserPriority (System/Posix/Process/Common.hsc:257)
  82% ( 32 / 39) in 'System.Posix.IO'
  Missing documentation for:
    stdInput (System/Posix/IO/Common.hsc:131)
    stdOutput (System/Posix/IO/Common.hsc:131)
    stdError (System/Posix/IO/Common.hsc:131)
    OpenMode (System/Posix/IO/Common.hsc:136)
    FdOption (System/Posix/IO/Common.hsc:255)
    FileLock (System/Posix/IO/Common.hsc:310)
    LockRequest (System/Posix/IO/Common.hsc:306)
 100% (  4 /  4) in 'System.Posix.Temp'
 100% (  4 /  4) in 'System.Posix.Temp.ByteString'
  69% (  9 / 13) in 'System.Posix.Unistd'
  Missing documentation for:
    SystemID (System/Posix/Unistd.hsc:76)
    getSystemID (System/Posix/Unistd.hsc:84)
    SysVar (System/Posix/Unistd.hsc:193)
    getSysVar (System/Posix/Unistd.hsc:203)
  90% ( 85 / 94) in 'System.Posix.Files'
  Missing documentation for:
    fileTypeModes (System/Posix/Files/Common.hsc:191)
    blockSpecialMode (System/Posix/Files/Common.hsc:194)
    characterSpecialMode (System/Posix/Files/Common.hsc:197)
    namedPipeMode (System/Posix/Files/Common.hsc:200)
    regularFileMode (System/Posix/Files/Common.hsc:203)
    directoryMode (System/Posix/Files/Common.hsc:206)
    symbolicLinkMode (System/Posix/Files/Common.hsc:209)
    socketMode (System/Posix/Files/Common.hsc:212)
    PathVar (System/Posix/Files/Common.hsc:536)
  65% ( 11 / 17) in 'System.Posix.Directory'
  Missing documentation for:
    removeDirectory (System/Posix/Directory.hsc:152)
    DirStream (System/Posix/Directory/Common.hsc:40)
    DirStreamOffset (System/Posix/Directory/Common.hsc:62)
    tellDirStream (System/Posix/Directory/Common.hsc:74)
    seekDirStream (System/Posix/Directory/Common.hsc:65)
    changeWorkingDirectoryFd (System/Posix/Directory/Common.hsc:83)
  30% ( 27 / 91) in 'System.Posix.Signals'
  Missing documentation for:
    Signal (System/Posix/Signals.hsc:312)
    nullSignal (System/Posix/Signals.hsc:128)
    internalAbort (System/Posix/Signals.hsc:190)
    sigABRT (System/Posix/Signals.hsc:131)
    realTimeAlarm (System/Posix/Signals.hsc:193)
    sigALRM (System/Posix/Signals.hsc:133)
    busError (System/Posix/Signals.hsc:196)
    sigBUS (System/Posix/Signals.hsc:135)
    processStatusChanged (System/Posix/Signals.hsc:199)
    sigCHLD (System/Posix/Signals.hsc:137)
    continueProcess (System/Posix/Signals.hsc:202)
    sigCONT (System/Posix/Signals.hsc:139)
    floatingPointException (System/Posix/Signals.hsc:205)
    sigFPE (System/Posix/Signals.hsc:141)
    lostConnection (System/Posix/Signals.hsc:208)
    sigHUP (System/Posix/Signals.hsc:143)
    illegalInstruction (System/Posix/Signals.hsc:211)
    sigILL (System/Posix/Signals.hsc:145)
    keyboardSignal (System/Posix/Signals.hsc:214)
    sigINT (System/Posix/Signals.hsc:147)
    killProcess (System/Posix/Signals.hsc:217)
    sigKILL (System/Posix/Signals.hsc:149)
    openEndedPipe (System/Posix/Signals.hsc:220)
    sigPIPE (System/Posix/Signals.hsc:151)
    keyboardTermination (System/Posix/Signals.hsc:223)
    sigQUIT (System/Posix/Signals.hsc:153)
    segmentationViolation (System/Posix/Signals.hsc:226)
    sigSEGV (System/Posix/Signals.hsc:155)
    softwareStop (System/Posix/Signals.hsc:229)
    sigSTOP (System/Posix/Signals.hsc:157)
    softwareTermination (System/Posix/Signals.hsc:232)
    sigTERM (System/Posix/Signals.hsc:159)
    keyboardStop (System/Posix/Signals.hsc:235)
    sigTSTP (System/Posix/Signals.hsc:161)
    backgroundRead (System/Posix/Signals.hsc:238)
    sigTTIN (System/Posix/Signals.hsc:163)
    backgroundWrite (System/Posix/Signals.hsc:241)
    sigTTOU (System/Posix/Signals.hsc:165)
    userDefinedSignal1 (System/Posix/Signals.hsc:244)
    sigUSR1 (System/Posix/Signals.hsc:167)
    userDefinedSignal2 (System/Posix/Signals.hsc:247)
    sigUSR2 (System/Posix/Signals.hsc:169)
    pollableEvent (System/Posix/Signals.hsc:251)
    sigPOLL (System/Posix/Signals.hsc:172)
    profilingTimerExpired (System/Posix/Signals.hsc:255)
    sigPROF (System/Posix/Signals.hsc:175)
    badSystemCall (System/Posix/Signals.hsc:258)
    sigSYS (System/Posix/Signals.hsc:177)
    breakpointTrap (System/Posix/Signals.hsc:261)
    sigTRAP (System/Posix/Signals.hsc:179)
    urgentDataAvailable (System/Posix/Signals.hsc:264)
    sigURG (System/Posix/Signals.hsc:181)
    virtualTimerExpired (System/Posix/Signals.hsc:267)
    sigVTALRM (System/Posix/Signals.hsc:183)
    cpuTimeLimitExceeded (System/Posix/Signals.hsc:270)
    sigXCPU (System/Posix/Signals.hsc:185)
    fileSizeLimitExceeded (System/Posix/Signals.hsc:273)
    sigXFSZ (System/Posix/Signals.hsc:187)
    SignalSet (System/Posix/Signals.hsc:492)
    emptySignalSet (System/Posix/Signals.hsc:494)
    fullSignalSet (System/Posix/Signals.hsc:500)
    addSignal (System/Posix/Signals.hsc:514)
    deleteSignal (System/Posix/Signals.hsc:523)
    inSignalSet (System/Posix/Signals.hsc:532)
 100% ( 18 / 18) in 'System.Posix.ByteString'
  33% (  2 /  6) in 'System.Posix.Signals.Exts'
  Missing documentation for:
    sigINFO (System/Posix/Signals/Exts.hsc:38)
    sigWINCH (System/Posix/Signals/Exts.hsc:41)
    infoEvent (System/Posix/Signals/Exts.hsc:45)
    windowChange (System/Posix/Signals/Exts.hsc:48)
  90% (  9 / 10) in 'System.Posix.Env'
  Missing documentation for:
    getEnvironmentPrim (System/Posix/Env.hsc:69)
 100% ( 17 / 17) in 'System.Posix'
Documentation created: dist/doc/html/unix/index.html,
dist/doc/html/unix/unix.txt
Creating package registration file:
/tmp/pkgConf-unix-2.7.117220600491455590964.0
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/unix-2.7.1.0-63aRZfntrvn2fmFY1Jqs3A
Registering unix-2.7.1.0...
Installed unix-2.7.1.0
Configuring utf8-string-1.0.1.1...
Building utf8-string-1.0.1.1...
Preprocessing library utf8-string-1.0.1.1...
[1 of 5] Compiling Codec.Binary.UTF8.String ( Codec/Binary/UTF8/String.hs, dist/build/Codec/Binary/UTF8/String.o )
[2 of 5] Compiling Codec.Binary.UTF8.Generic ( Codec/Binary/UTF8/Generic.hs, dist/build/Codec/Binary/UTF8/Generic.o )
[3 of 5] Compiling Data.String.UTF8 ( Data/String/UTF8.hs, dist/build/Data/String/UTF8.o )
[4 of 5] Compiling Data.ByteString.Lazy.UTF8 ( Data/ByteString/Lazy/UTF8.hs, dist/build/Data/ByteString/Lazy/UTF8.o )
[5 of 5] Compiling Data.ByteString.UTF8 ( Data/ByteString/UTF8.hs, dist/build/Data/ByteString/UTF8.o )
In-place registering utf8-string-1.0.1.1...
Running Haddock for utf8-string-1.0.1.1...
Running hscolour for utf8-string-1.0.1.1...
Preprocessing library utf8-string-1.0.1.1...
Preprocessing library utf8-string-1.0.1.1...
Haddock coverage:
 100% (  8 /  8) in 'Codec.Binary.UTF8.String'
  94% ( 16 / 17) in 'Codec.Binary.UTF8.Generic'
  Missing documentation for:
    UTF8Bytes (Codec/Binary/UTF8/Generic.hs:48)
  89% ( 24 / 27) in 'Data.String.UTF8'
  Missing documentation for:
    UTF8Bytes (Codec/Binary/UTF8/Generic.hs:48)
    fromRep (Data/String/UTF8.hs:59)
    toRep (Data/String/UTF8.hs:62)
 100% ( 17 / 17) in 'Data.ByteString.Lazy.UTF8'
 100% ( 17 / 17) in 'Data.ByteString.UTF8'
Documentation created: dist/doc/html/utf8-string/index.html,
dist/doc/html/utf8-string/utf8-string.txt
Creating package registration file:
/tmp/pkgConf-utf8-string-1.0.1846621269584522071.1
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/utf8-string-1.0.1.1-K8LlQ771b7vG9U0NlpgC6K
Registering utf8-string-1.0.1.1...
Installed utf8-string-1.0.1.1
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.285291638900104667.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-6jbh1eiouK0JiuHqQSdJmd
Registering network-2.6.2.1...
Installed network-2.6.2.1
Configuring stompl-0.1.0...
Building stompl-0.1.0...
Preprocessing library stompl-0.1.0...
[1 of 2] Compiling Network.Mom.Stompl.Frame ( Network/Mom/Stompl/Frame.hs, dist/build/Network/Mom/Stompl/Frame.o )
[2 of 2] Compiling Network.Mom.Stompl.Parser ( Network/Mom/Stompl/Parser.hs, dist/build/Network/Mom/Stompl/Parser.o )

Network/Mom/Stompl/Parser.hs:17:3:
    Bad interface file: /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/attoparsec-0.9.1.2-5vkFHFkg0kM74aH4c0Gcf2/Data/Attoparsec.hi
        /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/attoparsec-0.9.1.2-5vkFHFkg0kM74aH4c0Gcf2/Data/Attoparsec.hi: openBinaryFile: does not exist (No such file or directory)

Network/Mom/Stompl/Parser.hs:18:44:
    Module ‘Data.Attoparsec’ does not export ‘takeWhile’

Network/Mom/Stompl/Parser.hs:18:55:
    Module ‘Data.Attoparsec’ does not export ‘takeTill’
Failed to install stompl-0.1.0
cabal: Error: some packages failed to install:
stomp-queue-0.0.6 depends on stompl-0.1.0 which failed to install.
stompl-0.1.0 failed during the building phase. The exception was:
ExitFailure 1

Test log

No test log was submitted for this report.