Build #1 for terminal-progress-bar-0.1.1

[all reports]

Package terminal-progress-bar-0.1.1
Install InstallOk
Docs Ok
Tests NotTried
Time submitted 2016-10-03 08:59:59.622825 UTC
Compiler ghc-8.0.1.20160701
OS linux
Arch x86_64
Dependencies base-4.9.0.0, stm-2.4.4.1, stm-chans-3.0.0.4
Flags -example

Code Coverage

No Code Coverage was submitted for this report.

Build log

[view raw]

Resolving dependencies...
cabal: Entering directory '/tmp/cabal-tmp-7892/stm-2.4.4.1'
Configuring stm-2.4.4.1...
Building stm-2.4.4.1...
Preprocessing library stm-2.4.4.1...
[ 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 )
Running Haddock for stm-2.4.4.1...
Running hscolour for stm-2.4.4.1...
Preprocessing library stm-2.4.4.1...
Preprocessing library stm-2.4.4.1...
Haddock coverage:
   0% (  0 / 11) in 'Control.Sequential.STM'
  Missing documentation for:
    Module header
    STM (Control/Sequential/STM.hs:29)
    atomically (Control/Sequential/STM.hs:47)
    throwSTM (Control/Sequential/STM.hs:54)
    catchSTM (Control/Sequential/STM.hs:57)
    TVar (Control/Sequential/STM.hs:72)
    newTVar (Control/Sequential/STM.hs:75)
    newTVarIO (Control/Sequential/STM.hs:78)
    readTVar (Control/Sequential/STM.hs:83)
    readTVarIO (Control/Sequential/STM.hs:86)
    writeTVar (Control/Sequential/STM.hs:89)
 100% ( 13 / 13) in 'Control.Concurrent.STM.TBQueue'
 100% ( 12 / 12) in 'Control.Concurrent.STM.TQueue'
 100% ( 18 / 18) in 'Control.Concurrent.STM.TChan'
 100% ( 16 / 16) in 'Control.Concurrent.STM.TMVar'
 100% ( 13 / 13) in 'Control.Concurrent.STM.TVar'
 100% (  2 /  2) in 'Control.Concurrent.STM.TArray'
  90% (  9 / 10) in 'Control.Monad.STM'
  Missing documentation for:
    check (Control/Monad/STM.hs:81)
 100% (  8 /  8) in 'Control.Concurrent.STM'
  40% (  2 /  5) in 'Control.Concurrent.STM.TSem'
  Missing documentation for:
    newTSem (Control/Concurrent/STM/TSem.hs:42)
    waitTSem (Control/Concurrent/STM/TSem.hs:45)
    signalTSem (Control/Concurrent/STM/TSem.hs:51)
Warning: Control.Concurrent.STM.TArray: could not find link destinations for:
    getNumElements unsafeNewArray_ unsafeRead unsafeWrite
Warning: Control.Monad.STM: could not find link destinations for:
    getNumElements unsafeNewArray_ unsafeRead unsafeWrite
Documentation created: dist/doc/html/stm/index.html, dist/doc/html/stm/stm.txt
Creating package registration file:
/tmp/pkgConf-stm-2.4.42145174067468703135.1
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20160701/stm-2.4.4.1-4z2NRWnB0NIIUvSJsHW0kF
Registering stm-2.4.4.1...
cabal: Leaving directory '/tmp/cabal-tmp-7892/stm-2.4.4.1'
Installed stm-2.4.4.1
cabal: Entering directory '/tmp/cabal-tmp-7892/stm-chans-3.0.0.4'
[1 of 1] Compiling Main             ( /tmp/cabal-tmp-7892/stm-chans-3.0.0.4/dist/setup/setup.hs, /tmp/cabal-tmp-7892/stm-chans-3.0.0.4/dist/setup/Main.o )
Linking /tmp/cabal-tmp-7892/stm-chans-3.0.0.4/dist/setup/setup ...
Configuring stm-chans-3.0.0.4...
Building stm-chans-3.0.0.4...
Preprocessing library stm-chans-3.0.0.4...
[1 of 5] Compiling Control.Concurrent.STM.TMQueue ( src/Control/Concurrent/STM/TMQueue.hs, dist/build/Control/Concurrent/STM/TMQueue.o )
[2 of 5] Compiling Control.Concurrent.STM.TBMQueue ( src/Control/Concurrent/STM/TBMQueue.hs, dist/build/Control/Concurrent/STM/TBMQueue.o )
[3 of 5] Compiling Control.Concurrent.STM.TMChan ( src/Control/Concurrent/STM/TMChan.hs, dist/build/Control/Concurrent/STM/TMChan.o )
[4 of 5] Compiling Control.Concurrent.STM.TBMChan ( src/Control/Concurrent/STM/TBMChan.hs, dist/build/Control/Concurrent/STM/TBMChan.o )
[5 of 5] Compiling Control.Concurrent.STM.TBChan ( src/Control/Concurrent/STM/TBChan.hs, dist/build/Control/Concurrent/STM/TBChan.o )
Running Haddock for stm-chans-3.0.0.4...
Running hscolour for stm-chans-3.0.0.4...
Preprocessing library stm-chans-3.0.0.4...
Preprocessing library stm-chans-3.0.0.4...
Haddock coverage:
 100% ( 19 / 19) in 'Control.Concurrent.STM.TMQueue'
 100% ( 24 / 24) in 'Control.Concurrent.STM.TBMQueue'
 100% ( 22 / 22) in 'Control.Concurrent.STM.TMChan'
 100% ( 24 / 24) in 'Control.Concurrent.STM.TBMChan'
 100% ( 21 / 21) in 'Control.Concurrent.STM.TBChan'
Documentation created: dist/doc/html/stm-chans/index.html,
dist/doc/html/stm-chans/stm-chans.txt
Creating package registration file:
/tmp/pkgConf-stm-chans-3.0.0111537764338888228.4
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20160701/stm-chans-3.0.0.4-4lLWE8CZnvmDZJW5bKkus1
Registering stm-chans-3.0.0.4...
cabal: Leaving directory '/tmp/cabal-tmp-7892/stm-chans-3.0.0.4'
Installed stm-chans-3.0.0.4
Downloading terminal-progress-bar-0.1.1...
cabal: Entering directory '/tmp/cabal-tmp-7892/terminal-progress-bar-0.1.1'
Configuring terminal-progress-bar-0.1.1...
Building terminal-progress-bar-0.1.1...
Preprocessing library terminal-progress-bar-0.1.1...
[1 of 1] Compiling System.ProgressBar ( src/System/ProgressBar.hs, dist/build/System/ProgressBar.o )
Running Haddock for terminal-progress-bar-0.1.1...
Running hscolour for terminal-progress-bar-0.1.1...
Preprocessing library terminal-progress-bar-0.1.1...
Preprocessing library terminal-progress-bar-0.1.1...
Haddock coverage:
  88% ( 14 / 16) in 'System.ProgressBar'
  Missing documentation for:
    Module header
    ProgressRef (src/System/ProgressBar.hs:159)
Documentation created: dist/doc/html/terminal-progress-bar/index.html,
dist/doc/html/terminal-progress-bar/terminal-progress-bar.txt
Creating package registration file:
/tmp/pkgConf-terminal-progress-bar-0.112390360291884661237.1
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20160701/terminal-progress-bar-0.1.1-LlYYqRbhRPb1kncmaKbZAw
Registering terminal-progress-bar-0.1.1...
cabal: Leaving directory '/tmp/cabal-tmp-7892/terminal-progress-bar-0.1.1'
Installed terminal-progress-bar-0.1.1

Test log

No test log was submitted for this report.