Build #4 for game-of-life-0.1.0.5

[all reports]

Package game-of-life-0.1.0.5
Install InstallOk
Docs Ok
Tests NotTried
Time submitted 2016-11-14 00:43:58.485259 UTC
Compiler ghc-8.0.1.20161018
OS linux
Arch x86_64
Dependencies array-0.5.1.1, base-4.9.0.0, hscurses-1.4.2.0, random-1.1, text-1.2.2.1
Flags none

Code Coverage

No Code Coverage was submitted for this report.

Build log

[view raw]

Resolving dependencies...
cabal: Entering directory '/tmp/cabal-tmp-29512/mtl-2.2.1'
Configuring mtl-2.2.1...
Building mtl-2.2.1...
Preprocessing library mtl-2.2.1...
[ 1 of 22] Compiling Control.Monad.Writer.Class ( Control/Monad/Writer/Class.hs, dist/build/Control/Monad/Writer/Class.o )
[ 2 of 22] Compiling Control.Monad.Trans ( Control/Monad/Trans.hs, dist/build/Control/Monad/Trans.o )
[ 3 of 22] Compiling Control.Monad.Writer.Lazy ( Control/Monad/Writer/Lazy.hs, dist/build/Control/Monad/Writer/Lazy.o )
[ 4 of 22] Compiling Control.Monad.Writer ( Control/Monad/Writer.hs, dist/build/Control/Monad/Writer.o )
[ 5 of 22] Compiling Control.Monad.Writer.Strict ( Control/Monad/Writer/Strict.hs, dist/build/Control/Monad/Writer/Strict.o )
[ 6 of 22] Compiling Control.Monad.State.Class ( Control/Monad/State/Class.hs, dist/build/Control/Monad/State/Class.o )
[ 7 of 22] Compiling Control.Monad.State.Lazy ( Control/Monad/State/Lazy.hs, dist/build/Control/Monad/State/Lazy.o )
[ 8 of 22] Compiling Control.Monad.State.Strict ( Control/Monad/State/Strict.hs, dist/build/Control/Monad/State/Strict.o )
[ 9 of 22] Compiling Control.Monad.State ( Control/Monad/State.hs, dist/build/Control/Monad/State.o )
[10 of 22] Compiling Control.Monad.Reader.Class ( Control/Monad/Reader/Class.hs, dist/build/Control/Monad/Reader/Class.o )
[11 of 22] Compiling Control.Monad.Reader ( Control/Monad/Reader.hs, dist/build/Control/Monad/Reader.o )
[12 of 22] Compiling Control.Monad.RWS.Class ( Control/Monad/RWS/Class.hs, dist/build/Control/Monad/RWS/Class.o )
[13 of 22] Compiling Control.Monad.RWS.Lazy ( Control/Monad/RWS/Lazy.hs, dist/build/Control/Monad/RWS/Lazy.o )
[14 of 22] Compiling Control.Monad.RWS.Strict ( Control/Monad/RWS/Strict.hs, dist/build/Control/Monad/RWS/Strict.o )
[15 of 22] Compiling Control.Monad.RWS ( Control/Monad/RWS.hs, dist/build/Control/Monad/RWS.o )
[16 of 22] Compiling Control.Monad.List ( Control/Monad/List.hs, dist/build/Control/Monad/List.o )
[17 of 22] Compiling Control.Monad.Identity ( Control/Monad/Identity.hs, dist/build/Control/Monad/Identity.o )
[18 of 22] Compiling Control.Monad.Error.Class ( Control/Monad/Error/Class.hs, dist/build/Control/Monad/Error/Class.o )
[19 of 22] Compiling Control.Monad.Except ( Control/Monad/Except.hs, dist/build/Control/Monad/Except.o )
[20 of 22] Compiling Control.Monad.Error ( Control/Monad/Error.hs, dist/build/Control/Monad/Error.o )
[21 of 22] Compiling Control.Monad.Cont.Class ( Control/Monad/Cont/Class.hs, dist/build/Control/Monad/Cont/Class.o )
[22 of 22] Compiling Control.Monad.Cont ( Control/Monad/Cont.hs, dist/build/Control/Monad/Cont.o )
Running Haddock for mtl-2.2.1...
Running hscolour for mtl-2.2.1...
Preprocessing library mtl-2.2.1...
Preprocessing library mtl-2.2.1...
Haddock coverage:
  75% (  3 /  4) in 'Control.Monad.Writer.Class'
  Missing documentation for:
    MonadWriter (Control/Monad/Writer/Class.hs:62)
 100% (  3 /  3) in 'Control.Monad.Trans'
  89% ( 17 / 19) in 'Control.Monad.Writer.Lazy'
  Missing documentation for:
    MonadWriter (Control/Monad/Writer/Class.hs:62)
    runWriterT
 100% (  2 /  2) in 'Control.Monad.Writer'
  94% ( 17 / 18) in 'Control.Monad.Writer.Strict'
  Missing documentation for:
    MonadWriter (Control/Monad/Writer/Class.hs:62)
 100% (  5 /  5) in 'Control.Monad.State.Class'
  96% ( 24 / 25) in 'Control.Monad.State.Lazy'
  Missing documentation for:
    runStateT
  96% ( 24 / 25) in 'Control.Monad.State.Strict'
  Missing documentation for:
    runStateT
 100% (  2 /  2) in 'Control.Monad.State'
 100% (  3 /  3) in 'Control.Monad.Reader.Class'
  96% ( 22 / 23) in 'Control.Monad.Reader'
  Missing documentation for:
    runReaderT
  80% (  4 /  5) in 'Control.Monad.RWS.Class'
  Missing documentation for:
    MonadRWS (Control/Monad/RWS/Class.hs:44)
  95% ( 21 / 22) in 'Control.Monad.RWS.Lazy'
  Missing documentation for:
    runRWST
  95% ( 21 / 22) in 'Control.Monad.RWS.Strict'
  Missing documentation for:
    runRWST
 100% (  2 /  2) in 'Control.Monad.RWS'
 100% (  5 /  5) in 'Control.Monad.List'
 100% (  4 /  4) in 'Control.Monad.Identity'
 100% (  3 /  3) in 'Control.Monad.Error.Class'
 100% ( 19 / 19) in 'Control.Monad.Except'
  93% ( 14 / 15) in 'Control.Monad.Error'
  Missing documentation for:
    runErrorT
  50% (  1 /  2) in 'Control.Monad.Cont.Class'
  Missing documentation for:
    MonadCont (Control/Monad/Cont/Class.hs:73)
  91% ( 20 / 22) in 'Control.Monad.Cont'
  Missing documentation for:
    MonadCont (Control/Monad/Cont/Class.hs:73)
    runContT
Documentation created: dist/doc/html/mtl/index.html, dist/doc/html/mtl/mtl.txt
Creating package registration file: /tmp/pkgConf-mtl-2.22145174067468703135.1
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20161018/mtl-2.2.1-6qsR1PHUy5lL47Hpoa4jCM
Registering mtl-2.2.1...
cabal: Leaving directory '/tmp/cabal-tmp-29512/mtl-2.2.1'
Installed mtl-2.2.1
cabal: Entering directory '/tmp/cabal-tmp-29512/old-locale-1.0.0.7'
Configuring old-locale-1.0.0.7...
Building old-locale-1.0.0.7...
Preprocessing library old-locale-1.0.0.7...
[1 of 1] Compiling System.Locale    ( System/Locale.hs, dist/build/System/Locale.o )
Running Haddock for old-locale-1.0.0.7...
Running hscolour for old-locale-1.0.0.7...
Preprocessing library old-locale-1.0.0.7...
Preprocessing library old-locale-1.0.0.7...
Haddock coverage:
  60% (  3 /  5) in 'System.Locale'
  Missing documentation for:
    TimeLocale (System/Locale.hs:36)
    defaultTimeLocale (System/Locale.hs:49)
Documentation created: dist/doc/html/old-locale/index.html,
dist/doc/html/old-locale/old-locale.txt
Creating package registration file:
/tmp/pkgConf-old-locale-1.0.09176792922006811972.7
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20161018/old-locale-1.0.0.7-6glXNhHF891B41ZfuI8hU8
Registering old-locale-1.0.0.7...
cabal: Leaving directory '/tmp/cabal-tmp-29512/old-locale-1.0.0.7'
Installed old-locale-1.0.0.7
cabal: Entering directory '/tmp/cabal-tmp-29512/random-1.1'
Configuring random-1.1...
Building random-1.1...
Preprocessing library random-1.1...
[1 of 1] Compiling System.Random    ( System/Random.hs, dist/build/System/Random.o )

System/Random.hs:43:1: warning: [-Wtabs]
    Tab character found here, and in 74 further locations.
    Please use spaces instead.
Running Haddock for random-1.1...
Running hscolour for random-1.1...
Preprocessing library random-1.1...
Preprocessing library random-1.1...

System/Random.hs:43:1: warning: [-Wtabs]
    Tab character found here, and in 74 further locations.
    Please use spaces instead.
Haddock coverage:
Cannot find documentation for: $intro
 100% ( 16 / 16) in 'System.Random'
Documentation created: dist/doc/html/random/index.html,
dist/doc/html/random/random.txt
Creating package registration file:
/tmp/pkgConf-random-113291321331280321648.1
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20161018/random-1.1-54KmMHXjttlERYcr1mvsAe
Registering random-1.1...
cabal: Leaving directory '/tmp/cabal-tmp-29512/random-1.1'
Installed random-1.1
cabal: Entering directory '/tmp/cabal-tmp-29512/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.Monad.STM ( Control/Monad/STM.hs, dist/build/Control/Monad/STM.o )
[ 3 of 10] Compiling Control.Concurrent.STM.TVar ( Control/Concurrent/STM/TVar.hs, dist/build/Control/Concurrent/STM/TVar.o )
[ 4 of 10] Compiling Control.Concurrent.STM.TQueue ( Control/Concurrent/STM/TQueue.hs, dist/build/Control/Concurrent/STM/TQueue.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.TChan ( Control/Concurrent/STM/TChan.hs, dist/build/Control/Concurrent/STM/TChan.o )
[ 7 of 10] Compiling Control.Concurrent.STM.TBQueue ( Control/Concurrent/STM/TBQueue.hs, dist/build/Control/Concurrent/STM/TBQueue.o )
[ 8 of 10] Compiling Control.Concurrent.STM.TArray ( Control/Concurrent/STM/TArray.hs, dist/build/Control/Concurrent/STM/TArray.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)
  90% (  9 / 10) in 'Control.Monad.STM'
  Missing documentation for:
    check (Control/Monad/STM.hs:81)
 100% ( 13 / 13) in 'Control.Concurrent.STM.TVar'
 100% ( 12 / 12) in 'Control.Concurrent.STM.TQueue'
 100% ( 16 / 16) in 'Control.Concurrent.STM.TMVar'
 100% ( 18 / 18) in 'Control.Concurrent.STM.TChan'
 100% ( 13 / 13) in 'Control.Concurrent.STM.TBQueue'
 100% (  2 /  2) in 'Control.Concurrent.STM.TArray'
 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.Monad.STM: could not find link destinations for:
    getNumElements unsafeNewArray_ unsafeRead unsafeWrite
Warning: Control.Concurrent.STM.TArray: 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.432829828570636429.1
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20161018/stm-2.4.4.1-4z2NRWnB0NIIUvSJsHW0kF
Registering stm-2.4.4.1...
cabal: Leaving directory '/tmp/cabal-tmp-29512/stm-2.4.4.1'
Installed stm-2.4.4.1
cabal: Entering directory '/tmp/cabal-tmp-29512/text-1.2.2.1'
Configuring text-1.2.2.1...
Building text-1.2.2.1...
Preprocessing library text-1.2.2.1...
[ 1 of 44] Compiling Data.Text.Internal.Unsafe.Shift ( Data/Text/Internal/Unsafe/Shift.hs, dist/build/Data/Text/Internal/Unsafe/Shift.o )
[ 2 of 44] Compiling Data.Text.Internal.Unsafe ( Data/Text/Internal/Unsafe.hs, dist/build/Data/Text/Internal/Unsafe.o )
[ 3 of 44] Compiling Data.Text.Internal.Read ( Data/Text/Internal/Read.hs, dist/build/Data/Text/Internal/Read.o )
[ 4 of 44] Compiling Data.Text.Internal.Functions ( Data/Text/Internal/Functions.hs, dist/build/Data/Text/Internal/Functions.o )
[ 5 of 44] Compiling Data.Text.Internal.Encoding.Utf32 ( Data/Text/Internal/Encoding/Utf32.hs, dist/build/Data/Text/Internal/Encoding/Utf32.o )
[ 6 of 44] Compiling Data.Text.Internal.Encoding.Utf16 ( Data/Text/Internal/Encoding/Utf16.hs, dist/build/Data/Text/Internal/Encoding/Utf16.o )
[ 7 of 44] Compiling Data.Text.Internal.Builder.RealFloat.Functions ( Data/Text/Internal/Builder/RealFloat/Functions.hs, dist/build/Data/Text/Internal/Builder/RealFloat/Functions.o )
[ 8 of 44] Compiling Data.Text.Internal.Builder.Int.Digits ( Data/Text/Internal/Builder/Int/Digits.hs, dist/build/Data/Text/Internal/Builder/Int/Digits.o )
[ 9 of 44] Compiling Data.Text.Encoding.Error ( Data/Text/Encoding/Error.hs, dist/build/Data/Text/Encoding/Error.o )
[10 of 44] Compiling Data.Text.Array  ( Data/Text/Array.hs, dist/build/Data/Text/Array.o )
[11 of 44] Compiling Data.Text.Internal.Unsafe.Char ( Data/Text/Internal/Unsafe/Char.hs, dist/build/Data/Text/Internal/Unsafe/Char.o )
[12 of 44] Compiling Data.Text.Internal ( Data/Text/Internal.hs, dist/build/Data/Text/Internal.o )
[13 of 44] Compiling Data.Text.Internal.Fusion.Size ( Data/Text/Internal/Fusion/Size.hs, dist/build/Data/Text/Internal/Fusion/Size.o )
[14 of 44] Compiling Data.Text.Internal.Fusion.Types ( Data/Text/Internal/Fusion/Types.hs, dist/build/Data/Text/Internal/Fusion/Types.o )
[15 of 44] Compiling Data.Text.Internal.Fusion.CaseMapping ( Data/Text/Internal/Fusion/CaseMapping.hs, dist/build/Data/Text/Internal/Fusion/CaseMapping.o )
[16 of 44] Compiling Data.Text.Internal.Fusion.Common ( Data/Text/Internal/Fusion/Common.hs, dist/build/Data/Text/Internal/Fusion/Common.o )
[17 of 44] Compiling Data.Text.Internal.Search ( Data/Text/Internal/Search.hs, dist/build/Data/Text/Internal/Search.o )
[18 of 44] Compiling Data.Text.Internal.Encoding.Utf8 ( Data/Text/Internal/Encoding/Utf8.hs, dist/build/Data/Text/Internal/Encoding/Utf8.o )
[19 of 44] Compiling Data.Text.Unsafe ( Data/Text/Unsafe.hs, dist/build/Data/Text/Unsafe.o )
[20 of 44] Compiling Data.Text.Internal.Private ( Data/Text/Internal/Private.hs, dist/build/Data/Text/Internal/Private.o )
[21 of 44] Compiling Data.Text.Internal.Fusion ( Data/Text/Internal/Fusion.hs, dist/build/Data/Text/Internal/Fusion.o )
[22 of 44] Compiling Data.Text.Internal.Encoding.Fusion.Common ( Data/Text/Internal/Encoding/Fusion/Common.hs, dist/build/Data/Text/Internal/Encoding/Fusion/Common.o )
[23 of 44] Compiling Data.Text.Internal.Encoding.Fusion ( Data/Text/Internal/Encoding/Fusion.hs, dist/build/Data/Text/Internal/Encoding/Fusion.o )
[24 of 44] Compiling Data.Text.Internal.Lazy.Encoding.Fusion ( Data/Text/Internal/Lazy/Encoding/Fusion.hs, dist/build/Data/Text/Internal/Lazy/Encoding/Fusion.o )
[25 of 44] Compiling Data.Text.Show   ( Data/Text/Show.hs, dist/build/Data/Text/Show.o )
[26 of 44] Compiling Data.Text.Encoding ( Data/Text/Encoding.hs, dist/build/Data/Text/Encoding.o )
[27 of 44] Compiling Data.Text.Foreign ( Data/Text/Foreign.hs, dist/build/Data/Text/Foreign.o )
[28 of 44] Compiling Data.Text        ( Data/Text.hs, dist/build/Data/Text.o )

Data/Text.hs:587:1: warning: [-Winline-rule-shadowing]
    Rule "TEXT compareN/length -> compareLength" may never fire
      because ‘length’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma for ‘length’

Data/Text.hs:592:1: warning: [-Winline-rule-shadowing]
    Rule "TEXT ==N/length -> compareLength/==EQ" may never fire
      because ‘length’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma for ‘length’

Data/Text.hs:597:1: warning: [-Winline-rule-shadowing]
    Rule "TEXT /=N/length -> compareLength//=EQ" may never fire
      because ‘length’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma for ‘length’

Data/Text.hs:602:1: warning: [-Winline-rule-shadowing]
    Rule "TEXT <N/length -> compareLength/==LT" may never fire
      because ‘length’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma for ‘length’

Data/Text.hs:607:1: warning: [-Winline-rule-shadowing]
    Rule "TEXT <=N/length -> compareLength//=GT" may never fire
      because ‘length’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma for ‘length’

Data/Text.hs:612:1: warning: [-Winline-rule-shadowing]
    Rule "TEXT >N/length -> compareLength/==GT" may never fire
      because ‘length’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma for ‘length’

Data/Text.hs:617:1: warning: [-Winline-rule-shadowing]
    Rule "TEXT >=N/length -> compareLength//=LT" may never fire
      because ‘length’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma for ‘length’
[29 of 44] Compiling Data.Text.Internal.IO ( Data/Text/Internal/IO.hs, dist/build/Data/Text/Internal/IO.o )
[30 of 44] Compiling Data.Text.IO     ( Data/Text/IO.hs, dist/build/Data/Text/IO.o )
[31 of 44] Compiling Data.Text.Internal.Lazy ( Data/Text/Internal/Lazy.hs, dist/build/Data/Text/Internal/Lazy.o )
[32 of 44] Compiling Data.Text.Internal.Lazy.Fusion ( Data/Text/Internal/Lazy/Fusion.hs, dist/build/Data/Text/Internal/Lazy/Fusion.o )
[33 of 44] Compiling Data.Text.Internal.Lazy.Search ( Data/Text/Internal/Lazy/Search.hs, dist/build/Data/Text/Internal/Lazy/Search.o )
[34 of 44] Compiling Data.Text.Lazy.Internal ( Data/Text/Lazy/Internal.hs, dist/build/Data/Text/Lazy/Internal.o )
[35 of 44] Compiling Data.Text.Lazy.Encoding ( Data/Text/Lazy/Encoding.hs, dist/build/Data/Text/Lazy/Encoding.o )
[36 of 44] Compiling Data.Text.Lazy   ( Data/Text/Lazy.hs, dist/build/Data/Text/Lazy.o )
[37 of 44] Compiling Data.Text.Internal.Builder ( Data/Text/Internal/Builder.hs, dist/build/Data/Text/Internal/Builder.o )

Data/Text/Internal/Builder.hs:324:1: warning: [-Winline-rule-shadowing]
    Rule "flush/flush" may never fire
      because ‘flush’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma for ‘flush’
[38 of 44] Compiling Data.Text.Lazy.Builder ( Data/Text/Lazy/Builder.hs, dist/build/Data/Text/Lazy/Builder.o )
[39 of 44] Compiling Data.Text.Internal.Builder.Functions ( Data/Text/Internal/Builder/Functions.hs, dist/build/Data/Text/Internal/Builder/Functions.o )
[40 of 44] Compiling Data.Text.Lazy.Builder.Int ( Data/Text/Lazy/Builder/Int.hs, dist/build/Data/Text/Lazy/Builder/Int.o )
[41 of 44] Compiling Data.Text.Lazy.Builder.RealFloat ( Data/Text/Lazy/Builder/RealFloat.hs, dist/build/Data/Text/Lazy/Builder/RealFloat.o )
[42 of 44] Compiling Data.Text.Lazy.IO ( Data/Text/Lazy/IO.hs, dist/build/Data/Text/Lazy/IO.o )
[43 of 44] Compiling Data.Text.Lazy.Read ( Data/Text/Lazy/Read.hs, dist/build/Data/Text/Lazy/Read.o )
[44 of 44] Compiling Data.Text.Read   ( Data/Text/Read.hs, dist/build/Data/Text/Read.o )
Running Haddock for text-1.2.2.1...
Running hscolour for text-1.2.2.1...
Preprocessing library text-1.2.2.1...
Preprocessing library text-1.2.2.1...
Haddock coverage:
 100% (  2 /  2) in 'Data.Text.Internal.Unsafe.Shift'
 100% (  3 /  3) in 'Data.Text.Internal.Unsafe'
  14% (  1 /  7) in 'Data.Text.Internal.Read'
  Missing documentation for:
    IReader (Data/Text/Internal/Read.hs:26)
    IParser (Data/Text/Internal/Read.hs:28)
    T (Data/Text/Internal/Read.hs:48)
    digitToInt (Data/Text/Internal/Read.hs:61)
    hexDigitToInt (Data/Text/Internal/Read.hs:55)
    perhaps (Data/Text/Internal/Read.hs:50)
 100% (  2 /  2) in 'Data.Text.Internal.Functions'
  50% (  1 /  2) in 'Data.Text.Internal.Encoding.Utf32'
  Missing documentation for:
    validate (Data/Text/Internal/Encoding/Utf32.hs:24)
  25% (  1 /  4) in 'Data.Text.Internal.Encoding.Utf16'
  Missing documentation for:
    chr2 (Data/Text/Internal/Encoding/Utf16.hs:29)
    validate1 (Data/Text/Internal/Encoding/Utf16.hs:38)
    validate2 (Data/Text/Internal/Encoding/Utf16.hs:42)
  50% (  1 /  2) in 'Data.Text.Internal.Builder.RealFloat.Functions'
  Missing documentation for:
    roundTo (Data/Text/Internal/Builder/RealFloat/Functions.hs:17)
   0% (  0 /  2) in 'Data.Text.Internal.Builder.Int.Digits'
  Missing documentation for:
    Module header
    digits (Data/Text/Internal/Builder/Int/Digits.hs:21)
 100% ( 12 / 12) in 'Data.Text.Encoding.Error'
 100% ( 16 / 16) in 'Data.Text.Array'
  33% (  2 /  6) in 'Data.Text.Internal.Unsafe.Char'
  Missing documentation for:
    ord (Data/Text/Internal/Unsafe/Char.hs:39)
    unsafeChr (Data/Text/Internal/Unsafe/Char.hs:43)
    unsafeChr8 (Data/Text/Internal/Unsafe/Char.hs:47)
    unsafeChr32 (Data/Text/Internal/Unsafe/Char.hs:51)
  95% ( 19 / 20) in 'Data.Text.Internal'
  Missing documentation for:
    textP (Data/Text/Internal.hs:97)
  38% (  5 / 13) in 'Data.Text.Internal.Fusion.Size'
  Missing documentation for:
    Size (Data/Text/Internal/Fusion/Size.hs:40)
    exactly (Data/Text/Internal/Fusion/Size.hs:44)
    exactSize (Data/Text/Internal/Fusion/Size.hs:49)
    maxSize (Data/Text/Internal/Fusion/Size.hs:57)
    betweenSize (Data/Text/Internal/Fusion/Size.hs:65)
    unknownSize (Data/Text/Internal/Fusion/Size.hs:74)
    compareSize (Data/Text/Internal/Fusion/Size.hs:143)
    isEmpty (Data/Text/Internal/Fusion/Size.hs:151)
  88% (  7 /  8) in 'Data.Text.Internal.Fusion.Types'
  Missing documentation for:
    Stream (Data/Text/Internal/Fusion/Types.hs:83)
   0% (  0 /  5) in 'Data.Text.Internal.Fusion.CaseMapping'
  Missing documentation for:
    Module header
    upperMapping (Data/Text/Internal/Fusion/CaseMapping.hs:13)
    lowerMapping (Data/Text/Internal/Fusion/CaseMapping.hs:220)
    titleMapping (Data/Text/Internal/Fusion/CaseMapping.hs:225)
    foldMapping (Data/Text/Internal/Fusion/CaseMapping.hs:324)
  89% ( 63 / 71) in 'Data.Text.Internal.Fusion.Common'
  Missing documentation for:
    singleton (Data/Text/Internal/Fusion/Common.hs:119)
    streamList (Data/Text/Internal/Fusion/Common.hs:125)
    unstreamList (Data/Text/Internal/Fusion/Common.hs:131)
    intercalate (Data/Text/Internal/Fusion/Common.hs:577)
    justifyLeftI (Data/Text/Internal/Fusion/Common.hs:479)
    scanl (Data/Text/Internal/Fusion/Common.hs:656)
    replicateCharI (Data/Text/Internal/Fusion/Common.hs:671)
    replicateI (Data/Text/Internal/Fusion/Common.hs:682)
 100% (  2 /  2) in 'Data.Text.Internal.Search'
  17% (  2 / 12) in 'Data.Text.Internal.Encoding.Utf8'
  Missing documentation for:
    ord2 (Data/Text/Internal/Encoding/Utf8.hs:58)
    ord3 (Data/Text/Internal/Encoding/Utf8.hs:69)
    ord4 (Data/Text/Internal/Encoding/Utf8.hs:81)
    chr2 (Data/Text/Internal/Encoding/Utf8.hs:94)
    chr3 (Data/Text/Internal/Encoding/Utf8.hs:103)
    chr4 (Data/Text/Internal/Encoding/Utf8.hs:114)
    validate1 (Data/Text/Internal/Encoding/Utf8.hs:128)
    validate2 (Data/Text/Internal/Encoding/Utf8.hs:132)
    validate3 (Data/Text/Internal/Encoding/Utf8.hs:136)
    validate4 (Data/Text/Internal/Encoding/Utf8.hs:153)
  93% ( 13 / 14) in 'Data.Text.Unsafe'
  Missing documentation for:
    Iter (Data/Text/Unsafe.hs:62)
  33% (  1 /  3) in 'Data.Text.Internal.Private'
  Missing documentation for:
    runText (Data/Text/Internal/Private.hs:33)
    span_ (Data/Text/Internal/Private.hs:23)
  91% ( 20 / 22) in 'Data.Text.Internal.Fusion'
  Missing documentation for:
    Stream (Data/Text/Internal/Fusion/Types.hs:83)
    length (Data/Text/Internal/Fusion.hs:127)
  33% (  2 /  6) in 'Data.Text.Internal.Encoding.Fusion.Common'
  Missing documentation for:
    restreamUtf16LE (Data/Text/Internal/Encoding/Fusion/Common.hs:63)
    restreamUtf16BE (Data/Text/Internal/Encoding/Fusion/Common.hs:39)
    restreamUtf32LE (Data/Text/Internal/Encoding/Fusion/Common.hs:106)
    restreamUtf32BE (Data/Text/Internal/Encoding/Fusion/Common.hs:87)
  91% ( 10 / 11) in 'Data.Text.Internal.Encoding.Fusion'
  Missing documentation for:
    streamASCII (Data/Text/Internal/Encoding/Fusion.hs:57)
 100% ( 10 / 10) in 'Data.Text.Internal.Lazy.Encoding.Fusion'
 100% (  4 /  4) in 'Data.Text.Show'
 100% ( 33 / 33) in 'Data.Text.Encoding'
 100% ( 18 / 18) in 'Data.Text.Foreign'
 100% (127 /127) in 'Data.Text'
 100% (  3 /  3) in 'Data.Text.Internal.IO'
 100% ( 20 / 20) in 'Data.Text.IO'
  93% ( 14 / 15) in 'Data.Text.Internal.Lazy'
  Missing documentation for:
    Text (Data/Text/Internal/Lazy.hs:47)
 100% (  8 /  8) in 'Data.Text.Internal.Lazy.Fusion'
 100% (  2 /  2) in 'Data.Text.Internal.Lazy.Search'
 100% (  2 /  2) in 'Data.Text.Lazy.Internal'
  89% ( 24 / 27) in 'Data.Text.Lazy.Encoding'
  Missing documentation for:
    encodeUtf8 (Data/Text/Lazy/Encoding.hs:148)
    encodeUtf8Builder (Data/Text/Lazy/Encoding.hs:162)
    encodeUtf8BuilderEscaped (Data/Text/Lazy/Encoding.hs:167)
  99% (128 /129) in 'Data.Text.Lazy'
  Missing documentation for:
    Text (Data/Text/Internal/Lazy.hs:47)
  94% ( 16 / 17) in 'Data.Text.Internal.Builder'
  Missing documentation for:
    append' (Data/Text/Internal/Builder.hs:301)
 100% ( 12 / 12) in 'Data.Text.Lazy.Builder'
 100% (  3 /  3) in 'Data.Text.Internal.Builder.Functions'
   0% (  0 /  3) in 'Data.Text.Lazy.Builder.Int'
  Missing documentation for:
    Module header
    decimal (Data/Text/Lazy/Builder/Int.hs:52)
    hexadecimal (Data/Text/Lazy/Builder/Int.hs:162)
  75% (  3 /  4) in 'Data.Text.Lazy.Builder.RealFloat'
  Missing documentation for:
    formatRealFloat (Data/Text/Lazy/Builder/RealFloat.hs:46)
 100% ( 19 / 19) in 'Data.Text.Lazy.IO'
 100% (  7 /  7) in 'Data.Text.Lazy.Read'
 100% (  7 /  7) in 'Data.Text.Read'
Warning: Data.Text.Internal.Fusion.Common: could not find link destinations for:
    findIndicesI
Warning: Data.Text: could not find link destinations for:
    replicateChar countChar
Warning: Data.Text.Internal.IO: could not find link destinations for:
    Handle__
Warning: Data.Text.Lazy: could not find link destinations for:
    replicateChar dropWords splitAtWord countChar
Warning: Data.Text.Internal.Builder: could not find link destinations for:
    empty append
Warning: Data.Text.Lazy.Builder.RealFloat: could not find link destinations for:
    floatToDigits
Documentation created: dist/doc/html/text/index.html,
dist/doc/html/text/text.txt
Creating package registration file: /tmp/pkgConf-text-1.2.240610537738393740.1
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20161018/text-1.2.2.1-9Yh8rJoh8fO2JMLWffT3Qs
Registering text-1.2.2.1...
cabal: Leaving directory '/tmp/cabal-tmp-29512/text-1.2.2.1'
Installed text-1.2.2.1
cabal: Entering directory '/tmp/cabal-tmp-29512/transformers-compat-0.5.1.4'
Configuring transformers-compat-0.5.1.4...
Building transformers-compat-0.5.1.4...
Preprocessing library transformers-compat-0.5.1.4...
[1 of 2] Compiling Paths_transformers_compat ( dist/build/autogen/Paths_transformers_compat.hs, dist/build/Paths_transformers_compat.o )
[2 of 2] Compiling Control.Monad.Trans.Instances ( src/Control/Monad/Trans/Instances.hs, dist/build/Control/Monad/Trans/Instances.o )
Running Haddock for transformers-compat-0.5.1.4...
Running hscolour for transformers-compat-0.5.1.4...
Preprocessing library transformers-compat-0.5.1.4...
Preprocessing library transformers-compat-0.5.1.4...
Haddock coverage:
   0% (  0 /  8) in 'Paths_transformers_compat'
  Missing documentation for:
    Module header
    version (dist/build/autogen/Paths_transformers_compat.hs:28)
    getBinDir (dist/build/autogen/Paths_transformers_compat.hs:38)
    getLibDir (dist/build/autogen/Paths_transformers_compat.hs:38)
    getDataDir (dist/build/autogen/Paths_transformers_compat.hs:38)
    getLibexecDir (dist/build/autogen/Paths_transformers_compat.hs:38)
    getDataFileName (dist/build/autogen/Paths_transformers_compat.hs:45)
    getSysconfDir (dist/build/autogen/Paths_transformers_compat.hs:38)
 100% (  1 /  1) in 'Control.Monad.Trans.Instances'
Documentation created: dist/doc/html/transformers-compat/index.html,
dist/doc/html/transformers-compat/transformers-compat.txt
Creating package registration file:
/tmp/pkgConf-transformers-compat-0.5.1296596980896925393.4
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20161018/transformers-compat-0.5.1.4-G5tKvPrwhggJRvSwXNMs1N
Registering transformers-compat-0.5.1.4...
cabal: Leaving directory '/tmp/cabal-tmp-29512/transformers-compat-0.5.1.4'
Installed transformers-compat-0.5.1.4
cabal: Entering directory '/tmp/cabal-tmp-29512/old-time-1.1.0.3'
Configuring old-time-1.1.0.3...
configure: WARNING: unrecognized options: --with-compiler
checking for gcc... /usr/bin/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 /usr/bin/gcc accepts -g... yes
checking for /usr/bin/gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... /usr/bin/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 sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/timeb.h usability... yes
checking sys/timeb.h presence... yes
checking for sys/timeb.h... yes
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking for ftime... yes
checking for gmtime_r... yes
checking for localtime_r... yes
checking for gettimeofday... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for struct tm.tm_zone... yes
checking whether time.h and sys/time.h may both be included... yes
checking for sys/time.h... (cached) yes
checking whether altzone is declared... no
configure: creating ./config.status
config.status: creating include/HsTimeConfig.h
configure: WARNING: unrecognized options: --with-compiler
Building old-time-1.1.0.3...
Preprocessing library old-time-1.1.0.3...
[1 of 1] Compiling System.Time      ( dist/build/System/Time.hs, dist/build/System/Time.o )
Running Haddock for old-time-1.1.0.3...
Running hscolour for old-time-1.1.0.3...
Preprocessing library old-time-1.1.0.3...
Preprocessing library old-time-1.1.0.3...
Haddock coverage:
  95% ( 20 / 21) in 'System.Time'
  Missing documentation for:
    getClockTime (System/Time.hsc:232)
Warning: System.Time: could not find link destinations for:
    unsafeIndex unsafeRangeSize
Documentation created: dist/doc/html/old-time/index.html,
dist/doc/html/old-time/old-time.txt
Creating package registration file:
/tmp/pkgConf-old-time-1.1.01195950186625843881.3
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20161018/old-time-1.1.0.3-IcvdkJUsE9M8t3io8peAEp
Registering old-time-1.1.0.3...
cabal: Leaving directory '/tmp/cabal-tmp-29512/old-time-1.1.0.3'
Installed old-time-1.1.0.3
cabal: Entering directory '/tmp/cabal-tmp-29512/exceptions-0.8.3'
Configuring exceptions-0.8.3...
Building exceptions-0.8.3...
Preprocessing library exceptions-0.8.3...
[1 of 2] Compiling Control.Monad.Catch ( src/Control/Monad/Catch.hs, dist/build/Control/Monad/Catch.o )
[2 of 2] Compiling Control.Monad.Catch.Pure ( src/Control/Monad/Catch/Pure.hs, dist/build/Control/Monad/Catch/Pure.o )
Running Haddock for exceptions-0.8.3...
Running hscolour for exceptions-0.8.3...
Preprocessing library exceptions-0.8.3...
Preprocessing library exceptions-0.8.3...
Haddock coverage:
 100% ( 31 / 31) in 'Control.Monad.Catch'
  80% (  8 / 10) in 'Control.Monad.Catch.Pure'
  Missing documentation for:
    Catch (src/Control/Monad/Catch/Pure.hs:95)
    runCatch (src/Control/Monad/Catch/Pure.hs:97)
Warning: Control.Monad.Catch: could not find link destinations for:
    ~
Documentation created: dist/doc/html/exceptions/index.html,
dist/doc/html/exceptions/exceptions.txt
Creating package registration file:
/tmp/pkgConf-exceptions-0.81286966948962764794.3
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20161018/exceptions-0.8.3-5OTPYzRazb4DJ75sPncYEh
Registering exceptions-0.8.3...
cabal: Leaving directory '/tmp/cabal-tmp-29512/exceptions-0.8.3'
Installed exceptions-0.8.3
cabal: Entering directory '/tmp/cabal-tmp-29512/hscurses-1.4.2.0'
Configuring hscurses-1.4.2.0...
checking for gcc... /usr/bin/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 /usr/bin/gcc accepts -g... yes
checking for /usr/bin/gcc option to accept ISO C89... none needed
checking for addnstr in -lcurses... yes
checking for addnstr in -lncurses... yes
checking for waddnwstr in -lncursesw... no
checking for addnstr in -lpdcurses... no
checking for waddnwstr in -lpdcursesw... no
checking for iconv in -liconv... no
checking for libiconv in -liconv... no
checking for libiconv... no
checking how to run the C preprocessor... /usr/bin/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 iconv.h usability... yes
checking iconv.h presence... yes
checking for iconv.h... yes
checking curses.h usability... yes
checking curses.h presence... yes
checking for curses.h... yes
checking ncurses.h usability... yes
checking ncurses.h presence... yes
checking for ncurses.h... yes
checking ncursesw/ncurses.h usability... no
checking ncursesw/ncurses.h presence... no
checking for ncursesw/ncurses.h... no
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking langinfo.h usability... yes
checking langinfo.h presence... yes
checking for langinfo.h... yes
checking wchar.h usability... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
configure: creating ./config.status
config.status: creating hscurses.buildinfo
config.status: creating cbits/config.h
Building hscurses-1.4.2.0...
Preprocessing library hscurses-1.4.2.0...
[1 of 6] Compiling UI.HSCurses.Logging ( UI/HSCurses/Logging.hs, dist/build/UI/HSCurses/Logging.o )
[2 of 6] Compiling UI.HSCurses.CWString ( dist/build/UI/HSCurses/CWString.hs, dist/build/UI/HSCurses/CWString.o )
[3 of 6] Compiling UI.HSCurses.Curses ( dist/build/UI/HSCurses/Curses.hs, dist/build/UI/HSCurses/Curses.o )
[4 of 6] Compiling UI.HSCurses.CursesHelper ( UI/HSCurses/CursesHelper.hs, dist/build/UI/HSCurses/CursesHelper.o )

UI/HSCurses/CursesHelper.hs:439:11: warning: [-Wincomplete-patterns]
    Pattern match(es) are non-exhaustive
    In an equation for ‘mergeNothing’:
        Patterns not matched:
            [] (_:_)
            (Just _:_) []
[5 of 6] Compiling UI.HSCurses.Widgets ( UI/HSCurses/Widgets.hs, dist/build/UI/HSCurses/Widgets.o )

UI/HSCurses/Widgets.hs:728:11: warning: [-Wincomplete-patterns]
    Pattern match(es) are non-exhaustive
    In an equation for ‘drawRows’:
        Patterns not matched: (_:_) [] _ _ _ _

UI/HSCurses/Widgets.hs:734:11: warning: [-Wincomplete-patterns]
    Pattern match(es) are non-exhaustive
    In an equation for ‘drawCols’:
        Patterns not matched: (_:_) _ [] _ _ _ _
[6 of 6] Compiling UI.HSCurses.IConv ( dist/build/UI/HSCurses/IConv.hs, dist/build/UI/HSCurses/IConv.o )

UI/HSCurses/IConv.hsc:64:1: warning: [-Wtabs]
    Tab character found here, and in five further locations.
    Please use spaces instead.
Running Haddock for hscurses-1.4.2.0...
Running hscolour for hscurses-1.4.2.0...
Preprocessing library hscurses-1.4.2.0...
Preprocessing library hscurses-1.4.2.0...
Haddock coverage:
   0% (  0 /  3) in 'UI.HSCurses.Logging'
  Missing documentation for:
    Module header
    trace (UI/HSCurses/Logging.hs:36)
    debug (UI/HSCurses/Logging.hs:37)
  19% (  3 / 16) in 'UI.HSCurses.CWString'
  Missing documentation for:
    Module header
    withUTF8String (UI/HSCurses/CWString.hsc:336)
    withUTF8StringLen (UI/HSCurses/CWString.hsc:339)
    newUTF8String (UI/HSCurses/CWString.hsc:342)
    newUTF8StringLen (UI/HSCurses/CWString.hsc:345)
    peekUTF8String (UI/HSCurses/CWString.hsc:348)
    peekUTF8StringLen (UI/HSCurses/CWString.hsc:351)
    withLCString (UI/HSCurses/CWString.hsc:311)
    withLCStringLen (UI/HSCurses/CWString.hsc:314)
    newLCString (UI/HSCurses/CWString.hsc:317)
    newLCStringLen (UI/HSCurses/CWString.hsc:320)
    peekLCStringLen (UI/HSCurses/CWString.hsc:326)
    peekLCString (UI/HSCurses/CWString.hsc:323)
  37% ( 70 /187) in 'UI.HSCurses.Curses'
  Missing documentation for:
    resetParams (UI/HSCurses/Curses.hsc:233)
    Window (UI/HSCurses/Curses.hsc:278)
    Border (UI/HSCurses/Curses.hsc:1058)
    touchWin (UI/HSCurses/Curses.hsc:1037)
    newPad (UI/HSCurses/Curses.hsc:1041)
    pRefresh (UI/HSCurses/Curses.hsc:1045)
    delWin (UI/HSCurses/Curses.hsc:1055)
    newWin (UI/HSCurses/Curses.hsc:1099)
    defaultBorder (UI/HSCurses/Curses.hsc:1069)
    resizeTerminal (UI/HSCurses/Curses.hsc:1346)
    noqiflush (UI/HSCurses/Curses.hsc:1126)
    decodeKey (UI/HSCurses/Curses.hsc:1160)
    ungetCh (UI/HSCurses/Curses.hsc:1290)
    keyResizeCode (UI/HSCurses/Curses.hsc:1261)
    noDelay (UI/HSCurses/Curses.hsc:401)
    addLn (UI/HSCurses/Curses.hsc:822)
    mvWAddStr (UI/HSCurses/Curses.hsc:816)
    mvAddCh (UI/HSCurses/Curses.hsc:819)
    bkgrndSet (UI/HSCurses/Curses.hsc:909)
    clrToEol (UI/HSCurses/Curses.hsc:939)
    wClrToEol (UI/HSCurses/Curses.hsc:1106)
    beep (UI/HSCurses/Curses.hsc:1131)
    clearOk (UI/HSCurses/Curses.hsc:424)
    CursorVisibility (UI/HSCurses/Curses.hsc:975)
    hasColors (UI/HSCurses/Curses.hsc:526)
    useDefaultColors (UI/HSCurses/Curses.hsc:433)
    Pair (UI/HSCurses/Curses.hsc:538)
    Color (UI/HSCurses/Curses.hsc:550)
    colors (UI/HSCurses/Curses.hsc:552)
    color (UI/HSCurses/Curses.hsc:559)
    pairContent (UI/HSCurses/Curses.hsc:610)
    canChangeColor (UI/HSCurses/Curses.hsc:621)
    initColor (UI/HSCurses/Curses.hsc:626)
    colorContent (UI/HSCurses/Curses.hsc:632)
    defaultBackground (UI/HSCurses/Curses.hsc:436)
    defaultForeground (UI/HSCurses/Curses.hsc:436)
    attrPlus (UI/HSCurses/Curses.hsc:754)
    Attr (UI/HSCurses/Curses.hsc:692)
    isAltCharset (UI/HSCurses/Curses.hsc:704)
    isBlink (UI/HSCurses/Curses.hsc:704)
    isBold (UI/HSCurses/Curses.hsc:704)
    isDim (UI/HSCurses/Curses.hsc:704)
    isHorizontal (UI/HSCurses/Curses.hsc:704)
    isInvis (UI/HSCurses/Curses.hsc:704)
    isLeft (UI/HSCurses/Curses.hsc:704)
    isLow (UI/HSCurses/Curses.hsc:704)
    isProtect (UI/HSCurses/Curses.hsc:704)
    isReverse (UI/HSCurses/Curses.hsc:704)
    isRight (UI/HSCurses/Curses.hsc:704)
    isStandout (UI/HSCurses/Curses.hsc:704)
    isTop (UI/HSCurses/Curses.hsc:704)
    isUnderline (UI/HSCurses/Curses.hsc:704)
    isVertical (UI/HSCurses/Curses.hsc:704)
    attrSet (UI/HSCurses/Curses.hsc:757)
    attrOn (UI/HSCurses/Curses.hsc:761)
    attrOff (UI/HSCurses/Curses.hsc:766)
    standout (UI/HSCurses/Curses.hsc:669)
    standend (UI/HSCurses/Curses.hsc:670)
    attrDim (UI/HSCurses/Curses.hsc:795)
    attrBold (UI/HSCurses/Curses.hsc:797)
    attrDimOn (UI/HSCurses/Curses.hsc:778)
    attrDimOff (UI/HSCurses/Curses.hsc:782)
    attrBoldOn (UI/HSCurses/Curses.hsc:786)
    attrBoldOff (UI/HSCurses/Curses.hsc:790)
    wAttrOn (UI/HSCurses/Curses.hsc:772)
    wAttrOff (UI/HSCurses/Curses.hsc:775)
    wAttrSet (UI/HSCurses/Curses.hsc:675)
    withMouseEventMask (UI/HSCurses/Curses.hsc:1412)
    ButtonEvent (UI/HSCurses/Curses.hsc:1408)
    MouseEvent (UI/HSCurses/Curses.hsc:1400)
    cERR (UI/HSCurses/Curses.hsc:1268)
    cKEY_UP (UI/HSCurses/Curses.hsc:1271)
    cKEY_DOWN (UI/HSCurses/Curses.hsc:1271)
    cKEY_LEFT (UI/HSCurses/Curses.hsc:1271)
    cKEY_RIGHT (UI/HSCurses/Curses.hsc:1271)
    cTRUE (UI/HSCurses/Curses.hsc:1280)
    vline (UI/HSCurses/Curses.hsc:896)
    ulCorner (UI/HSCurses/Curses.hsc:1457)
    llCorner (UI/HSCurses/Curses.hsc:1457)
    urCorner (UI/HSCurses/Curses.hsc:1457)
    lrCorner (UI/HSCurses/Curses.hsc:1457)
    rTee (UI/HSCurses/Curses.hsc:1457)
    lTee (UI/HSCurses/Curses.hsc:1457)
    bTee (UI/HSCurses/Curses.hsc:1457)
    tTee (UI/HSCurses/Curses.hsc:1457)
    hLine (UI/HSCurses/Curses.hsc:1457)
    vLine (UI/HSCurses/Curses.hsc:1457)
    plus (UI/HSCurses/Curses.hsc:1457)
    s1 (UI/HSCurses/Curses.hsc:1457)
    s9 (UI/HSCurses/Curses.hsc:1457)
    diamond (UI/HSCurses/Curses.hsc:1457)
    ckBoard (UI/HSCurses/Curses.hsc:1457)
    degree (UI/HSCurses/Curses.hsc:1457)
    plMinus (UI/HSCurses/Curses.hsc:1457)
    bullet (UI/HSCurses/Curses.hsc:1457)
    lArrow (UI/HSCurses/Curses.hsc:1457)
    rArrow (UI/HSCurses/Curses.hsc:1457)
    dArrow (UI/HSCurses/Curses.hsc:1457)
    uArrow (UI/HSCurses/Curses.hsc:1457)
    board (UI/HSCurses/Curses.hsc:1457)
    lantern (UI/HSCurses/Curses.hsc:1457)
    block (UI/HSCurses/Curses.hsc:1457)
    s3 (UI/HSCurses/Curses.hsc:1457)
    s7 (UI/HSCurses/Curses.hsc:1457)
    lEqual (UI/HSCurses/Curses.hsc:1457)
    gEqual (UI/HSCurses/Curses.hsc:1457)
    pi (UI/HSCurses/Curses.hsc:1457)
    nEqual (UI/HSCurses/Curses.hsc:1457)
    sterling (UI/HSCurses/Curses.hsc:1457)
    cursesTest (UI/HSCurses/Curses.hsc:1377)
    throwIfErr (UI/HSCurses/Curses.hsc:258)
    throwIfErr_ (UI/HSCurses/Curses.hsc:266)
    errI (UI/HSCurses/Curses.hsc:269)
    flushinp (UI/HSCurses/Curses.hsc:1124)
    recognize (UI/HSCurses/Curses.hsc:1497)
    ChType (UI/HSCurses/Curses.hsc:279)
    NBool (UI/HSCurses/Curses.hsc:280)
  64% ( 30 / 47) in 'UI.HSCurses.CursesHelper'
  Missing documentation for:
    Module header
    black (UI/HSCurses/CursesHelper.hs:197)
    red (UI/HSCurses/CursesHelper.hs:197)
    green (UI/HSCurses/CursesHelper.hs:197)
    yellow (UI/HSCurses/CursesHelper.hs:197)
    blue (UI/HSCurses/CursesHelper.hs:197)
    magenta (UI/HSCurses/CursesHelper.hs:197)
    cyan (UI/HSCurses/CursesHelper.hs:197)
    white (UI/HSCurses/CursesHelper.hs:197)
    mkCursesStyle (UI/HSCurses/CursesHelper.hs:370)
    wSetStyle (UI/HSCurses/CursesHelper.hs:399)
    wResetStyle (UI/HSCurses/CursesHelper.hs:390)
    defaultStyle (UI/HSCurses/CursesHelper.hs:353)
    defaultCursesStyle (UI/HSCurses/CursesHelper.hs:381)
    withStyle (UI/HSCurses/CursesHelper.hs:405)
    wWithStyle (UI/HSCurses/CursesHelper.hs:408)
    withProgram (UI/HSCurses/CursesHelper.hs:495)
   2% (  2 /115) in 'UI.HSCurses.Widgets'
  Missing documentation for:
    Module header
    Pos (UI/HSCurses/Widgets.hs:37)
    Offset (UI/HSCurses/Widgets.hs:38)
    Size (UI/HSCurses/Widgets.hs:40)
    getHeight (UI/HSCurses/Widgets.hs:44)
    getWidth (UI/HSCurses/Widgets.hs:47)
    getYOffset (UI/HSCurses/Widgets.hs:50)
    getXOffset (UI/HSCurses/Widgets.hs:53)
    getYPos (UI/HSCurses/Widgets.hs:56)
    getXPos (UI/HSCurses/Widgets.hs:59)
    Direction (UI/HSCurses/Widgets.hs:62)
    HAlignment (UI/HSCurses/Widgets.hs:65)
    Cont (UI/HSCurses/Widgets.hs:68)
    Widget (UI/HSCurses/Widgets.hs:70)
    ActiveWidget (UI/HSCurses/Widgets.hs:74)
    KeyHandler (UI/HSCurses/Widgets.hs:78)
    mkKeyHandler (UI/HSCurses/Widgets.hs:80)
    DrawingHint (UI/HSCurses/Widgets.hs:88)
    DrawingStyle (UI/HSCurses/Widgets.hs:93)
    mkDrawingStyle (UI/HSCurses/Widgets.hs:100)
    defaultDrawingStyle (UI/HSCurses/Widgets.hs:108)
    _draw (UI/HSCurses/Widgets.hs:110)
    scrollFactor (UI/HSCurses/Widgets.hs:119)
    scrollBy (UI/HSCurses/Widgets.hs:122)
    scrollForward (UI/HSCurses/Widgets.hs:131)
    scrollBackward (UI/HSCurses/Widgets.hs:139)
    EmptyWidget (UI/HSCurses/Widgets.hs:150)
     (UI/HSCurses/Widgets.hs:152)
    OpaqueWidget (UI/HSCurses/Widgets.hs:161)
     (UI/HSCurses/Widgets.hs:163)
    EditWidget (UI/HSCurses/Widgets.hs:176)
    ew_c
UI/HSCurses/IConv.hsc:64:1: warning: [-Wtabs]
    Tab character found here, and in five further locations.
    Please use spaces instead.
ontentPos (UI/HSCurses/Widgets.hs:186)
     (UI/HSCurses/Widgets.hs:189)
     (UI/HSCurses/Widgets.hs:193)
    EditWidgetOptions (UI/HSCurses/Widgets.hs:196)
    defaultEWOptions (UI/HSCurses/Widgets.hs:202)
    newEditWidget (UI/HSCurses/Widgets.hs:209)
    editWidgetGoLeft (UI/HSCurses/Widgets.hs:224)
    editWidgetGoRight (UI/HSCurses/Widgets.hs:229)
    editWidgetDeleteLeft (UI/HSCurses/Widgets.hs:234)
    editWidgetDeleteUnderCursor (UI/HSCurses/Widgets.hs:239)
    editWidgetDeleteToEnd (UI/HSCurses/Widgets.hs:244)
    editWidgetGoHome (UI/HSCurses/Widgets.hs:249)
    editWidgetGoEnd (UI/HSCurses/Widgets.hs:254)
    editWidgetHistoryUp (UI/HSCurses/Widgets.hs:259)
    editWidgetHistoryDown (UI/HSCurses/Widgets.hs:264)
    editWidgetKeyHandlers (UI/HSCurses/Widgets.hs:270)
    editWidgetGetContent (UI/HSCurses/Widgets.hs:292)
    editWidgetSetContent (UI/HSCurses/Widgets.hs:294)
    editWidgetGetOptions (UI/HSCurses/Widgets.hs:300)
    editWidgetSetOptions (UI/HSCurses/Widgets.hs:303)
    drawEditWidget (UI/HSCurses/Widgets.hs:308)
    activateEditWidget (UI/HSCurses/Widgets.hs:315)
    editWidgetGoLeft' (UI/HSCurses/Widgets.hs:346)
    editWidgetGoRight' (UI/HSCurses/Widgets.hs:355)
    editWidgetDeleteLeft' (UI/HSCurses/Widgets.hs:366)
    editWidgetDeleteUnderCursor' (UI/HSCurses/Widgets.hs:376)
    editWidgetDeleteToEnd' (UI/HSCurses/Widgets.hs:383)
    editWidgetGoHome' (UI/HSCurses/Widgets.hs:390)
    editWidgetGoEnd' (UI/HSCurses/Widgets.hs:395)
    editWidgetFinish (UI/HSCurses/Widgets.hs:403)
    maxHistoryLength (UI/HSCurses/Widgets.hs:406)
    addToHistory (UI/HSCurses/Widgets.hs:409)
    editWidgetHistoryUp' (UI/HSCurses/Widgets.hs:417)
    editWidgetHistoryDown' (UI/HSCurses/Widgets.hs:420)
    editWidgetHistory (UI/HSCurses/Widgets.hs:429)
    TextWidget (UI/HSCurses/Widgets.hs:457)
     (UI/HSCurses/Widgets.hs:465)
    TextWidgetSize (UI/HSCurses/Widgets.hs:473)
    TextWidgetOptions (UI/HSCurses/Widgets.hs:482)
    defaultTWOptions (UI/HSCurses/Widgets.hs:488)
    newTextWidget (UI/HSCurses/Widgets.hs:494)
    drawTextWidget (UI/HSCurses/Widgets.hs:502)
    textWidgetGetText (UI/HSCurses/Widgets.hs:515)
    textWidgetSetText (UI/HSCurses/Widgets.hs:518)
    textWidgetScrollDown (UI/HSCurses/Widgets.hs:521)
    textWidgetScrollUp (UI/HSCurses/Widgets.hs:527)
    textWidgetScrollLeft (UI/HSCurses/Widgets.hs:533)
    textWidgetScrollRight (UI/HSCurses/Widgets.hs:539)
    TableCell (UI/HSCurses/Widgets.hs:550)
    isActive (UI/HSCurses/Widgets.hs:553)
     (UI/HSCurses/Widgets.hs:557)
    _activateTableCell (UI/HSCurses/Widgets.hs:563)
    Row (UI/HSCurses/Widgets.hs:571)
    singletonRow (UI/HSCurses/Widgets.hs:573)
    getCellWidget (UI/HSCurses/Widgets.hs:576)
    setCellWidget (UI/HSCurses/Widgets.hs:579)
    TableWidget (UI/HSCurses/Widgets.hs:587)
    FillRow (UI/HSCurses/Widgets.hs:593)
    TableWidgetOptions (UI/HSCurses/Widgets.hs:595)
    defaultTBWOptions (UI/HSCurses/Widgets.hs:602)
     (UI/HSCurses/Widgets.hs:609)
    newTableWidget (UI/HSCurses/Widgets.hs:613)
    TableWidgetDisplayInfo (UI/HSCurses/Widgets.hs:620)
    tableWidgetDisplayInfo (UI/HSCurses/Widgets.hs:634)
    getCellInfo (UI/HSCurses/Widgets.hs:702)
    drawTableWidget (UI/HSCurses/Widgets.hs:713)
    tableWidgetScrollDown (UI/HSCurses/Widgets.hs:745)
    tableWidgetScrollUp (UI/HSCurses/Widgets.hs:755)
    tableWidgetActivateCurrent (UI/HSCurses/Widgets.hs:767)
    tableWidgetGoLeft (UI/HSCurses/Widgets.hs:794)
    tableWidgetGoRight (UI/HSCurses/Widgets.hs:797)
    tableWidgetGoUp (UI/HSCurses/Widgets.hs:800)
    tableWidgetGoDown (UI/HSCurses/Widgets.hs:803)
    tableWidgetMove (UI/HSCurses/Widgets.hs:806)
    tableWidgetMakeVisible (UI/HSCurses/Widgets.hs:821)
    findFirstActiveCell (UI/HSCurses/Widgets.hs:836)
    findNextActiveCell (UI/HSCurses/Widgets.hs:846)
    tableWidgetDeleteRow (UI/HSCurses/Widgets.hs:877)
    listReplace (UI/HSCurses/Widgets.hs:918)
    alignRows (UI/HSCurses/Widgets.hs:928)
    align (UI/HSCurses/Widgets.hs:941)
    deleteAt (UI/HSCurses/Widgets.hs:953)
   5% (  1 / 21) in 'UI.HSCurses.IConv'
  Missing documentation for:
    IConv (UI/HSCurses/IConv.hsc:53)
    err_ptr (UI/HSCurses/IConv.hsc:55)
    throw_if_not_2_big (UI/HSCurses/IConv.hsc:58)
    iconv_open (UI/HSCurses/IConv.hsc:70)
    iconv_close (UI/HSCurses/IConv.hsc:79)
    outbuf_size (UI/HSCurses/IConv.hsc:83)
    do_iconv (UI/HSCurses/IConv.hsc:86)
    with_iconv (UI/HSCurses/IConv.hsc:110)
    iconv_ (UI/HSCurses/IConv.hsc:114)
    iconv (UI/HSCurses/IConv.hsc:119)
    cuni_charset (UI/HSCurses/IConv.hsc:159)
    peek_cuni (UI/HSCurses/IConv.hsc:162)
    with_cuni (UI/HSCurses/IConv.hsc:165)
    to_unicode_ (UI/HSCurses/IConv.hsc:170)
    to_unicode (UI/HSCurses/IConv.hsc:175)
    from_unicode_ (UI/HSCurses/IConv.hsc:179)
    from_unicode (UI/HSCurses/IConv.hsc:184)
    c_iconv_open (UI/HSCurses/IConv.hsc:191)
    c_iconv_close (UI/HSCurses/IConv.hsc:194)
    c_iconv (UI/HSCurses/IConv.hsc:197)
Warning: UI.HSCurses.Curses: could not find link destinations for:
    WindowTag move_c unsafeIndex unsafeRangeSize
Documentation created: dist/doc/html/hscurses/index.html,
dist/doc/html/hscurses/hscurses.txt
Creating package registration file:
/tmp/pkgConf-hscurses-1.4.21131352346848934683.0
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20161018/hscurses-1.4.2.0-53hCPMSBVsASex4mKRHo2
Registering hscurses-1.4.2.0...
cabal: Leaving directory '/tmp/cabal-tmp-29512/hscurses-1.4.2.0'
Installed hscurses-1.4.2.0
cabal: Entering directory '/tmp/cabal-tmp-29512/game-of-life-0.1.0.5'
Configuring game-of-life-0.1.0.5...
Building game-of-life-0.1.0.5...
Preprocessing executable 'game-of-life' for game-of-life-0.1.0.5...
[1 of 2] Compiling Simulation       ( Simulation.hs, dist/build/game-of-life/game-of-life-tmp/Simulation.o )

Simulation.hs:14:10: warning: [-Wmissing-methods]
    • No explicit implementation for
        ‘*’, ‘abs’, ‘signum’, and ‘fromInteger’
    • In the instance declaration for ‘Num Coord’
[2 of 2] Compiling Main             ( Main.hs, dist/build/game-of-life/game-of-life-tmp/Main.o )
Linking dist/build/game-of-life/game-of-life ...
Warning: No documentation was generated as this package does not contain a
library. Perhaps you want to use the --executables, --tests or --benchmarks
flags.
Installing executable(s) in
/home/builder/hackage-server/build-cache/tmp-install/bin
Warning: The directory
/home/builder/hackage-server/build-cache/tmp-install/bin is not in the system
search path.
cabal: Leaving directory '/tmp/cabal-tmp-29512/game-of-life-0.1.0.5'
Installed game-of-life-0.1.0.5

Test log

No test log was submitted for this report.