Build #5 for hetris-0.2

[all reports]

Package hetris-0.2
Install InstallOk
Docs Ok
Tests NotTried
Time submitted 2015-11-13 00:38:51.683195 UTC
Compiler ghc-7.10.2
OS linux
Arch x86_64
Dependencies random-1.1, old-time-1.1.0.3, hscurses-1.4.2.0, base-4.8.1.0, array-0.5.1.0
Flags none

Code Coverage

No Code Coverage was submitted for this report.

Build log

[view raw]

Resolving dependencies...
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.State.Class ( Control/Monad/State/Class.hs, dist/build/Control/Monad/State/Class.o )
[ 3 of 22] Compiling Control.Monad.Reader.Class ( Control/Monad/Reader/Class.hs, dist/build/Control/Monad/Reader/Class.o )
[ 4 of 22] Compiling Control.Monad.RWS.Class ( Control/Monad/RWS/Class.hs, dist/build/Control/Monad/RWS/Class.o )
[ 5 of 22] Compiling Control.Monad.Identity ( Control/Monad/Identity.hs, dist/build/Control/Monad/Identity.o )
[ 6 of 22] Compiling Control.Monad.Error.Class ( Control/Monad/Error/Class.hs, dist/build/Control/Monad/Error/Class.o )
[ 7 of 22] Compiling Control.Monad.Cont.Class ( Control/Monad/Cont/Class.hs, dist/build/Control/Monad/Cont/Class.o )
[ 8 of 22] Compiling Control.Monad.Trans ( Control/Monad/Trans.hs, dist/build/Control/Monad/Trans.o )
[ 9 of 22] Compiling Control.Monad.Error ( Control/Monad/Error.hs, dist/build/Control/Monad/Error.o )
[10 of 22] Compiling Control.Monad.Except ( Control/Monad/Except.hs, dist/build/Control/Monad/Except.o )
[11 of 22] Compiling Control.Monad.List ( Control/Monad/List.hs, dist/build/Control/Monad/List.o )
[12 of 22] Compiling Control.Monad.RWS.Lazy ( Control/Monad/RWS/Lazy.hs, dist/build/Control/Monad/RWS/Lazy.o )
[13 of 22] Compiling Control.Monad.RWS ( Control/Monad/RWS.hs, dist/build/Control/Monad/RWS.o )
[14 of 22] Compiling Control.Monad.Reader ( Control/Monad/Reader.hs, dist/build/Control/Monad/Reader.o )
[15 of 22] Compiling Control.Monad.RWS.Strict ( Control/Monad/RWS/Strict.hs, dist/build/Control/Monad/RWS/Strict.o )
[16 of 22] Compiling Control.Monad.State.Lazy ( Control/Monad/State/Lazy.hs, dist/build/Control/Monad/State/Lazy.o )
[17 of 22] Compiling Control.Monad.State ( Control/Monad/State.hs, dist/build/Control/Monad/State.o )
[18 of 22] Compiling Control.Monad.State.Strict ( Control/Monad/State/Strict.hs, dist/build/Control/Monad/State/Strict.o )
[19 of 22] Compiling Control.Monad.Writer.Lazy ( Control/Monad/Writer/Lazy.hs, dist/build/Control/Monad/Writer/Lazy.o )
[20 of 22] Compiling Control.Monad.Writer ( Control/Monad/Writer.hs, dist/build/Control/Monad/Writer.o )
[21 of 22] Compiling Control.Monad.Writer.Strict ( Control/Monad/Writer/Strict.hs, dist/build/Control/Monad/Writer/Strict.o )
[22 of 22] Compiling Control.Monad.Cont ( Control/Monad/Cont.hs, dist/build/Control/Monad/Cont.o )
In-place registering mtl-2.2.1...
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% (  5 /  5) in 'Control.Monad.State.Class'
 100% (  3 /  3) in 'Control.Monad.Reader.Class'
  80% (  4 /  5) in 'Control.Monad.RWS.Class'
  Missing documentation for:
    MonadRWS (Control/Monad/RWS/Class.hs:44)
 100% (  4 /  4) in 'Control.Monad.Identity'
 100% (  3 /  3) in 'Control.Monad.Error.Class'
  50% (  1 /  2) in 'Control.Monad.Cont.Class'
  Missing documentation for:
    MonadCont (Control/Monad/Cont/Class.hs:73)
 100% (  3 /  3) in 'Control.Monad.Trans'
  93% ( 14 / 15) in 'Control.Monad.Error'
  Missing documentation for:
    runErrorT
 100% ( 19 / 19) in 'Control.Monad.Except'
 100% (  5 /  5) in 'Control.Monad.List'
  95% ( 21 / 22) in 'Control.Monad.RWS.Lazy'
  Missing documentation for:
    runRWST
 100% (  2 /  2) in 'Control.Monad.RWS'
  96% ( 22 / 23) in 'Control.Monad.Reader'
  Missing documentation for:
    runReaderT
  95% ( 21 / 22) in 'Control.Monad.RWS.Strict'
  Missing documentation for:
    runRWST
  96% ( 24 / 25) in 'Control.Monad.State.Lazy'
  Missing documentation for:
    runStateT
 100% (  2 /  2) in 'Control.Monad.State'
  96% ( 24 / 25) in 'Control.Monad.State.Strict'
  Missing documentation for:
    runStateT
  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)
  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.2278722862233665123.1
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/mtl-2.2.1-KMpng31YRYc5JfMWFZ3FCU
Registering mtl-2.2.1...
Installed mtl-2.2.1
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 )
In-place registering old-locale-1.0.0.7...
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.0711645630195740084.7
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/old-locale-1.0.0.7-D6X1KPq5Sui5XjrHMwvFwK
Registering old-locale-1.0.0.7...
Installed old-locale-1.0.0.7
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: Tab character

System/Random.hs:45:1: Warning: Tab character

System/Random.hs:47:1: Warning: Tab character

System/Random.hs:53:1: Warning: Tab character

System/Random.hs:55:1: Warning: Tab character

System/Random.hs:56:1: Warning: Tab character

System/Random.hs:57:1: Warning: Tab character

System/Random.hs:59:1: Warning: Tab character

System/Random.hs:61:1: Warning: Tab character

System/Random.hs:63:1: Warning: Tab character

System/Random.hs:64:1: Warning: Tab character

System/Random.hs:65:1: Warning: Tab character

System/Random.hs:66:1: Warning: Tab character

System/Random.hs:68:1: Warning: Tab character

System/Random.hs:69:1: Warning: Tab character

System/Random.hs:70:1: Warning: Tab character

System/Random.hs:71:1: Warning: Tab character

System/Random.hs:73:1: Warning: Tab character

System/Random.hs:74:1: Warning: Tab character

System/Random.hs:76:1: Warning: Tab character

System/Random.hs:90:22: Warning: Tab character

System/Random.hs:91:17: Warning: Tab character

System/Random.hs:94:17: Warning: Tab character

System/Random.hs:102:15: Warning: Tab character

System/Random.hs:240:1: Warning: Tab character

System/Random.hs:241:1: Warning: Tab character

System/Random.hs:249:1: Warning: Tab character

System/Random.hs:269:1: Warning: Tab character

System/Random.hs:270:1: Warning: Tab character

System/Random.hs:271:1: Warning: Tab character

System/Random.hs:272:1: Warning: Tab character

System/Random.hs:273:1: Warning: Tab character

System/Random.hs:326:11: Warning: Tab character

System/Random.hs:343:11: Warning: Tab character

System/Random.hs:384:11: Warning: Tab character

System/Random.hs:395:1: Warning: Tab character

System/Random.hs:396:1: Warning: Tab character

System/Random.hs:396:20: Warning: Tab character

System/Random.hs:397:1: Warning: Tab character

System/Random.hs:397:20: Warning: Tab character

System/Random.hs:399:11: Warning: Tab character

System/Random.hs:406:1: Warning: Tab character

System/Random.hs:415:1: Warning: Tab character

System/Random.hs:428:1: Warning: Tab character

System/Random.hs:429:1: Warning: Tab character

System/Random.hs:430:1: Warning: Tab character

System/Random.hs:440:3: Warning: Tab character

System/Random.hs:502:1: Warning: Tab character

System/Random.hs:503:1: Warning: Tab character

System/Random.hs:504:1: Warning: Tab character

System/Random.hs:506:1: Warning: Tab character

System/Random.hs:507:1: Warning: Tab character

System/Random.hs:508:1: Warning: Tab character

System/Random.hs:519:1: Warning: Tab character

System/Random.hs:519:14: Warning: Tab character

System/Random.hs:520:1: Warning: Tab character

System/Random.hs:522:1: Warning: Tab character

System/Random.hs:523:1: Warning: Tab character

System/Random.hs:524:1: Warning: Tab character

System/Random.hs:526:1: Warning: Tab character

System/Random.hs:527:1: Warning: Tab character

System/Random.hs:528:1: Warning: Tab character
In-place registering random-1.1...
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: Tab character

System/Random.hs:45:1: Warning: Tab character

System/Random.hs:47:1: Warning: Tab character

System/Random.hs:53:1: Warning: Tab character

System/Random.hs:55:1: Warning: Tab character

System/Random.hs:56:1: Warning: Tab character

System/Random.hs:57:1: Warning: Tab character

System/Random.hs:59:1: Warning: Tab character

System/Random.hs:61:1: Warning: Tab character

System/Random.hs:63:1: Warning: Tab character

System/Random.hs:64:1: Warning: Tab character

System/Random.hs:65:1: Warning: Tab character

System/Random.hs:66:1: Warning: Tab character

System/Random.hs:68:1: Warning: Tab character

System/Random.hs:69:1: Warning: Tab character

System/Random.hs:70:1: Warning: Tab character

System/Random.hs:71:1: Warning: Tab character

System/Random.hs:73:1: Warning: Tab character

System/Random.hs:74:1: Warning: Tab character

System/Random.hs:76:1: Warning: Tab character

System/Random.hs:90:22: Warning: Tab character

System/Random.hs:91:17: Warning: Tab character

System/Random.hs:94:17: Warning: Tab character

System/Random.hs:102:15: Warning: Tab character

System/Random.hs:240:1: Warning: Tab character

System/Random.hs:241:1: Warning: Tab character

System/Random.hs:249:1: Warning: Tab character

System/Random.hs:269:1: Warning: Tab character

System/Random.hs:270:1: Warning: Tab character

System/Random.hs:271:1: Warning: Tab character

System/Random.hs:272:1: Warning: Tab character

System/Random.hs:273:1: Warning: Tab character

System/Random.hs:326:11: Warning: Tab character

System/Random.hs:343:11: Warning: Tab character

System/Random.hs:384:11: Warning: Tab character

System/Random.hs:395:1: Warning: Tab character

System/Random.hs:396:1: Warning: Tab character

System/Random.hs:396:20: Warning: Tab character

System/Random.hs:397:1: Warning: Tab character

System/Random.hs:397:20: Warning: Tab character

System/Random.hs:399:11: Warning: Tab character

System/Random.hs:406:1: Warning: Tab character

System/Random.hs:415:1: Warning: Tab character

System/Random.hs:428:1: Warning: Tab character

System/Random.hs:429:1: Warning: Tab character

System/Random.hs:430:1: Warning: Tab character

System/Random.hs:440:3: Warning: Tab character

System/Random.hs:502:1: Warning: Tab character

System/Random.hs:503:1: Warning: Tab character

System/Random.hs:504:1: Warning: Tab character

System/Random.hs:506:1: Warning: Tab character

System/Random.hs:507:1: Warning: Tab character

System/Random.hs:508:1: Warning: Tab character

System/Random.hs:519:1: Warning: Tab character

System/Random.hs:519:14: Warning: Tab character

System/Random.hs:520:1: Warning: Tab character

System/Random.hs:522:1: Warning: Tab character

System/Random.hs:523:1: Warning: Tab character

System/Random.hs:524:1: Warning: Tab character

System/Random.hs:526:1: Warning: Tab character

System/Random.hs:527:1: Warning: Tab character

System/Random.hs:528:1: Warning: Tab character
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-113093833031129033333.1
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/random-1.1-1z8Ujelqc6aKgvPnbRUKkP
Registering random-1.1...
Installed random-1.1
Configuring stm-2.4.4...
Building stm-2.4.4...
Preprocessing library stm-2.4.4...
[ 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.4...
Running Haddock for stm-2.4.4...
Running hscolour for stm-2.4.4...
Preprocessing library stm-2.4.4...
Preprocessing library stm-2.4.4...
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)
Documentation created: dist/doc/html/stm/index.html, dist/doc/html/stm/stm.txt
Creating package registration file: /tmp/pkgConf-stm-2.417220600491455590964.4
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/stm-2.4.4-C1kFMnPqFjvDhFjgMZGUpr
Registering stm-2.4.4...
Installed stm-2.4.4
Configuring transformers-compat-0.4.0.4...
Building transformers-compat-0.4.0.4...
Preprocessing library transformers-compat-0.4.0.4...
[1 of 1] Compiling Paths_transformers_compat ( dist/build/autogen/Paths_transformers_compat.hs, dist/build/Paths_transformers_compat.o )
In-place registering transformers-compat-0.4.0.4...
Running Haddock for transformers-compat-0.4.0.4...
Running hscolour for transformers-compat-0.4.0.4...
Preprocessing library transformers-compat-0.4.0.4...
Preprocessing library transformers-compat-0.4.0.4...
Haddock coverage:
   0% (  0 /  8) in 'Paths_transformers_compat'
  Missing documentation for:
    Module header
    version (dist/build/autogen/Paths_transformers_compat.hs:15)
    getBinDir (dist/build/autogen/Paths_transformers_compat.hs:25)
    getLibDir (dist/build/autogen/Paths_transformers_compat.hs:25)
    getDataDir (dist/build/autogen/Paths_transformers_compat.hs:25)
    getLibexecDir (dist/build/autogen/Paths_transformers_compat.hs:25)
    getDataFileName (dist/build/autogen/Paths_transformers_compat.hs:32)
    getSysconfDir (dist/build/autogen/Paths_transformers_compat.hs:25)
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.4.01210359231521035021.4
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/transformers-compat-0.4.0.4-DCQioW2d4vYEa3T0AmFBPv
Registering transformers-compat-0.4.0.4...
Installed transformers-compat-0.4.0.4
Configuring old-time-1.1.0.3...
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 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, --with-gcc
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 )
In-place registering old-time-1.1.0.3...
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)
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.07653267172143124030.3
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/old-time-1.1.0.3-FBWJJDS5FKr7UKFScBcUW2
Registering old-time-1.1.0.3...
Installed old-time-1.1.0.3
Configuring exceptions-0.8.0.2...
Building exceptions-0.8.0.2...
Preprocessing library exceptions-0.8.0.2...
[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 )
In-place registering exceptions-0.8.0.2...
Running Haddock for exceptions-0.8.0.2...
Running hscolour for exceptions-0.8.0.2...
Preprocessing library exceptions-0.8.0.2...
Preprocessing library exceptions-0.8.0.2...
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)
Documentation created: dist/doc/html/exceptions/index.html,
dist/doc/html/exceptions/exceptions.txt
Creating package registration file:
/tmp/pkgConf-exceptions-0.8.018305390361290127955.2
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/exceptions-0.8.0.2-8GsEeHgaIks3pVGk6GaELJ
Registering exceptions-0.8.0.2...
Installed exceptions-0.8.0.2
Configuring hscurses-1.4.2.0...
configure: WARNING: unrecognized options: --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 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... 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
configure: WARNING: unrecognized options: --with-gcc
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.IConv ( dist/build/UI/HSCurses/IConv.hs, dist/build/UI/HSCurses/IConv.o )

UI/HSCurses/IConv.hsc:64:1: Warning: Tab character

UI/HSCurses/IConv.hsc:65:1: Warning: Tab character

UI/HSCurses/IConv.hsc:66:1: Warning: Tab character

UI/HSCurses/IConv.hsc:75:1: Warning: Tab character

UI/HSCurses/IConv.hsc:76:1: Warning: Tab character
[4 of 6] Compiling UI.HSCurses.Curses ( dist/build/UI/HSCurses/Curses.hs, dist/build/UI/HSCurses/Curses.o )
[5 of 6] Compiling UI.HSCurses.CursesHelper ( UI/HSCurses/CursesHelper.hs, dist/build/UI/HSCurses/CursesHelper.o )

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

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

UI/HSCurses/Widgets.hs:734:11: Warning:
    Pattern match(es) are non-exhaustive
    In an equation for ‘drawCols’:
        Patterns not matched: (_ : _) _ [] _ _ _ _
In-place registering hscurses-1.4.2.0...
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...

UI/HSCurses/IConv.hsc:64:1: Warning: Tab character

UI/HSCurses/IConv.hsc:65:1: Warning: Tab character

UI/HSCurses/IConv.hsc:66:1: Warning: Tab character

UI/HSCurses/IConv.hsc:75:1: Warning: Tab character

UI/HSCurses/IConv.hsc:76:1: Warning: Tab character
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)
   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)
  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_contentPos (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)
Warning: UI.HSCurses.Curses: could not find link destinations for:
    WindowTag move_c
Documentation created: dist/doc/html/hscurses/index.html,
dist/doc/html/hscurses/hscurses.txt
Creating package registration file:
/tmp/pkgConf-hscurses-1.4.22941109911417076376.0
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/hscurses-1.4.2.0-7Qc1g9iWJuNDkl2LHrMPTr
Registering hscurses-1.4.2.0...
Installed hscurses-1.4.2.0
Configuring hetris-0.2...
Building hetris-0.2...
Preprocessing executable 'hetris' for hetris-0.2...
[1 of 7] Compiling Data             ( src/Data.lhs, dist/build/hetris/hetris-tmp/Data.o )
[2 of 7] Compiling Pieces           ( src/Pieces.lhs, dist/build/hetris/hetris-tmp/Pieces.o )
[3 of 7] Compiling Board            ( src/Board.lhs, dist/build/hetris/hetris-tmp/Board.o )
[4 of 7] Compiling Input            ( src/Input.lhs, dist/build/hetris/hetris-tmp/Input.o )
[5 of 7] Compiling Output           ( src/Output.lhs, dist/build/hetris/hetris-tmp/Output.o )
[6 of 7] Compiling UI               ( src/UI.lhs, dist/build/hetris/hetris-tmp/UI.o )

src/UI.lhs:51:14: Warning:
    A do-notation statement discarded a result of type
      ‘CursorVisibility’
    Suppress this warning by saying
      ‘_ <- cursSet UI.HSCurses.Curses.CursorInvisible’
    or by using the flag -fno-warn-unused-do-bind
[7 of 7] Compiling Main             ( src/Hetris.lhs, dist/build/hetris/hetris-tmp/Main.o )
Linking dist/build/hetris/hetris ...
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.
Installed hetris-0.2

Test log

No test log was submitted for this report.