Build #2 for Network-NineP-0.0.2

[all reports]

Package Network-NineP-0.0.2
Install InstallOk
Docs Ok
Tests NotTried
Time submitted unknown
Compiler ghc-7.6.3
OS linux
Arch x86_64
Dependencies regex-posix-0.95.2, network-2.4.1.2, mtl-2.1.2, mstate-0.2.4, monad-loops-0.4.2, containers-0.5.0.0, bytestring-0.10.0.2, binary-0.5.1.1, base-4.6.0.1, NineP-0.0.2.1
Flags none

Code Coverage

No Code Coverage was submitted for this report.

Build log

[view raw]

Resolving dependencies...
Configuring NineP-0.0.2.1...
Building NineP-0.0.2.1...
Preprocessing library NineP-0.0.2.1...
[1 of 1] Compiling Data.NineP       ( src/Data/NineP.hs, dist/build/Data/NineP.o )
In-place registering NineP-0.0.2.1...
Running Haddock for NineP-0.0.2.1...
Running hscolour for NineP-0.0.2.1...
Preprocessing library NineP-0.0.2.1...
Preprocessing library NineP-0.0.2.1...
Haddock coverage:
  95% ( 18 / 19) in 'Data.NineP'
Warning: Data.NineP: could not find link destinations for:
    Data.NineP.getNest Data.NineP.putListAll
Documentation created: dist/doc/html/NineP/index.html
Installing library in
/srv/hackage/var/build/tmp-install/lib/x86_64-linux-ghc-7.6.3/NineP-0.0.2.1
Registering NineP-0.0.2.1...
Installed NineP-0.0.2.1
Configuring extensible-exceptions-0.1.1.4...
Building extensible-exceptions-0.1.1.4...
Preprocessing library extensible-exceptions-0.1.1.4...
[1 of 1] Compiling Control.Exception.Extensible ( Control/Exception/Extensible.hs, dist/build/Control/Exception/Extensible.o )
In-place registering extensible-exceptions-0.1.1.4...
Running Haddock for extensible-exceptions-0.1.1.4...
Running hscolour for extensible-exceptions-0.1.1.4...
Preprocessing library extensible-exceptions-0.1.1.4...
Preprocessing library extensible-exceptions-0.1.1.4...
Haddock coverage:
 100% (  2 /  2) in 'Control.Exception.Extensible'
Documentation created: dist/doc/html/extensible-exceptions/index.html
Installing library in
/srv/hackage/var/build/tmp-install/lib/x86_64-linux-ghc-7.6.3/extensible-exceptions-0.1.1.4
Registering extensible-exceptions-0.1.1.4...
Installed extensible-exceptions-0.1.1.4
Configuring monad-loops-0.4.2...
Building monad-loops-0.4.2...
Preprocessing library monad-loops-0.4.2...
[1 of 1] Compiling Control.Monad.Loops ( src/Control/Monad/Loops.hs, dist/build/Control/Monad/Loops.o )
In-place registering monad-loops-0.4.2...
Running Haddock for monad-loops-0.4.2...
Running hscolour for monad-loops-0.4.2...
Preprocessing library monad-loops-0.4.2...
Preprocessing library monad-loops-0.4.2...
Haddock coverage:
  72% ( 34 / 47) in 'Control.Monad.Loops'
Documentation created: dist/doc/html/monad-loops/index.html
Installing library in
/srv/hackage/var/build/tmp-install/lib/x86_64-linux-ghc-7.6.3/monad-loops-0.4.2
Registering monad-loops-0.4.2...
Installed monad-loops-0.4.2
Configuring regex-base-0.93.2...
Building regex-base-0.93.2...
Preprocessing library regex-base-0.93.2...
[1 of 4] Compiling Text.Regex.Base.RegexLike ( Text/Regex/Base/RegexLike.hs, dist/build/Text/Regex/Base/RegexLike.o )
[2 of 4] Compiling Text.Regex.Base.Context ( Text/Regex/Base/Context.hs, dist/build/Text/Regex/Base/Context.o )
[3 of 4] Compiling Text.Regex.Base  ( Text/Regex/Base.hs, dist/build/Text/Regex/Base.o )
[4 of 4] Compiling Text.Regex.Base.Impl ( Text/Regex/Base/Impl.hs, dist/build/Text/Regex/Base/Impl.o )
In-place registering regex-base-0.93.2...
Running Haddock for regex-base-0.93.2...
Running hscolour for regex-base-0.93.2...
Preprocessing library regex-base-0.93.2...
Preprocessing library regex-base-0.93.2...
Haddock coverage:
  94% ( 17 / 18) in 'Text.Regex.Base.RegexLike'
 100% (  1 /  1) in 'Text.Regex.Base.Context'
  75% (  3 /  4) in 'Text.Regex.Base'
  33% (  1 /  3) in 'Text.Regex.Base.Impl'
Documentation created: dist/doc/html/regex-base/index.html
Installing library in
/srv/hackage/var/build/tmp-install/lib/x86_64-linux-ghc-7.6.3/regex-base-0.93.2
Registering regex-base-0.93.2...
Installed regex-base-0.93.2
Configuring stm-2.4.2...
Building stm-2.4.2...
Preprocessing library stm-2.4.2...
[ 1 of 10] Compiling Control.Sequential.STM ( Control/Sequential/STM.hs, dist/build/Control/Sequential/STM.o )
[ 2 of 10] Compiling Control.Concurrent.STM.TBQueue ( Control/Concurrent/STM/TBQueue.hs, dist/build/Control/Concurrent/STM/TBQueue.o )
[ 3 of 10] Compiling Control.Concurrent.STM.TQueue ( Control/Concurrent/STM/TQueue.hs, dist/build/Control/Concurrent/STM/TQueue.o )
[ 4 of 10] Compiling Control.Concurrent.STM.TChan ( Control/Concurrent/STM/TChan.hs, dist/build/Control/Concurrent/STM/TChan.o )
[ 5 of 10] Compiling Control.Concurrent.STM.TMVar ( Control/Concurrent/STM/TMVar.hs, dist/build/Control/Concurrent/STM/TMVar.o )
[ 6 of 10] Compiling Control.Concurrent.STM.TVar ( Control/Concurrent/STM/TVar.hs, dist/build/Control/Concurrent/STM/TVar.o )
[ 7 of 10] Compiling Control.Concurrent.STM.TArray ( Control/Concurrent/STM/TArray.hs, dist/build/Control/Concurrent/STM/TArray.o )
[ 8 of 10] Compiling Control.Monad.STM ( Control/Monad/STM.hs, dist/build/Control/Monad/STM.o )
[ 9 of 10] Compiling Control.Concurrent.STM ( Control/Concurrent/STM.hs, dist/build/Control/Concurrent/STM.o )
[10 of 10] Compiling Control.Concurrent.STM.TSem ( Control/Concurrent/STM/TSem.hs, dist/build/Control/Concurrent/STM/TSem.o )
In-place registering stm-2.4.2...
Running Haddock for stm-2.4.2...
Running hscolour for stm-2.4.2...
Preprocessing library stm-2.4.2...
Preprocessing library stm-2.4.2...
Haddock coverage:
   0% (  0 / 11) in 'Control.Sequential.STM'
 100% ( 12 / 12) in 'Control.Concurrent.STM.TBQueue'
 100% ( 12 / 12) in 'Control.Concurrent.STM.TQueue'
 100% ( 18 / 18) in 'Control.Concurrent.STM.TChan'
 100% ( 15 / 15) in 'Control.Concurrent.STM.TMVar'
 100% ( 12 / 12) in 'Control.Concurrent.STM.TVar'
 100% (  2 /  2) in 'Control.Concurrent.STM.TArray'
  90% (  9 / 10) in 'Control.Monad.STM'
 100% (  8 /  8) in 'Control.Concurrent.STM'
  40% (  2 /  5) in 'Control.Concurrent.STM.TSem'
Documentation created: dist/doc/html/stm/index.html
Installing library in
/srv/hackage/var/build/tmp-install/lib/x86_64-linux-ghc-7.6.3/stm-2.4.2
Registering stm-2.4.2...
Installed stm-2.4.2
Configuring monad-peel-0.1.1...
Building monad-peel-0.1.1...
Preprocessing library monad-peel-0.1.1...
[1 of 3] Compiling Control.Monad.Trans.Peel ( Control/Monad/Trans/Peel.hs, dist/build/Control/Monad/Trans/Peel.o )
[2 of 3] Compiling Control.Monad.IO.Peel ( Control/Monad/IO/Peel.hs, dist/build/Control/Monad/IO/Peel.o )
[3 of 3] Compiling Control.Exception.Peel ( Control/Exception/Peel.hs, dist/build/Control/Exception/Peel.o )

Control/Exception/Peel.hs:113:19: Warning:
    In the use of `E.block'
    (imported from Control.Exception.Extensible, but defined in GHC.IO):
    Deprecated: "use Control.Exception.mask instead"

Control/Exception/Peel.hs:117:21: Warning:
    In the use of `E.unblock'
    (imported from Control.Exception.Extensible, but defined in GHC.IO):
    Deprecated: "use Control.Exception.mask instead"
In-place registering monad-peel-0.1.1...
Running Haddock for monad-peel-0.1.1...
Running hscolour for monad-peel-0.1.1...
Preprocessing library monad-peel-0.1.1...
Preprocessing library monad-peel-0.1.1...

dist/build/tmp-11773/Control/Exception/Peel.hs:113:19: Warning:
    In the use of `E.block'
    (imported from Control.Exception.Extensible, but defined in GHC.IO):
    Deprecated: "use Control.Exception.mask instead"

dist/build/tmp-11773/Control/Exception/Peel.hs:117:21: Warning:
    In the use of `E.unblock'
    (imported from Control.Exception.Extensible, but defined in GHC.IO):
    Deprecated: "use Control.Exception.mask instead"
Haddock coverage:
 100% (  6 /  6) in 'Control.Monad.Trans.Peel'
 100% (  4 /  4) in 'Control.Monad.IO.Peel'
 100% ( 20 / 20) in 'Control.Exception.Peel'
Documentation created: dist/doc/html/monad-peel/index.html
Installing library in
/srv/hackage/var/build/tmp-install/lib/x86_64-linux-ghc-7.6.3/monad-peel-0.1.1
Registering monad-peel-0.1.1...
Installed monad-peel-0.1.1
Configuring regex-posix-0.95.2...
Building regex-posix-0.95.2...
Preprocessing library regex-posix-0.95.2...
[1 of 6] Compiling Text.Regex.Posix.Wrap ( dist/build/Text/Regex/Posix/Wrap.hs, dist/build/Text/Regex/Posix/Wrap.o )
[2 of 6] Compiling Text.Regex.Posix.String ( Text/Regex/Posix/String.hs, dist/build/Text/Regex/Posix/String.o )
[3 of 6] Compiling Text.Regex.Posix.Sequence ( Text/Regex/Posix/Sequence.hs, dist/build/Text/Regex/Posix/Sequence.o )
[4 of 6] Compiling Text.Regex.Posix.ByteString ( Text/Regex/Posix/ByteString.hs, dist/build/Text/Regex/Posix/ByteString.o )
[5 of 6] Compiling Text.Regex.Posix.ByteString.Lazy ( Text/Regex/Posix/ByteString/Lazy.hs, dist/build/Text/Regex/Posix/ByteString/Lazy.o )
[6 of 6] Compiling Text.Regex.Posix ( Text/Regex/Posix.hs, dist/build/Text/Regex/Posix.o )
In-place registering regex-posix-0.95.2...
Running Haddock for regex-posix-0.95.2...
Running hscolour for regex-posix-0.95.2...
Preprocessing library regex-posix-0.95.2...
Preprocessing library regex-posix-0.95.2...
Haddock coverage:
  40% ( 17 / 42) in 'Text.Regex.Posix.Wrap'
  68% ( 17 / 25) in 'Text.Regex.Posix.String'
  67% ( 16 / 24) in 'Text.Regex.Posix.Sequence'
  68% ( 17 / 25) in 'Text.Regex.Posix.ByteString'
  68% ( 17 / 25) in 'Text.Regex.Posix.ByteString.Lazy'
  80% (  4 /  5) in 'Text.Regex.Posix'
Warning: Text.Regex.Posix.Wrap: could not find link destinations for:
    Text.Regex.Posix.Wrap.retNoMatch
Warning: Text.Regex.Posix.String: could not find link destinations for:
    Text.Regex.Posix.Wrap.retNoMatch
Warning: Text.Regex.Posix.Sequence: could not find link destinations for:
    Text.Regex.Posix.Wrap.retNoMatch
Warning: Text.Regex.Posix.ByteString: could not find link destinations for:
    Text.Regex.Posix.Wrap.retNoMatch
Warning: Text.Regex.Posix.ByteString.Lazy: could not find link destinations for:
    Text.Regex.Posix.Wrap.retNoMatch
Documentation created: dist/doc/html/regex-posix/index.html
Installing library in
/srv/hackage/var/build/tmp-install/lib/x86_64-linux-ghc-7.6.3/regex-posix-0.95.2
Registering regex-posix-0.95.2...
Installed regex-posix-0.95.2
Configuring mstate-0.2.4...
Building mstate-0.2.4...
Preprocessing library mstate-0.2.4...
[1 of 1] Compiling Control.Concurrent.MState ( src/Control/Concurrent/MState.hs, dist/build/Control/Concurrent/MState.o )

src/Control/Concurrent/MState.hs:41:1: Warning:
    Module `Prelude' does not export `catch'
In-place registering mstate-0.2.4...
Running Haddock for mstate-0.2.4...
Running hscolour for mstate-0.2.4...
Preprocessing library mstate-0.2.4...
Preprocessing library mstate-0.2.4...

dist/build/tmp-11773/src/Control/Concurrent/MState.hs:41:1: Warning:
    Module `Prelude' does not export `catch'
Haddock coverage:
  88% ( 15 / 17) in 'Control.Concurrent.MState'
Documentation created: dist/doc/html/mstate/index.html
Installing library in
/srv/hackage/var/build/tmp-install/lib/x86_64-linux-ghc-7.6.3/mstate-0.2.4
Registering mstate-0.2.4...
Installed mstate-0.2.4
Configuring Network-NineP-0.0.2...
Building Network-NineP-0.0.2...
Preprocessing library Network-NineP-0.0.2...
[1 of 7] Compiling Network.NineP.Error ( Network/NineP/Error.hs, dist/build/Network/NineP/Error.o )
[2 of 7] Compiling Network.NineP.Internal.File ( Network/NineP/Internal/File.hs, dist/build/Network/NineP/Internal/File.o )
[3 of 7] Compiling Network.NineP.File ( Network/NineP/File.hs, dist/build/Network/NineP/File.o )
[4 of 7] Compiling Network.NineP.Internal.State ( Network/NineP/Internal/State.hs, dist/build/Network/NineP/Internal/State.o )
[5 of 7] Compiling Network.NineP.Internal.Msg ( Network/NineP/Internal/Msg.hs, dist/build/Network/NineP/Internal/Msg.o )
[6 of 7] Compiling Network.NineP.Server ( Network/NineP/Server.hs, dist/build/Network/NineP/Server.o )
[7 of 7] Compiling Network.NineP    ( Network/NineP.hs, dist/build/Network/NineP.o )
In-place registering Network-NineP-0.0.2...
Preprocessing executable 'test' for Network-NineP-0.0.2...
[1 of 8] Compiling Network.NineP.Error ( Network/NineP/Error.hs, dist/build/test/test-tmp/Network/NineP/Error.o )
[2 of 8] Compiling Network.NineP.Internal.File ( Network/NineP/Internal/File.hs, dist/build/test/test-tmp/Network/NineP/Internal/File.o )
[3 of 8] Compiling Network.NineP.File ( Network/NineP/File.hs, dist/build/test/test-tmp/Network/NineP/File.o )
[4 of 8] Compiling Network.NineP.Internal.State ( Network/NineP/Internal/State.hs, dist/build/test/test-tmp/Network/NineP/Internal/State.o )
[5 of 8] Compiling Network.NineP.Internal.Msg ( Network/NineP/Internal/Msg.hs, dist/build/test/test-tmp/Network/NineP/Internal/Msg.o )
[6 of 8] Compiling Network.NineP.Server ( Network/NineP/Server.hs, dist/build/test/test-tmp/Network/NineP/Server.o )
[7 of 8] Compiling Network.NineP    ( Network/NineP.hs, dist/build/test/test-tmp/Network/NineP.o )
[8 of 8] Compiling Main             ( Test.hs, dist/build/test/test-tmp/Main.o )
Linking dist/build/test/test ...
Running Haddock for Network-NineP-0.0.2...
Running hscolour for Network-NineP-0.0.2...
Preprocessing library Network-NineP-0.0.2...
Preprocessing executable 'test' for Network-NineP-0.0.2...
Preprocessing library Network-NineP-0.0.2...
Haddock coverage:
 100% (  3 /  3) in 'Network.NineP.Error'
   0% (  0 /  4) in 'Network.NineP.Internal.File'
 100% (  3 /  3) in 'Network.NineP.File'
   8% (  1 / 12) in 'Network.NineP.Internal.State'
   7% (  1 / 15) in 'Network.NineP.Internal.Msg'
  50% (  3 /  6) in 'Network.NineP.Server'
 100% (  2 /  2) in 'Network.NineP'
Documentation created: dist/doc/html/Network-NineP/index.html
Preprocessing executable 'test' for Network-NineP-0.0.2...
Installing library in
/srv/hackage/var/build/tmp-install/lib/x86_64-linux-ghc-7.6.3/Network-NineP-0.0.2
Installing executable(s) in /srv/hackage/var/build/tmp-install/bin
Warning: The directory /srv/hackage/var/build/tmp-install/bin is not in the
system search path.
Registering Network-NineP-0.0.2...
Installed Network-NineP-0.0.2

Test log

No test log was submitted for this report.