Resolving dependencies... cabal: Entering directory '/tmp/cabal-tmp-21598/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.42145174067468703135.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-21598/stm-2.4.4.1' Installed stm-2.4.4.1 Downloading unbounded-delays-0.1.0.9... cabal: Entering directory '/tmp/cabal-tmp-21598/unbounded-delays-0.1.0.9' [1 of 1] Compiling Main ( /tmp/cabal-tmp-21598/unbounded-delays-0.1.0.9/dist/setup/setup.hs, /tmp/cabal-tmp-21598/unbounded-delays-0.1.0.9/dist/setup/Main.o ) Linking /tmp/cabal-tmp-21598/unbounded-delays-0.1.0.9/dist/setup/setup ... Configuring unbounded-delays-0.1.0.9... Building unbounded-delays-0.1.0.9... Preprocessing library unbounded-delays-0.1.0.9... [1 of 2] Compiling Control.Concurrent.Thread.Delay ( Control/Concurrent/Thread/Delay.hs, dist/build/Control/Concurrent/Thread/Delay.o ) [2 of 2] Compiling Control.Concurrent.Timeout ( Control/Concurrent/Timeout.hs, dist/build/Control/Concurrent/Timeout.o ) Running Haddock for unbounded-delays-0.1.0.9... Running hscolour for unbounded-delays-0.1.0.9... Preprocessing library unbounded-delays-0.1.0.9... Preprocessing library unbounded-delays-0.1.0.9... Control/Concurrent/Timeout.hs:45:1: warning: [-Wunused-imports] The import of ‘Data.Int’ is redundant except perhaps to import instances from ‘Data.Int’ To import instances alone, use: import Data.Int() Control/Concurrent/Timeout.hs:46:1: warning: [-Wunused-imports] The import of ‘System.IO’ is redundant except perhaps to import instances from ‘System.IO’ To import instances alone, use: import System.IO() Control/Concurrent/Timeout.hs:47:1: warning: [-Wunused-imports] The qualified import of ‘System.Timeout’ is redundant except perhaps to import instances from ‘System.Timeout’ To import instances alone, use: import System.Timeout() Haddock coverage: 100% ( 2 / 2) in 'Control.Concurrent.Thread.Delay' 100% ( 2 / 2) in 'Control.Concurrent.Timeout' Documentation created: dist/doc/html/unbounded-delays/index.html, dist/doc/html/unbounded-delays/unbounded-delays.txt Creating package registration file: /tmp/pkgConf-unbounded-delays-0.1.02147469841438792350.9 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20161018/unbounded-delays-0.1.0.9-CXTixMaSYyFHs5PPXksFYo Registering unbounded-delays-0.1.0.9... cabal: Leaving directory '/tmp/cabal-tmp-21598/unbounded-delays-0.1.0.9' Installed unbounded-delays-0.1.0.9 Downloading concurrent-extra-0.7.0.10... cabal: Entering directory '/tmp/cabal-tmp-21598/concurrent-extra-0.7.0.10' [1 of 1] Compiling Main ( /tmp/cabal-tmp-21598/concurrent-extra-0.7.0.10/dist/setup/setup.hs, /tmp/cabal-tmp-21598/concurrent-extra-0.7.0.10/dist/setup/Main.o ) Linking /tmp/cabal-tmp-21598/concurrent-extra-0.7.0.10/dist/setup/setup ... Configuring concurrent-extra-0.7.0.10... Building concurrent-extra-0.7.0.10... Preprocessing library concurrent-extra-0.7.0.10... [1 of 8] Compiling Utils ( Utils.hs, dist/build/Utils.o ) [2 of 8] Compiling Control.Concurrent.STM.Lock ( Control/Concurrent/STM/Lock.hs, dist/build/Control/Concurrent/STM/Lock.o ) Control/Concurrent/STM/Lock.hs:4:14: warning: [-Wtrustworthy-safe] ‘Control.Concurrent.STM.Lock’ is marked as Trustworthy but has been inferred as safe! [3 of 8] Compiling Control.Concurrent.Lock ( Control/Concurrent/Lock.hs, dist/build/Control/Concurrent/Lock.o ) [4 of 8] Compiling Control.Concurrent.RLock ( Control/Concurrent/RLock.hs, dist/build/Control/Concurrent/RLock.o ) [5 of 8] Compiling Control.Concurrent.ReadWriteLock ( Control/Concurrent/ReadWriteLock.hs, dist/build/Control/Concurrent/ReadWriteLock.o ) [6 of 8] Compiling Control.Concurrent.ReadWriteVar ( Control/Concurrent/ReadWriteVar.hs, dist/build/Control/Concurrent/ReadWriteVar.o ) [7 of 8] Compiling Control.Concurrent.Broadcast ( Control/Concurrent/Broadcast.hs, dist/build/Control/Concurrent/Broadcast.o ) [8 of 8] Compiling Control.Concurrent.Event ( Control/Concurrent/Event.hs, dist/build/Control/Concurrent/Event.o ) Running Haddock for concurrent-extra-0.7.0.10... Running hscolour for concurrent-extra-0.7.0.10... Preprocessing library concurrent-extra-0.7.0.10... Preprocessing library concurrent-extra-0.7.0.10... Control/Concurrent/STM/Lock.hs:4:14: warning: [-Wtrustworthy-safe] ‘Control.Concurrent.STM.Lock’ is marked as Trustworthy but has been inferred as safe! Control/Concurrent/STM/Lock.hs:59:1: warning: [-Wunused-imports] The import of ‘Data.Bool’ is redundant except perhaps to import instances from ‘Data.Bool’ To import instances alone, use: import Data.Bool() Control/Concurrent/STM/Lock.hs:82:1: warning: [-Wunused-imports] The import of ‘Control.Concurrent.STM’ is redundant except perhaps to import instances from ‘Control.Concurrent.STM’ To import instances alone, use: import Control.Concurrent.STM() Control/Concurrent/Lock.hs:73:1: warning: [-Wunused-imports] The import of ‘Data.Bool’ is redundant except perhaps to import instances from ‘Data.Bool’ To import instances alone, use: import Data.Bool() Control/Concurrent/ReadWriteVar.hs:80:1: warning: [-Wunused-imports] The import of ‘Data.Function’ is redundant except perhaps to import instances from ‘Data.Function’ To import instances alone, use: import Data.Function() Control/Concurrent/ReadWriteVar.hs:81:1: warning: [-Wunused-imports] The import of ‘Prelude’ is redundant except perhaps to import instances from ‘Prelude’ To import instances alone, use: import Prelude() Control/Concurrent/Event.hs:72:1: warning: [-Wunused-imports] The import of ‘Control.Exception’ is redundant except perhaps to import instances from ‘Control.Exception’ To import instances alone, use: import Control.Exception() Haddock coverage: 44% ( 4 / 9) in 'Utils' Missing documentation for: Module header ifM (Utils.hs:58) purelyModifyMVar (Utils.hs:61) modifyIORefM (Utils.hs:64) modifyIORefM_ (Utils.hs:69) 100% ( 15 / 15) in 'Control.Concurrent.STM.Lock' 100% ( 15 / 15) in 'Control.Concurrent.Lock' 100% ( 16 / 16) in 'Control.Concurrent.RLock' 100% ( 24 / 24) in 'Control.Concurrent.ReadWriteLock' 100% ( 9 / 9) in 'Control.Concurrent.ReadWriteVar' 100% ( 13 / 13) in 'Control.Concurrent.Broadcast' 100% ( 13 / 13) in 'Control.Concurrent.Event' Documentation created: dist/doc/html/concurrent-extra/index.html, dist/doc/html/concurrent-extra/concurrent-extra.txt Creating package registration file: /tmp/pkgConf-concurrent-extra-0.7.01275373743387346491.10 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20161018/concurrent-extra-0.7.0.10-G3ufVyesTVkE2oT9UI4NqL Registering concurrent-extra-0.7.0.10... cabal: Leaving directory '/tmp/cabal-tmp-21598/concurrent-extra-0.7.0.10' Installed concurrent-extra-0.7.0.10