Resolving dependencies... Configuring operational-0.2.2.1... Building operational-0.2.2.1... Preprocessing library operational-0.2.2.1... [1 of 1] Compiling Control.Monad.Operational ( src/Control/Monad/Operational.hs, dist/build/Control/Monad/Operational.o ) In-place registering operational-0.2.2.1... Preprocessing executable 'operational-TicTacToe' for operational-0.2.2.1... [1 of 2] Compiling Control.Monad.Operational ( src/Control/Monad/Operational.hs, dist/build/operational-TicTacToe/operational-TicTacToe-tmp/Control/Monad/Operational.o ) [2 of 2] Compiling Main ( doc/examples/TicTacToe.hs, dist/build/operational-TicTacToe/operational-TicTacToe-tmp/Main.o ) Linking dist/build/operational-TicTacToe/operational-TicTacToe ... Running Haddock for operational-0.2.2.1... Running hscolour for operational-0.2.2.1... Preprocessing library operational-0.2.2.1... Preprocessing executable 'operational-TicTacToe' for operational-0.2.2.1... Preprocessing library operational-0.2.2.1... Haddock coverage: 94% ( 17 / 18) in 'Control.Monad.Operational' Documentation created: dist/doc/html/operational/index.html, dist/doc/html/operational/operational.txt Preprocessing executable 'operational-TicTacToe' for operational-0.2.2.1... Installing library in /srv/hackage/var/build/tmp-install/lib/x86_64-linux-ghc-7.6.3/operational-0.2.2.1 Installing executable(s) in /srv/hackage/var/build/tmp-install/bin Warning: The directory /srv/hackage/var/build/tmp-install/bin is not in the system search path. Registering operational-0.2.2.1... Installed operational-0.2.2.1 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, dist/doc/html/stm/stm.txt 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 Configuring SafeSemaphore-0.10.1... Building SafeSemaphore-0.10.1... Preprocessing library SafeSemaphore-0.10.1... [1 of 8] Compiling Control.Concurrent.STM.SSemInternals ( src/Control/Concurrent/STM/SSemInternals.hs, dist/build/Control/Concurrent/STM/SSemInternals.o ) [2 of 8] Compiling Control.Concurrent.STM.SSem ( src/Control/Concurrent/STM/SSem.hs, dist/build/Control/Concurrent/STM/SSem.o ) [3 of 8] Compiling Control.Concurrent.SSem ( src/Control/Concurrent/SSem.hs, dist/build/Control/Concurrent/SSem.o ) [4 of 8] Compiling Control.Concurrent.FairRWLock ( src/Control/Concurrent/FairRWLock.hs, dist/build/Control/Concurrent/FairRWLock.o ) [5 of 8] Compiling Control.Concurrent.MSampleVar ( src/Control/Concurrent/MSampleVar.hs, dist/build/Control/Concurrent/MSampleVar.o ) src/Control/Concurrent/MSampleVar.hs:72:16: Warning: In the use of `mkTyCon' (imported from Data.Typeable): Deprecated: "either derive Typeable, or use mkTyCon3 instead" [6 of 8] Compiling Control.Concurrent.MSemN2 ( src/Control/Concurrent/MSemN2.hs, dist/build/Control/Concurrent/MSemN2.o ) [7 of 8] Compiling Control.Concurrent.MSemN ( src/Control/Concurrent/MSemN.lhs, dist/build/Control/Concurrent/MSemN.o ) [8 of 8] Compiling Control.Concurrent.MSem ( src/Control/Concurrent/MSem.lhs, dist/build/Control/Concurrent/MSem.o ) In-place registering SafeSemaphore-0.10.1... Running Haddock for SafeSemaphore-0.10.1... Running hscolour for SafeSemaphore-0.10.1... Preprocessing library SafeSemaphore-0.10.1... Preprocessing library SafeSemaphore-0.10.1... dist/build/tmp-7339/src/Control/Concurrent/MSampleVar.hs:72:16: Warning: In the use of `mkTyCon' (imported from Data.Typeable): Deprecated: "either derive Typeable, or use mkTyCon3 instead" Haddock coverage: 50% ( 1 / 2) in 'Control.Concurrent.STM.SSemInternals' 90% ( 9 / 10) in 'Control.Concurrent.STM.SSem' 92% ( 11 / 12) in 'Control.Concurrent.SSem' 82% ( 14 / 17) in 'Control.Concurrent.FairRWLock' 100% ( 9 / 9) in 'Control.Concurrent.MSampleVar' 100% ( 10 / 10) in 'Control.Concurrent.MSemN2' 100% ( 10 / 10) in 'Control.Concurrent.MSemN' 100% ( 7 / 7) in 'Control.Concurrent.MSem' Documentation created: dist/doc/html/SafeSemaphore/index.html, dist/doc/html/SafeSemaphore/SafeSemaphore.txt Installing library in /srv/hackage/var/build/tmp-install/lib/x86_64-linux-ghc-7.6.3/SafeSemaphore-0.10.1 Registering SafeSemaphore-0.10.1... Installed SafeSemaphore-0.10.1 Downloading Etage-0.1.12... Configuring Etage-0.1.12... Building Etage-0.1.12... Preprocessing library Etage-0.1.12... [ 1 of 14] Compiling Control.Etage.Chan ( lib/Control/Etage/Chan.hs, dist/build/Control/Etage/Chan.o ) [ 2 of 14] Compiling Control.Etage.Internals ( lib/Control/Etage/Internals.hs, dist/build/Control/Etage/Internals.o ) [ 3 of 14] Compiling Control.Etage.Externals ( lib/Control/Etage/Externals.hs, dist/build/Control/Etage/Externals.o ) [ 4 of 14] Compiling Control.Etage.Propagate ( lib/Control/Etage/Propagate.hs, dist/build/Control/Etage/Propagate.o ) [ 5 of 14] Compiling Control.Etage.Fuse ( lib/Control/Etage/Fuse.hs, dist/build/Control/Etage/Fuse.o ) [ 6 of 14] Compiling Control.Etage.Incubator ( lib/Control/Etage/Incubator.hs, dist/build/Control/Etage/Incubator.o ) [ 7 of 14] Compiling Control.Etage ( lib/Control/Etage.hs, dist/build/Control/Etage.o ) [ 8 of 14] Compiling Control.Etage.Dump ( lib/Control/Etage/Dump.hs, dist/build/Control/Etage/Dump.o ) [ 9 of 14] Compiling Control.Etage.Sequence ( lib/Control/Etage/Sequence.hs, dist/build/Control/Etage/Sequence.o ) [10 of 14] Compiling Control.Etage.Worker ( lib/Control/Etage/Worker.hs, dist/build/Control/Etage/Worker.o ) lib/Control/Etage/Worker.hs:32:10: Warning: Orphan instance: instance Show WorkType [11 of 14] Compiling Control.Etage.Timeout ( lib/Control/Etage/Timeout.hs, dist/build/Control/Etage/Timeout.o ) [12 of 14] Compiling Control.Etage.Function ( lib/Control/Etage/Function.hs, dist/build/Control/Etage/Function.o ) [13 of 14] Compiling Control.Etage.Fail ( lib/Control/Etage/Fail.hs, dist/build/Control/Etage/Fail.o ) [14 of 14] Compiling Control.Etage.Delay ( lib/Control/Etage/Delay.hs, dist/build/Control/Etage/Delay.o ) In-place registering Etage-0.1.12... Running Haddock for Etage-0.1.12... Running hscolour for Etage-0.1.12... Preprocessing library Etage-0.1.12... Preprocessing library Etage-0.1.12... dist/build/tmp-7339/lib/Control/Etage/Worker.hs:32:10: Warning: Orphan instance: instance Show WorkType Haddock coverage: 100% ( 14 / 14) in 'Control.Etage.Chan' 67% ( 12 / 18) in 'Control.Etage.Internals' 98% ( 62 / 63) in 'Control.Etage.Externals' Warning: Control.Etage.Propagate: We do not support associated types in instances yet. These instances are affected: (Control.Etage.Internals.Impulse from, Control.Etage.Internals.Impulse for) => Control.Etage.Externals.Neuron (Control.Etage.Propagate.PropagateNeuron from for) 50% ( 1 / 2) in 'Control.Etage.Propagate' Warning: Control.Etage.Fuse: We do not support associated types in instances yet. These instances are affected: (Control.Etage.Internals.Impulse i, Control.Etage.Internals.Impulse j) => Control.Etage.Externals.Neuron (Control.Etage.Fuse.FuseNeuron i j) 25% ( 1 / 4) in 'Control.Etage.Fuse' 95% ( 20 / 21) in 'Control.Etage.Incubator' 100% ( 83 / 83) in 'Control.Etage' Warning: Control.Etage.Dump: We do not support associated types in instances yet. These instances are affected: Control.Etage.Externals.Neuron Control.Etage.Dump.DumpNeuron 80% ( 4 / 5) in 'Control.Etage.Dump' Warning: Control.Etage.Sequence: We do not support associated types in instances yet. These instances are affected: (GHC.Real.Real v, System.Random.Random v, GHC.Show.Show v, Data.Typeable.Internal.Typeable v) => Control.Etage.Externals.Neuron (Control.Etage.Sequence.SequenceNeuron v) 80% ( 4 / 5) in 'Control.Etage.Sequence' Warning: Control.Etage.Worker: We do not support associated types in instances yet. These instances are affected: Control.Etage.Externals.Neuron Control.Etage.Worker.WorkerNeuron 83% ( 5 / 6) in 'Control.Etage.Worker' Warning: Control.Etage.Timeout: We do not support associated types in instances yet. These instances are affected: Control.Etage.Externals.Neuron Control.Etage.Timeout.TimeoutNeuron 80% ( 4 / 5) in 'Control.Etage.Timeout' Warning: Control.Etage.Function: We do not support associated types in instances yet. These instances are affected: (Control.Etage.Internals.Impulse i, Control.Etage.Internals.Impulse j) => Control.Etage.Externals.Neuron (Control.Etage.Function.FunctionNeuron i j) 80% ( 4 / 5) in 'Control.Etage.Function' Warning: Control.Etage.Fail: We do not support associated types in instances yet. These instances are affected: Control.Etage.Externals.Neuron Control.Etage.Fail.FailNeuron 80% ( 4 / 5) in 'Control.Etage.Fail' Warning: Control.Etage.Delay: We do not support associated types in instances yet. These instances are affected: Control.Etage.Internals.Impulse i => Control.Etage.Externals.Neuron (Control.Etage.Delay.DelayNeuron i) 80% ( 4 / 5) in 'Control.Etage.Delay' Warning: Control.Etage: could not find link destinations for: Control.Etage.Internals.GrowAxon Control.Etage.Internals.Axon Control.Etage.Fuse.FuseFromImpulse Control.Etage.Fuse.FuseForImpulse Documentation created: dist/doc/html/Etage/index.html, dist/doc/html/Etage/Etage.txt Installing library in /srv/hackage/var/build/tmp-install/lib/x86_64-linux-ghc-7.6.3/Etage-0.1.12 Registering Etage-0.1.12... Installed Etage-0.1.12