Resolving dependencies... Configuring stm-2.4.3... Building stm-2.4.3... Preprocessing library stm-2.4.3... [ 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.3... Running Haddock for stm-2.4.3... Running hscolour for stm-2.4.3... Preprocessing library stm-2.4.3... Preprocessing library stm-2.4.3... Haddock coverage: 0% ( 0 / 11) in 'Control.Sequential.STM' 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% ( 15 / 15) 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' 100% ( 8 / 8) in 'Control.Concurrent.STM' 40% ( 2 / 5) in 'Control.Concurrent.STM.TSem' Documentation created: dist/doc/html/stm/index.html Installing library in /srv/hackage/var/build/tmp-install/lib/x86_64-linux-ghc-7.6.3/stm-2.4.3 Registering stm-2.4.3... Installed stm-2.4.3 Downloading stm-chans-3.0.0.2... [1 of 1] Compiling Main ( /tmp/stm-chans-3.0.0.2-23121/stm-chans-3.0.0.2/Setup.hs, /tmp/stm-chans-3.0.0.2-23121/stm-chans-3.0.0.2/dist/setup/Main.o ) Linking /tmp/stm-chans-3.0.0.2-23121/stm-chans-3.0.0.2/dist/setup/setup ... Configuring stm-chans-3.0.0.2... Building stm-chans-3.0.0.2... Preprocessing library stm-chans-3.0.0.2... [1 of 5] Compiling Control.Concurrent.STM.TMQueue ( src/Control/Concurrent/STM/TMQueue.hs, dist/build/Control/Concurrent/STM/TMQueue.o ) [2 of 5] Compiling Control.Concurrent.STM.TBMQueue ( src/Control/Concurrent/STM/TBMQueue.hs, dist/build/Control/Concurrent/STM/TBMQueue.o ) [3 of 5] Compiling Control.Concurrent.STM.TMChan ( src/Control/Concurrent/STM/TMChan.hs, dist/build/Control/Concurrent/STM/TMChan.o ) [4 of 5] Compiling Control.Concurrent.STM.TBMChan ( src/Control/Concurrent/STM/TBMChan.hs, dist/build/Control/Concurrent/STM/TBMChan.o ) [5 of 5] Compiling Control.Concurrent.STM.TBChan ( src/Control/Concurrent/STM/TBChan.hs, dist/build/Control/Concurrent/STM/TBChan.o ) In-place registering stm-chans-3.0.0.2... Running Haddock for stm-chans-3.0.0.2... Running hscolour for stm-chans-3.0.0.2... Preprocessing library stm-chans-3.0.0.2... Preprocessing library stm-chans-3.0.0.2... dist/build/tmp-23410/src/Control/Concurrent/STM/TMQueue.hs:54:1: Warning: The import of `Control.Monad.STM' is redundant except perhaps to import instances from `Control.Monad.STM' To import instances alone, use: import Control.Monad.STM() dist/build/tmp-23410/src/Control/Concurrent/STM/TMQueue.hs:55:1: Warning: The import of `System.IO.Unsafe' is redundant except perhaps to import instances from `System.IO.Unsafe' To import instances alone, use: import System.IO.Unsafe() dist/build/tmp-23410/src/Control/Concurrent/STM/TBMQueue.hs:59:1: Warning: The import of `Control.Monad.STM' is redundant except perhaps to import instances from `Control.Monad.STM' To import instances alone, use: import Control.Monad.STM() dist/build/tmp-23410/src/Control/Concurrent/STM/TBMQueue.hs:60:1: Warning: The import of `System.IO.Unsafe' is redundant except perhaps to import instances from `System.IO.Unsafe' To import instances alone, use: import System.IO.Unsafe() dist/build/tmp-23410/src/Control/Concurrent/STM/TMChan.hs:55:1: Warning: The import of `Control.Monad.STM' is redundant except perhaps to import instances from `Control.Monad.STM' To import instances alone, use: import Control.Monad.STM() dist/build/tmp-23410/src/Control/Concurrent/STM/TMChan.hs:56:1: Warning: The import of `System.IO.Unsafe' is redundant except perhaps to import instances from `System.IO.Unsafe' To import instances alone, use: import System.IO.Unsafe() dist/build/tmp-23410/src/Control/Concurrent/STM/TBMChan.hs:61:1: Warning: The import of `Control.Monad.STM' is redundant except perhaps to import instances from `Control.Monad.STM' To import instances alone, use: import Control.Monad.STM() dist/build/tmp-23410/src/Control/Concurrent/STM/TBMChan.hs:62:1: Warning: The import of `System.IO.Unsafe' is redundant except perhaps to import instances from `System.IO.Unsafe' To import instances alone, use: import System.IO.Unsafe() dist/build/tmp-23410/src/Control/Concurrent/STM/TBChan.hs:55:1: Warning: The import of `Control.Monad.STM' is redundant except perhaps to import instances from `Control.Monad.STM' To import instances alone, use: import Control.Monad.STM() dist/build/tmp-23410/src/Control/Concurrent/STM/TBChan.hs:56:1: Warning: The import of `System.IO.Unsafe' is redundant except perhaps to import instances from `System.IO.Unsafe' To import instances alone, use: import System.IO.Unsafe() Haddock coverage: 100% ( 19 / 19) in 'Control.Concurrent.STM.TMQueue' 100% ( 24 / 24) in 'Control.Concurrent.STM.TBMQueue' 100% ( 22 / 22) in 'Control.Concurrent.STM.TMChan' 100% ( 24 / 24) in 'Control.Concurrent.STM.TBMChan' 100% ( 21 / 21) in 'Control.Concurrent.STM.TBChan' Documentation created: dist/doc/html/stm-chans/index.html Installing library in /srv/hackage/var/build/tmp-install/lib/x86_64-linux-ghc-7.6.3/stm-chans-3.0.0.2 Registering stm-chans-3.0.0.2... Installed stm-chans-3.0.0.2