Resolving dependencies... Configuring data-accessor-0.2.2.7... Building data-accessor-0.2.2.7... Preprocessing library data-accessor-0.2.2.7... [ 1 of 10] Compiling Data.Accessor.Private ( src-4/Data/Accessor/Private.hs, dist/build/Data/Accessor/Private.o ) [ 2 of 10] Compiling Data.Accessor.Basic ( src/Data/Accessor/Basic.hs, dist/build/Data/Accessor/Basic.o ) [ 3 of 10] Compiling Data.Accessor.MonadStatePrivate ( src/Data/Accessor/MonadStatePrivate.hs, dist/build/Data/Accessor/MonadStatePrivate.o ) [ 4 of 10] Compiling Data.Accessor.MonadState ( src/Data/Accessor/MonadState.hs, dist/build/Data/Accessor/MonadState.o ) [ 5 of 10] Compiling Data.Accessor.Container ( src/Data/Accessor/Container.hs, dist/build/Data/Accessor/Container.o ) [ 6 of 10] Compiling Data.Accessor.Show ( src/Data/Accessor/Show.hs, dist/build/Data/Accessor/Show.o ) [ 7 of 10] Compiling Data.Accessor.Tuple ( src/Data/Accessor/Tuple.hs, dist/build/Data/Accessor/Tuple.o ) [ 8 of 10] Compiling Data.Accessor.BinaryRead ( src/Data/Accessor/BinaryRead.hs, dist/build/Data/Accessor/BinaryRead.o ) [ 9 of 10] Compiling Data.Accessor.Example ( src/Data/Accessor/Example.hs, dist/build/Data/Accessor/Example.o ) [10 of 10] Compiling Data.Accessor ( src/Data/Accessor.hs, dist/build/Data/Accessor.o ) In-place registering data-accessor-0.2.2.7... Running Haddock for data-accessor-0.2.2.7... Running hscolour for data-accessor-0.2.2.7... Preprocessing library data-accessor-0.2.2.7... Preprocessing library data-accessor-0.2.2.7... Haddock coverage: 20% ( 1 / 5) in 'Data.Accessor.Private' Missing documentation for: Module header compose (src-4/Data/Accessor/Private.hs:19) self (src-4/Data/Accessor/Private.hs:25) (src-4/Data/Accessor/Private.hs:29) 89% ( 17 / 19) in 'Data.Accessor.Basic' Missing documentation for: fromSetGet (src/Data/Accessor/Basic.hs:23) fromLens (src/Data/Accessor/Basic.hs:27) 50% ( 6 / 12) in 'Data.Accessor.MonadStatePrivate' Missing documentation for: Module header set (src/Data/Accessor/MonadStatePrivate.hs:10) get (src/Data/Accessor/MonadStatePrivate.hs:13) modify (src/Data/Accessor/MonadStatePrivate.hs:16) lift (src/Data/Accessor/MonadStatePrivate.hs:56) liftT (src/Data/Accessor/MonadStatePrivate.hs:63) 58% ( 7 / 12) in 'Data.Accessor.MonadState' Missing documentation for: set (src/Data/Accessor/MonadStatePrivate.hs:10) get (src/Data/Accessor/MonadStatePrivate.hs:13) modify (src/Data/Accessor/MonadStatePrivate.hs:16) lift (src/Data/Accessor/MonadStatePrivate.hs:56) liftT (src/Data/Accessor/MonadStatePrivate.hs:63) 57% ( 4 / 7) in 'Data.Accessor.Container' Missing documentation for: array (src/Data/Accessor/Container.hs:27) intMapDefault (src/Data/Accessor/Container.hs:58) intMapMaybe (src/Data/Accessor/Container.hs:62) 33% ( 1 / 3) in 'Data.Accessor.Show' Missing documentation for: field (src/Data/Accessor/Show.hs:19) showsPrec (src/Data/Accessor/Show.hs:27) 86% ( 6 / 7) in 'Data.Accessor.Tuple' Missing documentation for: Module header 7% ( 1 / 15) in 'Data.Accessor.BinaryRead' Missing documentation for: Stream (src/Data/Accessor/BinaryRead.hs:21) C (src/Data/Accessor/BinaryRead.hs:23) ByteSource (src/Data/Accessor/BinaryRead.hs:26) ByteStream (src/Data/Accessor/BinaryRead.hs:29) (src/Data/Accessor/BinaryRead.hs:32) ByteCompatible (src/Data/Accessor/BinaryRead.hs:38) (src/Data/Accessor/BinaryRead.hs:41) (src/Data/Accessor/BinaryRead.hs:44) (src/Data/Accessor/BinaryRead.hs:51) (src/Data/Accessor/BinaryRead.hs:54) (src/Data/Accessor/BinaryRead.hs:58) Parser (src/Data/Accessor/BinaryRead.hs:69) field (src/Data/Accessor/BinaryRead.hs:72) record (src/Data/Accessor/BinaryRead.hs:79) 16% ( 4 / 25) in 'Data.Accessor.Example' Missing documentation for: Module header init (src/Data/Accessor/Example.hs:30) initInfix (src/Data/Accessor/Example.hs:39) read (src/Data/Accessor/Example.hs:46) infix0 (src/Data/Accessor/Example.hs:53) infix1 (src/Data/Accessor/Example.hs:57) infix2 (src/Data/Accessor/Example.hs:61) infix3 (src/Data/Accessor/Example.hs:65) infix4 (src/Data/Accessor/Example.hs:69) showsPair (src/Data/Accessor/Example.hs:74) show0 (src/Data/Accessor/Example.hs:81) show1 (src/Data/Accessor/Example.hs:84) self (src/Data/Accessor/Example.hs:88) null (src/Data/Accessor/Example.hs:91) merge (src/Data/Accessor/Example.hs:111) accessHourMinute (src/Data/Accessor/Example.hs:116) mergeHourMinute (src/Data/Accessor/Example.hs:121) array (src/Data/Accessor/Example.hs:127) set (src/Data/Accessor/Example.hs:133) mapDefault (src/Data/Accessor/Example.hs:140) mapMaybe (src/Data/Accessor/Example.hs:148) 100% ( 16 / 16) in 'Data.Accessor' Documentation created: dist/doc/html/data-accessor/index.html, dist/doc/html/data-accessor/data-accessor.txt Creating package registration file: /tmp/pkgConf-data-accessor-0.2.2278722862233665123.7 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.3/data-accessor-0.2.2.7-Hzzw7HtnPRc9zDbsSXo8GC Registering data-accessor-0.2.2.7... Installed data-accessor-0.2.2.7 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.22142757034116087764.1 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.3/mtl-2.2.1-Aue4leSeVkpKLsfHIV51E8 Registering mtl-2.2.1... Installed mtl-2.2.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: 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-114073922921841585795.1 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.3/random-1.1-9Kgekc9yEaLHLNUuw6paWL Registering random-1.1... Installed random-1.1 Configuring rank1dynamic-0.3.2.0... Building rank1dynamic-0.3.2.0... Preprocessing library rank1dynamic-0.3.2.0... [1 of 2] Compiling Data.Rank1Typeable ( src/Data/Rank1Typeable.hs, dist/build/Data/Rank1Typeable.o ) src/Data/Rank1Typeable.hs:101:1: Warning: The import of ‘Control.Applicative’ is redundant except perhaps to import instances from ‘Control.Applicative’ To import instances alone, use: import Control.Applicative() [2 of 2] Compiling Data.Rank1Dynamic ( src/Data/Rank1Dynamic.hs, dist/build/Data/Rank1Dynamic.o ) In-place registering rank1dynamic-0.3.2.0... Running Haddock for rank1dynamic-0.3.2.0... Running hscolour for rank1dynamic-0.3.2.0... Preprocessing library rank1dynamic-0.3.2.0... Preprocessing library rank1dynamic-0.3.2.0... src/Data/Rank1Typeable.hs:101:1: Warning: The import of ‘Control.Applicative’ is redundant except perhaps to import instances from ‘Control.Applicative’ To import instances alone, use: import Control.Applicative() Haddock coverage: 38% ( 14 / 37) in 'Data.Rank1Typeable' Missing documentation for: TypVar (src/Data/Rank1Typeable.hs:206) Zero (src/Data/Rank1Typeable.hs:208) Succ (src/Data/Rank1Typeable.hs:209) V0 (src/Data/Rank1Typeable.hs:211) V1 (src/Data/Rank1Typeable.hs:212) V2 (src/Data/Rank1Typeable.hs:213) V3 (src/Data/Rank1Typeable.hs:214) V4 (src/Data/Rank1Typeable.hs:215) V5 (src/Data/Rank1Typeable.hs:216) V6 (src/Data/Rank1Typeable.hs:217) V7 (src/Data/Rank1Typeable.hs:218) V8 (src/Data/Rank1Typeable.hs:219) V9 (src/Data/Rank1Typeable.hs:220) ANY (src/Data/Rank1Typeable.hs:222) ANY1 (src/Data/Rank1Typeable.hs:223) ANY2 (src/Data/Rank1Typeable.hs:224) ANY3 (src/Data/Rank1Typeable.hs:225) ANY4 (src/Data/Rank1Typeable.hs:226) ANY5 (src/Data/Rank1Typeable.hs:227) ANY6 (src/Data/Rank1Typeable.hs:228) ANY7 (src/Data/Rank1Typeable.hs:229) ANY8 (src/Data/Rank1Typeable.hs:230) ANY9 (src/Data/Rank1Typeable.hs:231) 100% ( 8 / 8) in 'Data.Rank1Dynamic' Documentation created: dist/doc/html/rank1dynamic/index.html, dist/doc/html/rank1dynamic/rank1dynamic.txt Creating package registration file: /tmp/pkgConf-rank1dynamic-0.3.21095966189104152274.0 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.3/rank1dynamic-0.3.2.0-42CoDVe6BM6Bcevp10UZQa Registering rank1dynamic-0.3.2.0... Installed rank1dynamic-0.3.2.0 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.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.1... 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) 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.4.440610537738393740.1 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.3/stm-2.4.4.1-EyxFXFfnfY05IrjGaqCxeD Registering stm-2.4.4.1... Installed stm-2.4.4.1 Configuring syb-0.6... Building syb-0.6... Preprocessing library syb-0.6... [ 1 of 16] Compiling Data.Generics.Basics ( src/Data/Generics/Basics.hs, dist/build/Data/Generics/Basics.o ) [ 2 of 16] Compiling Generics.SYB.Basics ( src/Generics/SYB/Basics.hs, dist/build/Generics/SYB/Basics.o ) [ 3 of 16] Compiling Data.Generics.Instances ( src/Data/Generics/Instances.hs, dist/build/Data/Generics/Instances.o ) [ 4 of 16] Compiling Generics.SYB.Instances ( src/Generics/SYB/Instances.hs, dist/build/Generics/SYB/Instances.o ) [ 5 of 16] Compiling Data.Generics.Aliases ( src/Data/Generics/Aliases.hs, dist/build/Data/Generics/Aliases.o ) [ 6 of 16] Compiling Data.Generics.Schemes ( src/Data/Generics/Schemes.hs, dist/build/Data/Generics/Schemes.o ) [ 7 of 16] Compiling Generics.SYB.Schemes ( src/Generics/SYB/Schemes.hs, dist/build/Generics/SYB/Schemes.o ) [ 8 of 16] Compiling Data.Generics.Text ( src/Data/Generics/Text.hs, dist/build/Data/Generics/Text.o ) [ 9 of 16] Compiling Generics.SYB.Text ( src/Generics/SYB/Text.hs, dist/build/Generics/SYB/Text.o ) [10 of 16] Compiling Data.Generics.Twins ( src/Data/Generics/Twins.hs, dist/build/Data/Generics/Twins.o ) [11 of 16] Compiling Generics.SYB.Twins ( src/Generics/SYB/Twins.hs, dist/build/Generics/SYB/Twins.o ) [12 of 16] Compiling Data.Generics.Builders ( src/Data/Generics/Builders.hs, dist/build/Data/Generics/Builders.o ) [13 of 16] Compiling Generics.SYB.Builders ( src/Generics/SYB/Builders.hs, dist/build/Generics/SYB/Builders.o ) [14 of 16] Compiling Generics.SYB.Aliases ( src/Generics/SYB/Aliases.hs, dist/build/Generics/SYB/Aliases.o ) [15 of 16] Compiling Data.Generics ( src/Data/Generics.hs, dist/build/Data/Generics.o ) [16 of 16] Compiling Generics.SYB ( src/Generics/SYB.hs, dist/build/Generics/SYB.o ) In-place registering syb-0.6... Running Haddock for syb-0.6... Running hscolour for syb-0.6... Preprocessing library syb-0.6... Preprocessing library syb-0.6... Haddock coverage: 100% ( 2 / 2) in 'Data.Generics.Basics' 100% ( 2 / 2) in 'Generics.SYB.Basics' 100% ( 1 / 1) in 'Data.Generics.Instances' 100% ( 1 / 1) in 'Generics.SYB.Instances' 96% ( 43 / 45) in 'Data.Generics.Aliases' Missing documentation for: GenericQ' (src/Data/Generics/Aliases.hs:268) GenericM' (src/Data/Generics/Aliases.hs:269) 100% ( 19 / 19) in 'Data.Generics.Schemes' 100% ( 2 / 2) in 'Generics.SYB.Schemes' 100% ( 6 / 6) in 'Data.Generics.Text' 100% ( 2 / 2) in 'Generics.SYB.Text' 100% ( 17 / 17) in 'Data.Generics.Twins' 100% ( 2 / 2) in 'Generics.SYB.Twins' 100% ( 3 / 3) in 'Data.Generics.Builders' 100% ( 2 / 2) in 'Generics.SYB.Builders' 100% ( 2 / 2) in 'Generics.SYB.Aliases' 100% ( 8 / 8) in 'Data.Generics' 100% ( 2 / 2) in 'Generics.SYB' Documentation created: dist/doc/html/syb/index.html, dist/doc/html/syb/syb.txt Creating package registration file: /tmp/pkgConf-syb-017612505731089653714.6 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.3/syb-0.6-4kccWaTe3QZLxAMQYKgEyE Registering syb-0.6... Installed syb-0.6 Configuring text-1.2.2.0... Building text-1.2.2.0... Preprocessing library text-1.2.2.0... [ 1 of 44] Compiling Data.Text.Internal.Read ( Data/Text/Internal/Read.hs, dist/build/Data/Text/Internal/Read.o ) [ 2 of 44] Compiling Data.Text.Internal.Encoding.Utf32 ( Data/Text/Internal/Encoding/Utf32.hs, dist/build/Data/Text/Internal/Encoding/Utf32.o ) [ 3 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 ) [ 4 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 ) [ 5 of 44] Compiling Data.Text.Encoding.Error ( Data/Text/Encoding/Error.hs, dist/build/Data/Text/Encoding/Error.o ) [ 6 of 44] Compiling Data.Text.Internal.Unsafe.Shift ( Data/Text/Internal/Unsafe/Shift.hs, dist/build/Data/Text/Internal/Unsafe/Shift.o ) [ 7 of 44] Compiling Data.Text.Internal.Encoding.Utf16 ( Data/Text/Internal/Encoding/Utf16.hs, dist/build/Data/Text/Internal/Encoding/Utf16.o ) [ 8 of 44] Compiling Data.Text.Internal.Functions ( Data/Text/Internal/Functions.hs, dist/build/Data/Text/Internal/Functions.o ) [ 9 of 44] Compiling Data.Text.Internal.Unsafe ( Data/Text/Internal/Unsafe.hs, dist/build/Data/Text/Internal/Unsafe.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.Unsafe ( Data/Text/Unsafe.hs, dist/build/Data/Text/Unsafe.o ) [18 of 44] Compiling Data.Text.Internal.Private ( Data/Text/Internal/Private.hs, dist/build/Data/Text/Internal/Private.o ) [19 of 44] Compiling Data.Text.Internal.Fusion ( Data/Text/Internal/Fusion.hs, dist/build/Data/Text/Internal/Fusion.o ) [20 of 44] Compiling Data.Text.Show ( Data/Text/Show.hs, dist/build/Data/Text/Show.o ) [21 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 ) [22 of 44] Compiling Data.Text.Internal.Encoding.Utf8 ( Data/Text/Internal/Encoding/Utf8.hs, dist/build/Data/Text/Internal/Encoding/Utf8.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.Encoding ( Data/Text/Encoding.hs, dist/build/Data/Text/Encoding.o ) [25 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 ) [26 of 44] Compiling Data.Text.Internal.Search ( Data/Text/Internal/Search.hs, dist/build/Data/Text/Internal/Search.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 ) [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 ) [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.IO ( Data/Text/Lazy/IO.hs, dist/build/Data/Text/Lazy/IO.o ) [42 of 44] Compiling Data.Text.Lazy.Read ( Data/Text/Lazy/Read.hs, dist/build/Data/Text/Lazy/Read.o ) [43 of 44] Compiling Data.Text.Lazy.Builder.RealFloat ( Data/Text/Lazy/Builder/RealFloat.hs, dist/build/Data/Text/Lazy/Builder/RealFloat.o ) [44 of 44] Compiling Data.Text.Read ( Data/Text/Read.hs, dist/build/Data/Text/Read.o ) In-place registering text-1.2.2.0... Running Haddock for text-1.2.2.0... Running hscolour for text-1.2.2.0... Preprocessing library text-1.2.2.0... Preprocessing library text-1.2.2.0... Haddock coverage: 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) 50% ( 1 / 2) in 'Data.Text.Internal.Encoding.Utf32' Missing documentation for: validate (Data/Text/Internal/Encoding/Utf32.hs:24) 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% ( 2 / 2) in 'Data.Text.Internal.Unsafe.Shift' 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) 100% ( 2 / 2) in 'Data.Text.Internal.Functions' 100% ( 3 / 3) in 'Data.Text.Internal.Unsafe' 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) 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) 100% ( 4 / 4) in 'Data.Text.Show' 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) 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) 91% ( 10 / 11) in 'Data.Text.Internal.Encoding.Fusion' Missing documentation for: streamASCII (Data/Text/Internal/Encoding/Fusion.hs:57) 100% ( 33 / 33) in 'Data.Text.Encoding' 100% ( 10 / 10) in 'Data.Text.Internal.Lazy.Encoding.Fusion' 100% ( 2 / 2) in 'Data.Text.Internal.Search' 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) 100% ( 19 / 19) in 'Data.Text.Lazy.IO' 100% ( 7 / 7) in 'Data.Text.Lazy.Read' 75% ( 3 / 4) in 'Data.Text.Lazy.Builder.RealFloat' Missing documentation for: formatRealFloat (Data/Text/Lazy/Builder/RealFloat.hs:46) 100% ( 7 / 7) in 'Data.Text.Read' Warning: Data.Text.Internal.Fusion.Common: could not find link destinations for: findIndicesI Warning: Data.Text.Unsafe: could not find link destinations for: bracket 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.29427247901833488263.0 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.3/text-1.2.2.0-5c7VCmRXJenGcMPs3kwpkI Registering text-1.2.2.0... Installed text-1.2.2.0 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 ) In-place registering transformers-compat-0.5.1.4... 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: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) 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.11693485026360022300.4 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.3/transformers-compat-0.5.1.4-EfAx8JliEAN1Gu6x0L8GYr Registering transformers-compat-0.5.1.4... Installed transformers-compat-0.5.1.4 Configuring distributed-static-0.3.4.0... Building distributed-static-0.3.4.0... Preprocessing library distributed-static-0.3.4.0... [1 of 1] Compiling Control.Distributed.Static ( src/Control/Distributed/Static.hs, dist/build/Control/Distributed/Static.o ) src/Control/Distributed/Static.hs:249:1: Warning: The import of ‘Control.Applicative’ is redundant except perhaps to import instances from ‘Control.Applicative’ To import instances alone, use: import Control.Applicative() In-place registering distributed-static-0.3.4.0... Running Haddock for distributed-static-0.3.4.0... Running hscolour for distributed-static-0.3.4.0... Preprocessing library distributed-static-0.3.4.0... Preprocessing library distributed-static-0.3.4.0... src/Control/Distributed/Static.hs:249:1: Warning: The import of ‘Control.Applicative’ is redundant except perhaps to import instances from ‘Control.Applicative’ To import instances alone, use: import Control.Applicative() Haddock coverage: 96% ( 26 / 27) in 'Control.Distributed.Static' Missing documentation for: closure (src/Control/Distributed/Static.hs:459) Documentation created: dist/doc/html/distributed-static/index.html, dist/doc/html/distributed-static/distributed-static.txt Creating package registration file: /tmp/pkgConf-distributed-static-0.3.4382926234129183332.0 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.3/distributed-static-0.3.4.0-I6DE7nI6aLvFjMRMFkR6YY Registering distributed-static-0.3.4.0... Installed distributed-static-0.3.4.0 Configuring hashable-1.2.4.0... Building hashable-1.2.4.0... Preprocessing library hashable-1.2.4.0... [1 of 3] Compiling Data.Hashable.Class ( Data/Hashable/Class.hs, dist/build/Data/Hashable/Class.o ) Data/Hashable/Class.hs:460:28: Warning: In the use of ‘B.inlinePerformIO’ (imported from Data.ByteString.Internal): Deprecated: "If you think you know what you are doing, use 'unsafePerformIO'. If you are sure you know what you are doing, use 'unsafeDupablePerformIO'. If you enjoy sharing an address space with a malevolent agent of chaos, try 'accursedUnutterablePerformIO'." [2 of 3] Compiling Data.Hashable.Generic ( Data/Hashable/Generic.hs, dist/build/Data/Hashable/Generic.o ) [3 of 3] Compiling Data.Hashable ( Data/Hashable.hs, dist/build/Data/Hashable.o ) In-place registering hashable-1.2.4.0... Running Haddock for hashable-1.2.4.0... Running hscolour for hashable-1.2.4.0... Preprocessing library hashable-1.2.4.0... Preprocessing library hashable-1.2.4.0... Data/Hashable/Class.hs:460:28: Warning: In the use of ‘B.inlinePerformIO’ (imported from Data.ByteString.Internal): Deprecated: "If you think you know what you are doing, use 'unsafePerformIO'. If you are sure you know what you are doing, use 'unsafeDupablePerformIO'. If you enjoy sharing an address space with a malevolent agent of chaos, try 'accursedUnutterablePerformIO'." Haddock coverage: 100% ( 11 / 11) in 'Data.Hashable.Class' 100% ( 1 / 1) in 'Data.Hashable.Generic' 100% ( 22 / 22) in 'Data.Hashable' Warning: Data.Hashable: could not find link destinations for: GHashable Documentation created: dist/doc/html/hashable/index.html, dist/doc/html/hashable/hashable.txt Creating package registration file: /tmp/pkgConf-hashable-1.2.4503615949437180529.0 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.3/hashable-1.2.4.0-8GjadD03dR57AKCJdr90LD Registering hashable-1.2.4.0... Installed hashable-1.2.4.0 Configuring exceptions-0.8.2.1... Building exceptions-0.8.2.1... Preprocessing library exceptions-0.8.2.1... [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.2.1... Running Haddock for exceptions-0.8.2.1... Running hscolour for exceptions-0.8.2.1... Preprocessing library exceptions-0.8.2.1... Preprocessing library exceptions-0.8.2.1... 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.2866596855242639747.1 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.3/exceptions-0.8.2.1-Jkl94O78MPXBSznLIarVn2 Registering exceptions-0.8.2.1... Installed exceptions-0.8.2.1 Configuring transformers-base-0.4.4... Building transformers-base-0.4.4... Preprocessing library transformers-base-0.4.4... [1 of 1] Compiling Control.Monad.Base ( src/Control/Monad/Base.hs, dist/build/Control/Monad/Base.o ) src/Control/Monad/Base.hs:22:1: Warning: The import of ‘Data.Monoid’ is redundant except perhaps to import instances from ‘Data.Monoid’ To import instances alone, use: import Data.Monoid() src/Control/Monad/Base.hs:24:1: Warning: The import of ‘Control.Applicative’ is redundant except perhaps to import instances from ‘Control.Applicative’ To import instances alone, use: import Control.Applicative() In-place registering transformers-base-0.4.4... Running Haddock for transformers-base-0.4.4... Running hscolour for transformers-base-0.4.4... Preprocessing library transformers-base-0.4.4... Preprocessing library transformers-base-0.4.4... src/Control/Monad/Base.hs:22:1: Warning: The import of ‘Data.Monoid’ is redundant except perhaps to import instances from ‘Data.Monoid’ To import instances alone, use: import Data.Monoid() src/Control/Monad/Base.hs:24:1: Warning: The import of ‘Control.Applicative’ is redundant except perhaps to import instances from ‘Control.Applicative’ To import instances alone, use: import Control.Applicative() Haddock coverage: 33% ( 1 / 3) in 'Control.Monad.Base' Missing documentation for: Module header MonadBase (src/Control/Monad/Base.hs:50) Documentation created: dist/doc/html/transformers-base/index.html, dist/doc/html/transformers-base/transformers-base.txt Creating package registration file: /tmp/pkgConf-transformers-base-0.48247224901267040926.4 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.3/transformers-base-0.4.4-LEY6N2K8lWyKssxi9ZZ0NE Registering transformers-base-0.4.4... Installed transformers-base-0.4.4 Configuring network-transport-0.4.3.1... Building network-transport-0.4.3.1... Preprocessing library network-transport-0.4.3.1... [1 of 3] Compiling Network.Transport.Internal ( src/Network/Transport/Internal.hs, dist/build/Network/Transport/Internal.o ) src/Network/Transport/Internal.hs:81:25: Warning: In the use of ‘BSI.inlinePerformIO’ (imported from Data.ByteString.Internal): Deprecated: "If you think you know what you are doing, use 'unsafePerformIO'. If you are sure you know what you are doing, use 'unsafeDupablePerformIO'. If you enjoy sharing an address space with a malevolent agent of chaos, try 'accursedUnutterablePerformIO'." src/Network/Transport/Internal.hs:98:25: Warning: In the use of ‘BSI.inlinePerformIO’ (imported from Data.ByteString.Internal): Deprecated: "If you think you know what you are doing, use 'unsafePerformIO'. If you are sure you know what you are doing, use 'unsafeDupablePerformIO'. If you enjoy sharing an address space with a malevolent agent of chaos, try 'accursedUnutterablePerformIO'." [2 of 3] Compiling Network.Transport ( src/Network/Transport.hs, dist/build/Network/Transport.o ) src/Network/Transport.hs:32:1: Warning: The import of ‘Control.Applicative’ is redundant except perhaps to import instances from ‘Control.Applicative’ To import instances alone, use: import Control.Applicative() [3 of 3] Compiling Network.Transport.Util ( src/Network/Transport/Util.hs, dist/build/Network/Transport/Util.o ) In-place registering network-transport-0.4.3.1... Running Haddock for network-transport-0.4.3.1... Running hscolour for network-transport-0.4.3.1... Preprocessing library network-transport-0.4.3.1... Preprocessing library network-transport-0.4.3.1... src/Network/Transport/Internal.hs:81:25: Warning: In the use of ‘BSI.inlinePerformIO’ (imported from Data.ByteString.Internal): Deprecated: "If you think you know what you are doing, use 'unsafePerformIO'. If you are sure you know what you are doing, use 'unsafeDupablePerformIO'. If you enjoy sharing an address space with a malevolent agent of chaos, try 'accursedUnutterablePerformIO'." src/Network/Transport/Internal.hs:98:25: Warning: In the use of ‘BSI.inlinePerformIO’ (imported from Data.ByteString.Internal): Deprecated: "If you think you know what you are doing, use 'unsafePerformIO'. If you are sure you know what you are doing, use 'unsafeDupablePerformIO'. If you enjoy sharing an address space with a malevolent agent of chaos, try 'accursedUnutterablePerformIO'." src/Network/Transport.hs:32:1: Warning: The import of ‘Control.Applicative’ is redundant except perhaps to import instances from ‘Control.Applicative’ To import instances alone, use: import Control.Applicative() Haddock coverage: 100% ( 18 / 18) in 'Network.Transport.Internal' 100% ( 22 / 22) in 'Network.Transport' 100% ( 2 / 2) in 'Network.Transport.Util' Documentation created: dist/doc/html/network-transport/index.html, dist/doc/html/network-transport/network-transport.txt Creating package registration file: /tmp/pkgConf-network-transport-0.4.3576279545349121784.1 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.3/network-transport-0.4.3.1-CQIn3oapaum0HoQ6mSkmMh Registering network-transport-0.4.3.1... Installed network-transport-0.4.3.1 Configuring monad-control-1.0.0.5... Building monad-control-1.0.0.5... Preprocessing library monad-control-1.0.0.5... [1 of 1] Compiling Control.Monad.Trans.Control ( Control/Monad/Trans/Control.hs, dist/build/Control/Monad/Trans/Control.o ) In-place registering monad-control-1.0.0.5... Running Haddock for monad-control-1.0.0.5... Running hscolour for monad-control-1.0.0.5... Preprocessing library monad-control-1.0.0.5... Preprocessing library monad-control-1.0.0.5... Haddock coverage: 92% ( 24 / 26) in 'Control.Monad.Trans.Control' Missing documentation for: MonadTransControl (Control/Monad/Trans/Control.hs:108) MonadBaseControl (Control/Monad/Trans/Control.hs:290) Documentation created: dist/doc/html/monad-control/index.html, dist/doc/html/monad-control/monad-control.txt Creating package registration file: /tmp/pkgConf-monad-control-1.0.0184794536388450127.5 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.3/monad-control-1.0.0.5-0xW5zcMb0FUIevHTuIUHuL Registering monad-control-1.0.0.5... Installed monad-control-1.0.0.5 Configuring distributed-process-0.6.1... Building distributed-process-0.6.1... Preprocessing library distributed-process-0.6.1... src/Control/Distributed/Process/Internal/Closure/Explicit.hs:9:5: Warning: -XOverlappingInstances is deprecated: instead use per-instance pragmas OVERLAPPING/OVERLAPPABLE/OVERLAPS [ 1 of 27] Compiling Control.Distributed.Process.Internal.StrictContainerAccessors ( src/Control/Distributed/Process/Internal/StrictContainerAccessors.hs, dist/build/Control/Distributed/Process/Internal/StrictContainerAccessors.o ) [ 2 of 27] Compiling Control.Distributed.Process.Internal.WeakTQueue ( src/Control/Distributed/Process/Internal/WeakTQueue.hs, dist/build/Control/Distributed/Process/Internal/WeakTQueue.o ) [ 3 of 27] Compiling Control.Distributed.Process.Internal.StrictList ( src/Control/Distributed/Process/Internal/StrictList.hs, dist/build/Control/Distributed/Process/Internal/StrictList.o ) [ 4 of 27] Compiling Control.Distributed.Process.Internal.StrictMVar ( src/Control/Distributed/Process/Internal/StrictMVar.hs, dist/build/Control/Distributed/Process/Internal/StrictMVar.o ) src/Control/Distributed/Process/Internal/StrictMVar.hs:17:1: Warning: The import of ‘Control.Applicative’ is redundant except perhaps to import instances from ‘Control.Applicative’ To import instances alone, use: import Control.Applicative() [ 5 of 27] Compiling Control.Distributed.Process.Internal.CQueue ( src/Control/Distributed/Process/Internal/CQueue.hs, dist/build/Control/Distributed/Process/Internal/CQueue.o ) src/Control/Distributed/Process/Internal/CQueue.hs:33:1: Warning: The import of ‘Control.Applicative’ is redundant except perhaps to import instances from ‘Control.Applicative’ To import instances alone, use: import Control.Applicative() src/Control/Distributed/Process/Internal/CQueue.hs:47:1: Warning: The import of ‘Data.Traversable’ is redundant except perhaps to import instances from ‘Data.Traversable’ To import instances alone, use: import Data.Traversable() [ 6 of 27] Compiling Control.Distributed.Process.Serializable ( src/Control/Distributed/Process/Serializable.hs, dist/build/Control/Distributed/Process/Serializable.o ) src/Control/Distributed/Process/Serializable.hs:66:17: Warning: In the use of ‘BSI.inlinePerformIO’ (imported from Data.ByteString.Internal): Deprecated: "If you think you know what you are doing, use 'unsafePerformIO'. If you are sure you know what you are doing, use 'unsafeDupablePerformIO'. If you enjoy sharing an address space with a malevolent agent of chaos, try 'accursedUnutterablePerformIO'." [ 7 of 27] Compiling Control.Distributed.Process.Internal.Types ( src/Control/Distributed/Process/Internal/Types.hs, dist/build/Control/Distributed/Process/Internal/Types.o ) [ 8 of 27] Compiling Control.Distributed.Process.Management.Internal.Types ( src/Control/Distributed/Process/Management/Internal/Types.hs, dist/build/Control/Distributed/Process/Management/Internal/Types.o ) src/Control/Distributed/Process/Management/Internal/Types.hs:20:1: Warning: The import of ‘Control.Applicative’ is redundant except perhaps to import instances from ‘Control.Applicative’ To import instances alone, use: import Control.Applicative() [ 9 of 27] Compiling Control.Distributed.Process.Internal.Messaging ( src/Control/Distributed/Process/Internal/Messaging.hs, dist/build/Control/Distributed/Process/Internal/Messaging.o ) src/Control/Distributed/Process/Internal/Messaging.hs:32:1: Warning: The import of ‘localState’ from module ‘Control.Distributed.Process.Internal.Types’ is redundant [10 of 27] Compiling Control.Distributed.Process.UnsafePrimitives ( src/Control/Distributed/Process/UnsafePrimitives.hs, dist/build/Control/Distributed/Process/UnsafePrimitives.o ) [11 of 27] Compiling Control.Distributed.Process.Management.Internal.Bus ( src/Control/Distributed/Process/Management/Internal/Bus.hs, dist/build/Control/Distributed/Process/Management/Internal/Bus.o ) [12 of 27] Compiling Control.Distributed.Process.Management.Internal.Trace.Types ( src/Control/Distributed/Process/Management/Internal/Trace/Types.hs, dist/build/Control/Distributed/Process/Management/Internal/Trace/Types.o ) [13 of 27] Compiling Control.Distributed.Process.Internal.Primitives ( src/Control/Distributed/Process/Internal/Primitives.hs, dist/build/Control/Distributed/Process/Internal/Primitives.o ) [14 of 27] Compiling Control.Distributed.Process.Internal.Closure.BuiltIn ( src/Control/Distributed/Process/Internal/Closure/BuiltIn.hs, dist/build/Control/Distributed/Process/Internal/Closure/BuiltIn.o ) [15 of 27] Compiling Control.Distributed.Process.Internal.Spawn ( src/Control/Distributed/Process/Internal/Spawn.hs, dist/build/Control/Distributed/Process/Internal/Spawn.o ) [16 of 27] Compiling Control.Distributed.Process.Internal.Closure.TH ( src/Control/Distributed/Process/Internal/Closure/TH.hs, dist/build/Control/Distributed/Process/Internal/Closure/TH.o ) src/Control/Distributed/Process/Internal/Closure/TH.hs:15:1: Warning: The import of ‘Control.Applicative’ is redundant except perhaps to import instances from ‘Control.Applicative’ To import instances alone, use: import Control.Applicative() src/Control/Distributed/Process/Internal/Closure/TH.hs:264:19: Warning: In the use of ‘classP’ (imported from Language.Haskell.TH, but defined in Language.Haskell.TH.Lib): Deprecated: "As of template-haskell-2.10, constraint predicates (Pred) are just types (Type), in keeping with ConstraintKinds. Please use 'conT' and 'appT'." [17 of 27] Compiling Control.Distributed.Process.Management.Internal.Trace.Primitives ( src/Control/Distributed/Process/Management/Internal/Trace/Primitives.hs, dist/build/Control/Distributed/Process/Management/Internal/Trace/Primitives.o ) src/Control/Distributed/Process/Management/Internal/Trace/Primitives.hs:31:1: Warning: The import of ‘Control.Applicative’ is redundant except perhaps to import instances from ‘Control.Applicative’ To import instances alone, use: import Control.Applicative() [18 of 27] Compiling Control.Distributed.Process.Management.Internal.Trace.Tracer ( src/Control/Distributed/Process/Management/Internal/Trace/Tracer.hs, dist/build/Control/Distributed/Process/Management/Internal/Trace/Tracer.o ) [19 of 27] Compiling Control.Distributed.Process.Management.Internal.Trace.Remote ( src/Control/Distributed/Process/Management/Internal/Trace/Remote.hs, dist/build/Control/Distributed/Process/Management/Internal/Trace/Remote.o ) [20 of 27] Compiling Control.Distributed.Process.Management.Internal.Table ( src/Control/Distributed/Process/Management/Internal/Table.hs, dist/build/Control/Distributed/Process/Management/Internal/Table.o ) [21 of 27] Compiling Control.Distributed.Process.Management ( src/Control/Distributed/Process/Management.hs, dist/build/Control/Distributed/Process/Management.o ) src/Control/Distributed/Process/Management.hs:276:1: Warning: The import of ‘Control.Applicative’ is redundant except perhaps to import instances from ‘Control.Applicative’ To import instances alone, use: import Control.Applicative() src/Control/Distributed/Process/Management.hs:506:9: Warning: In the use of ‘onException’ (imported from Control.Distributed.Process.Internal.Primitives): Deprecated: "Use Control.Monad.Catch.onException instead" [22 of 27] Compiling Control.Distributed.Process.Management.Internal.Agent ( src/Control/Distributed/Process/Management/Internal/Agent.hs, dist/build/Control/Distributed/Process/Management/Internal/Agent.o ) src/Control/Distributed/Process/Management/Internal/Agent.hs:6:1: Warning: The import of ‘Control.Applicative’ is redundant except perhaps to import instances from ‘Control.Applicative’ To import instances alone, use: import Control.Applicative() [23 of 27] Compiling Control.Distributed.Process.Node ( src/Control/Distributed/Process/Node.hs, dist/build/Control/Distributed/Process/Node.o ) src/Control/Distributed/Process/Node.hs:55:1: Warning: The import of ‘Control.Applicative’ is redundant except perhaps to import instances from ‘Control.Applicative’ To import instances alone, use: import Control.Applicative() src/Control/Distributed/Process/Node.hs:61:1: Warning: The import of ‘ThreadKilled, AsyncException’ from module ‘Control.Exception’ is redundant src/Control/Distributed/Process/Node.hs:75:1: Warning: The import of ‘myThreadId’ from module ‘Control.Concurrent’ is redundant src/Control/Distributed/Process/Node.hs:76:1: Warning: The import of ‘modifyMVar_’ from module ‘Control.Distributed.Process.Internal.StrictMVar’ is redundant src/Control/Distributed/Process/Node.hs:121:1: Warning: The import of ‘NoImplicitReconnect, messageToPayload’ from module ‘Control.Distributed.Process.Internal.Types’ is redundant src/Control/Distributed/Process/Node.hs:200:1: Warning: The import of ‘sendPayload’ from module ‘Control.Distributed.Process.Internal.Messaging’ is redundant src/Control/Distributed/Process/Node.hs:359:29: Warning: In the use of ‘try’ (imported from Control.Distributed.Process.Internal.Primitives): Deprecated: "Use Control.Monad.Catch.mask_ instead" [24 of 27] Compiling Control.Distributed.Process.Debug ( src/Control/Distributed/Process/Debug.hs, dist/build/Control/Distributed/Process/Debug.o ) src/Control/Distributed/Process/Debug.hs:144:1: Warning: The import of ‘Control.Applicative’ is redundant except perhaps to import instances from ‘Control.Applicative’ To import instances alone, use: import Control.Applicative() src/Control/Distributed/Process/Debug.hs:235:5: Warning: In the use of ‘finally’ (imported from Control.Distributed.Process.Internal.Primitives): Deprecated: "Use Control.Monad.Catch.finally instead" src/Control/Distributed/Process/Debug.hs:235:14: Warning: In the use of ‘try’ (imported from Control.Distributed.Process.Internal.Primitives): Deprecated: "Use Control.Monad.Catch.mask_ instead" src/Control/Distributed/Process/Debug.hs:258:3: Warning: In the use of ‘finally’ (imported from Control.Distributed.Process.Internal.Primitives): Deprecated: "Use Control.Monad.Catch.finally instead" src/Control/Distributed/Process/Debug.hs:258:35: Warning: In the use of ‘try’ (imported from Control.Distributed.Process.Internal.Primitives): Deprecated: "Use Control.Monad.Catch.mask_ instead" [25 of 27] Compiling Control.Distributed.Process ( src/Control/Distributed/Process.hs, dist/build/Control/Distributed/Process.o ) [26 of 27] Compiling Control.Distributed.Process.Internal.Closure.Explicit ( src/Control/Distributed/Process/Internal/Closure/Explicit.hs, dist/build/Control/Distributed/Process/Internal/Closure/Explicit.o ) [27 of 27] Compiling Control.Distributed.Process.Closure ( src/Control/Distributed/Process/Closure.hs, dist/build/Control/Distributed/Process/Closure.o ) In-place registering distributed-process-0.6.1... Running Haddock for distributed-process-0.6.1... Running hscolour for distributed-process-0.6.1... Preprocessing library distributed-process-0.6.1... Preprocessing library distributed-process-0.6.1... src/Control/Distributed/Process/Internal/Closure/Explicit.hs:9:5: Warning: -XOverlappingInstances is deprecated: instead use per-instance pragmas OVERLAPPING/OVERLAPPABLE/OVERLAPS src/Control/Distributed/Process/Internal/StrictMVar.hs:17:1: Warning: The import of ‘Control.Applicative’ is redundant except perhaps to import instances from ‘Control.Applicative’ To import instances alone, use: import Control.Applicative() src/Control/Distributed/Process/Internal/CQueue.hs:33:1: Warning: The import of ‘Control.Applicative’ is redundant except perhaps to import instances from ‘Control.Applicative’ To import instances alone, use: import Control.Applicative() src/Control/Distributed/Process/Internal/CQueue.hs:47:1: Warning: The import of ‘Data.Traversable’ is redundant except perhaps to import instances from ‘Data.Traversable’ To import instances alone, use: import Data.Traversable() src/Control/Distributed/Process/Serializable.hs:66:17: Warning: In the use of ‘BSI.inlinePerformIO’ (imported from Data.ByteString.Internal): Deprecated: "If you think you know what you are doing, use 'unsafePerformIO'. If you are sure you know what you are doing, use 'unsafeDupablePerformIO'. If you enjoy sharing an address space with a malevolent agent of chaos, try 'accursedUnutterablePerformIO'." src/Control/Distributed/Process/Management/Internal/Types.hs:20:1: Warning: The import of ‘Control.Applicative’ is redundant except perhaps to import instances from ‘Control.Applicative’ To import instances alone, use: import Control.Applicative() src/Control/Distributed/Process/Internal/Messaging.hs:32:1: Warning: The import of ‘localState’ from module ‘Control.Distributed.Process.Internal.Types’ is redundant src/Control/Distributed/Process/Internal/Closure/TH.hs:15:1: Warning: The import of ‘Control.Applicative’ is redundant except perhaps to import instances from ‘Control.Applicative’ To import instances alone, use: import Control.Applicative() src/Control/Distributed/Process/Internal/Closure/TH.hs:264:19: Warning: In the use of ‘classP’ (imported from Language.Haskell.TH, but defined in Language.Haskell.TH.Lib): Deprecated: "As of template-haskell-2.10, constraint predicates (Pred) are just types (Type), in keeping with ConstraintKinds. Please use 'conT' and 'appT'." src/Control/Distributed/Process/Management/Internal/Trace/Primitives.hs:31:1: Warning: The import of ‘Control.Applicative’ is redundant except perhaps to import instances from ‘Control.Applicative’ To import instances alone, use: import Control.Applicative() Haddock coverage: 0% ( 0 / 3) in 'Control.Distributed.Process.Internal.StrictContainerAccessors' Missing documentation for: Module header mapMaybe (src/Control/Distributed/Process/Internal/StrictContainerAccessors.hs:11) mapDefault (src/Control/Distributed/Process/Internal/StrictContainerAccessors.hs:18) 91% ( 10 / 11) in 'Control.Distributed.Process.Internal.WeakTQueue' Missing documentation for: mkWeakTQueue (src/Control/Distributed/Process/Internal/WeakTQueue.hs:100) 50% ( 2 / 4) in 'Control.Distributed.Process.Internal.StrictList' Missing documentation for: append (src/Control/Distributed/Process/Internal/StrictList.hs:17) foldr (src/Control/Distributed/Process/Internal/StrictList.hs:22) 8% ( 1 / 12) in 'Control.Distributed.Process.Internal.StrictMVar' Missing documentation for: StrictMVar (src/Control/Distributed/Process/Internal/StrictMVar.hs:43) newEmptyMVar (src/Control/Distributed/Process/Internal/StrictMVar.hs:45) newMVar (src/Control/Distributed/Process/Internal/StrictMVar.hs:48) takeMVar (src/Control/Distributed/Process/Internal/StrictMVar.hs:51) putMVar (src/Control/Distributed/Process/Internal/StrictMVar.hs:54) readMVar (src/Control/Distributed/Process/Internal/StrictMVar.hs:57) withMVar (src/Control/Distributed/Process/Internal/StrictMVar.hs:60) modifyMVar_ (src/Control/Distributed/Process/Internal/StrictMVar.hs:63) modifyMVar (src/Control/Distributed/Process/Internal/StrictMVar.hs:66) modifyMVarMasked (src/Control/Distributed/Process/Internal/StrictMVar.hs:72) mkWeakMVar (src/Control/Distributed/Process/Internal/StrictMVar.hs:87) 50% ( 5 / 10) in 'Control.Distributed.Process.Internal.CQueue' Missing documentation for: CQueue (src/Control/Distributed/Process/Internal/CQueue.hs:54) BlockSpec (src/Control/Distributed/Process/Internal/CQueue.hs:73) MatchOn (src/Control/Distributed/Process/Internal/CQueue.hs:78) newCQueue (src/Control/Distributed/Process/Internal/CQueue.hs:58) queueSize (src/Control/Distributed/Process/Internal/CQueue.hs:270) 80% ( 8 / 10) in 'Control.Distributed.Process.Serializable' Missing documentation for: Module header Fingerprint 73% ( 56 / 77) in 'Control.Distributed.Process.Internal.Types' Missing documentation for: nodeOf (src/Control/Distributed/Process/Internal/Types.hs:206) firstNonReservedProcessId (src/Control/Distributed/Process/Internal/Types.hs:215) nullProcessId (src/Control/Distributed/Process/Internal/Types.hs:218) ValidLocalNodeState (src/Control/Distributed/Process/Internal/Types.hs:280) ImplicitReconnect (src/Control/Distributed/Process/Internal/Types.hs:272) LocalSendPortId (src/Control/Distributed/Process/Internal/Types.hs:394) TypedChannel (src/Control/Distributed/Process/Internal/Types.hs:416) ProcessInfoNone (src/Control/Distributed/Process/Internal/Types.hs:664) NodeStats (src/Control/Distributed/Process/Internal/Types.hs:646) localProcesses (src/Control/Distributed/Process/Internal/Types.hs:839) localPidCounter (src/Control/Distributed/Process/Internal/Types.hs:842) localPidUnique (src/Control/Distributed/Process/Internal/Types.hs:845) localConnections (src/Control/Distributed/Process/Internal/Types.hs:848) localProcessWithId (src/Control/Distributed/Process/Internal/Types.hs:851) localConnectionBetween (src/Control/Distributed/Process/Internal/Types.hs:854) monitorCounter (src/Control/Distributed/Process/Internal/Types.hs:857) spawnCounter (src/Control/Distributed/Process/Internal/Types.hs:860) channelCounter (src/Control/Distributed/Process/Internal/Types.hs:863) typedChannels (src/Control/Distributed/Process/Internal/Types.hs:866) typedChannelWithId (src/Control/Distributed/Process/Internal/Types.hs:869) forever' (src/Control/Distributed/Process/Internal/Types.hs:878) 58% ( 7 / 12) in 'Control.Distributed.Process.Management.Internal.Types' Missing documentation for: Module header MxTableId (src/Control/Distributed/Process/Management/Internal/Types.hs:103) MxAgentState (src/Control/Distributed/Process/Management/Internal/Types.hs:109) ChannelSelector (src/Control/Distributed/Process/Management/Internal/Types.hs:139) MxAgentStart (src/Control/Distributed/Process/Management/Internal/Types.hs:131) 12% ( 1 / 8) in 'Control.Distributed.Process.Internal.Messaging' Missing documentation for: Module header sendPayload (src/Control/Distributed/Process/Internal/Messaging.hs:63) sendBinary (src/Control/Distributed/Process/Internal/Messaging.hs:84) sendMessage (src/Control/Distributed/Process/Internal/Messaging.hs:94) disconnect (src/Control/Distributed/Process/Internal/Messaging.hs:141) closeImplicitReconnections (src/Control/Distributed/Process/Internal/Messaging.hs:153) sendCtrlMsg (src/Control/Distributed/Process/Internal/Messaging.hs:191) 100% ( 8 / 8) in 'Control.Distributed.Process.UnsafePrimitives' 50% ( 1 / 2) in 'Control.Distributed.Process.Management.Internal.Bus' Missing documentation for: publishEvent (src/Control/Distributed/Process/Management/Internal/Bus.hs:16) 21% ( 4 / 19) in 'Control.Distributed.Process.Management.Internal.Trace.Types' Missing documentation for: SetTrace (src/Control/Distributed/Process/Management/Internal/Trace/Types.hs:54) TraceArg (src/Control/Distributed/Process/Management/Internal/Trace/Types.hs:98) traceLog (src/Control/Distributed/Process/Management/Internal/Trace/Types.hs:111) traceLogFmt (src/Control/Distributed/Process/Management/Internal/Trace/Types.hs:114) traceEvent (src/Control/Distributed/Process/Management/Internal/Trace/Types.hs:124) traceMessage (src/Control/Distributed/Process/Management/Internal/Trace/Types.hs:127) defaultTraceFlags (src/Control/Distributed/Process/Management/Internal/Trace/Types.hs:85) enableTrace (src/Control/Distributed/Process/Management/Internal/Trace/Types.hs:130) enableTraceSync (src/Control/Distributed/Process/Management/Internal/Trace/Types.hs:135) disableTrace (src/Control/Distributed/Process/Management/Internal/Trace/Types.hs:139) disableTraceSync (src/Control/Distributed/Process/Management/Internal/Trace/Types.hs:144) getTraceFlags (src/Control/Distributed/Process/Management/Internal/Trace/Types.hs:156) setTraceFlags (src/Control/Distributed/Process/Management/Internal/Trace/Types.hs:148) setTraceFlagsSync (src/Control/Distributed/Process/Management/Internal/Trace/Types.hs:152) getCurrentTraceClient (src/Control/Distributed/Process/Management/Internal/Trace/Types.hs:159) 97% (104 /107) in 'Control.Distributed.Process.Internal.Primitives' Missing documentation for: NodeStats (src/Control/Distributed/Process/Internal/Types.hs:646) reregisterRemoteAsync (src/Control/Distributed/Process/Internal/Primitives.hs:1112) sendCtrlMsg (src/Control/Distributed/Process/Internal/Messaging.hs:191) 83% ( 25 / 30) in 'Control.Distributed.Process.Internal.Closure.BuiltIn' Missing documentation for: Module header remoteTable (src/Control/Distributed/Process/Internal/Closure/BuiltIn.hs:82) sndStatic (src/Control/Distributed/Process/Internal/Closure/BuiltIn.hs:170) decodeProcessIdStatic (src/Control/Distributed/Process/Internal/Closure/BuiltIn.hs:227) cpEnableTraceRemote (src/Control/Distributed/Process/Internal/Closure/BuiltIn.hs:284) 86% ( 6 / 7) in 'Control.Distributed.Process.Internal.Spawn' Missing documentation for: Module header 100% ( 9 / 9) in 'Control.Distributed.Process.Internal.Closure.TH' 79% ( 15 / 19) in 'Control.Distributed.Process.Management.Internal.Trace.Primitives' Missing documentation for: defaultTraceFlags (src/Control/Distributed/Process/Management/Internal/Trace/Types.hs:85) getTraceFlags (src/Control/Distributed/Process/Management/Internal/Trace/Primitives.hs:120) withLocalTracer (src/Control/Distributed/Process/Management/Internal/Trace/Primitives.hs:152) withRegisteredTracer (src/Contro src/Control/Distributed/Process/Management.hs:276:1: Warning: The import of ‘Control.Applicative’ is redundant except perhaps to import instances from ‘Control.Applicative’ To import instances alone, use: import Control.Applicative() src/Control/Distributed/Process/Management.hs:506:9: Warning: In the use of ‘onException’ (imported from Control.Distributed.Process.Internal.Primitives): Deprecated: "Use Control.Monad.Catch.onException instead" src/Control/Distributed/Process/Management/Internal/Agent.hs:6:1: Warning: The import of ‘Control.Applicative’ is redundant except perhaps to import instances from ‘Control.Applicative’ To import instances alone, use: import Control.Applicative() src/Control/Distributed/Process/Node.hs:55:1: Warning: The import of ‘Control.Applicative’ is redundant except perhaps to import instances from ‘Control.Applicative’ To import instances alone, use: import Control.Applicative() src/Control/Distributed/Process/Node.hs:61:1: Warning: The import of ‘ThreadKilled, AsyncException’ from module ‘Control.Exception’ is redundant src/Control/Distributed/Process/Node.hs:75:1: Warning: The import of ‘myThreadId’ from module ‘Control.Concurrent’ is redundant src/Control/Distributed/Process/Node.hs:76:1: Warning: The import of ‘modifyMVar_’ from module ‘Control.Distributed.Process.Internal.StrictMVar’ is redundant src/Control/Distributed/Process/Node.hs:121:1: Warning: The import of ‘NoImplicitReconnect, messageToPayload’ from module ‘Control.Distributed.Process.Internal.Types’ is redundant src/Control/Distributed/Process/Node.hs:200:1: Warning: The import of ‘sendPayload’ from module ‘Control.Distributed.Process.Internal.Messaging’ is redundant src/Control/Distributed/Process/Node.hs:359:29: Warning: In the use of ‘try’ (imported from Control.Distributed.Process.Internal.Primitives): Deprecated: "Use Control.Monad.Catch.mask_ instead" src/Control/Distributed/Process/Debug.hs:144:1: Warning: The import of ‘Control.Applicative’ is redundant except perhaps to import instances from ‘Control.Applicative’ To import instances alone, use: import Control.Applicative() src/Control/Distributed/Process/Debug.hs:235:5: Warning: In the use of ‘finally’ (imported from Control.Distributed.Process.Internal.Primitives): Deprecated: "Use Control.Monad.Catch.finally instead" src/Control/Distributed/Process/Debug.hs:235:14: Warning: In the use of ‘try’ (imported from Control.Distributed.Process.Internal.Primitives): Deprecated: "Use Control.Monad.Catch.mask_ instead" src/Control/Distributed/Process/Debug.hs:258:3: Warning: In the use of ‘finally’ (imported from Control.Distributed.Process.Internal.Primitives): Deprecated: "Use Control.Monad.Catch.finally instead" src/Control/Distributed/Process/Debug.hs:258:35: Warning: In the use of ‘try’ (imported from Control.Distributed.Process.Internal.Primitives): Deprecated: "Use Control.Monad.Catch.mask_ instead" l/Distributed/Process/Management/Internal/Trace/Primitives.hs:164) 38% ( 3 / 8) in 'Control.Distributed.Process.Management.Internal.Trace.Tracer' Missing documentation for: traceController (src/Control/Distributed/Process/Management/Internal/Trace/Tracer.hs:203) defaultTracer (src/Control/Distributed/Process/Management/Internal/Trace/Tracer.hs:115) systemLoggerTracer (src/Control/Distributed/Process/Management/Internal/Trace/Tracer.hs:143) logfileTracer (src/Control/Distributed/Process/Management/Internal/Trace/Tracer.hs:175) eventLogTracer (src/Control/Distributed/Process/Management/Internal/Trace/Tracer.hs:165) 83% ( 5 / 6) in 'Control.Distributed.Process.Management.Internal.Trace.Remote' Missing documentation for: Module header 0% ( 0 / 11) in 'Control.Distributed.Process.Management.Internal.Table' Missing documentation for: Module header MxTableRequest (src/Control/Distributed/Process/Management/Internal/Table.hs:69) MxTableId (src/Control/Distributed/Process/Management/Internal/Types.hs:103) mxTableCoordinator (src/Control/Distributed/Process/Management/Internal/Table.hs:84) startTableCoordinator (src/Control/Distributed/Process/Management/Internal/Table.hs:145) delete (src/Control/Distributed/Process/Management/Internal/Table.hs:87) purge (src/Control/Distributed/Process/Management/Internal/Table.hs:90) clear (src/Control/Distributed/Process/Management/Internal/Table.hs:93) set (src/Control/Distributed/Process/Management/Internal/Table.hs:96) get (src/Control/Distributed/Process/Management/Internal/Table.hs:119) fetch (src/Control/Distributed/Process/Management/Internal/Table.hs:99) 100% ( 30 / 30) in 'Control.Distributed.Process.Management' 83% ( 5 / 6) in 'Control.Distributed.Process.Management.Internal.Agent' Missing documentation for: Module header 88% ( 7 / 8) in 'Control.Distributed.Process.Node' Missing documentation for: initRemoteTable (src/Control/Distributed/Process/Node.hs:227) 82% ( 27 / 33) in 'Control.Distributed.Process.Debug' Missing documentation for: TraceArg (src/Control/Distributed/Process/Management/Internal/Trace/Types.hs:98) getTraceFlags (src/Control/Distributed/Process/Management/Internal/Trace/Primitives.hs:120) defaultTraceFlags (src/Control/Distributed/Process/Management/Internal/Trace/Types.hs:85) systemLoggerTracer (src/Control/Distributed/Process/Management/Internal/Trace/Tracer.hs:143) logfileTracer (src/Control/Distributed/Process/Management/Internal/Trace/Tracer.hs:175) eventLogTracer (src/Control/Distributed/Process/Management/Internal/Trace/Tracer.hs:165) 98% (140 /143) in 'Control.Distributed.Process' Missing documentation for: NodeStats (src/Control/Distributed/Process/Internal/Types.hs:646) closure reregisterRemoteAsync (src/Control/Distributed/Process/Internal/Primitives.hs:1112) 71% ( 5 / 7) in 'Control.Distributed.Process.Internal.Closure.Explicit' Missing documentation for: Module header MkTDict (src/Control/Distributed/Process/Internal/Closure/Explicit.hs:42) 97% ( 37 / 38) in 'Control.Distributed.Process.Closure' Missing documentation for: MkTDict (src/Control/Distributed/Process/Internal/Closure/Explicit.hs:42) Warning: Control.Distributed.Process.Internal.Closure.BuiltIn: could not find link destinations for: delay Warning: Control.Distributed.Process.Internal.Closure.TH: could not find link destinations for: staticName sdictName tdictName Warning: Control.Distributed.Process.Management.Internal.Trace.Primitives: could not find link destinations for: Traceable Warning: Control.Distributed.Process.Debug: could not find link destinations for: Traceable Warning: Control.Distributed.Process.Internal.Closure.Explicit: could not find link destinations for: Curry Uncurry HTrue IsFunction Warning: Control.Distributed.Process.Closure: could not find link destinations for: Curry Uncurry HTrue IsFunction Documentation created: dist/doc/html/distributed-process/index.html, dist/doc/html/distributed-process/distributed-process.txt Creating package registration file: /tmp/pkgConf-distributed-process-0.612775116252112043682.1 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.3/distributed-process-0.6.1-93oo1xyDTQJ2YYXhfmu4gL Registering distributed-process-0.6.1... Installed distributed-process-0.6.1 Configuring lifted-base-0.2.3.6... Building lifted-base-0.2.3.6... Preprocessing library lifted-base-0.2.3.6... [1 of 9] Compiling System.Timeout.Lifted ( System/Timeout/Lifted.hs, dist/build/System/Timeout/Lifted.o ) System/Timeout/Lifted.hs:4:14: Warning: ‘System.Timeout.Lifted’ is marked as Trustworthy but has been inferred as safe! [2 of 9] Compiling Foreign.Marshal.Utils.Lifted ( Foreign/Marshal/Utils/Lifted.hs, dist/build/Foreign/Marshal/Utils/Lifted.o ) Foreign/Marshal/Utils/Lifted.hs:6:14: Warning: ‘Foreign.Marshal.Utils.Lifted’ is marked as Trustworthy but has been inferred as safe! [3 of 9] Compiling Data.IORef.Lifted ( Data/IORef/Lifted.hs, dist/build/Data/IORef/Lifted.o ) Data/IORef/Lifted.hs:6:14: Warning: ‘Data.IORef.Lifted’ is marked as Trustworthy but has been inferred as safe! [4 of 9] Compiling Control.Concurrent.QSemN.Lifted ( Control/Concurrent/QSemN/Lifted.hs, dist/build/Control/Concurrent/QSemN/Lifted.o ) Control/Concurrent/QSemN/Lifted.hs:7:14: Warning: ‘Control.Concurrent.QSemN.Lifted’ is marked as Trustworthy but has been inferred as safe! [5 of 9] Compiling Control.Concurrent.QSem.Lifted ( Control/Concurrent/QSem/Lifted.hs, dist/build/Control/Concurrent/QSem/Lifted.o ) Control/Concurrent/QSem/Lifted.hs:7:14: Warning: ‘Control.Concurrent.QSem.Lifted’ is marked as Trustworthy but has been inferred as safe! [6 of 9] Compiling Control.Concurrent.Chan.Lifted ( Control/Concurrent/Chan/Lifted.hs, dist/build/Control/Concurrent/Chan/Lifted.o ) Control/Concurrent/Chan/Lifted.hs:6:14: Warning: ‘Control.Concurrent.Chan.Lifted’ is marked as Trustworthy but has been inferred as safe! [7 of 9] Compiling Control.Concurrent.MVar.Lifted ( Control/Concurrent/MVar/Lifted.hs, dist/build/Control/Concurrent/MVar/Lifted.o ) Control/Concurrent/MVar/Lifted.hs:7:14: Warning: ‘Control.Concurrent.MVar.Lifted’ is marked as Trustworthy but has been inferred as safe! [8 of 9] Compiling Control.Exception.Lifted ( Control/Exception/Lifted.hs, dist/build/Control/Exception/Lifted.o ) Control/Exception/Lifted.hs:11:14: Warning: ‘Control.Exception.Lifted’ is marked as Trustworthy but has been inferred as safe! [9 of 9] Compiling Control.Concurrent.Lifted ( Control/Concurrent/Lifted.hs, dist/build/Control/Concurrent/Lifted.o ) Control/Concurrent/Lifted.hs:4:14: Warning: ‘Control.Concurrent.Lifted’ is marked as Trustworthy but has been inferred as safe! In-place registering lifted-base-0.2.3.6... Running Haddock for lifted-base-0.2.3.6... Running hscolour for lifted-base-0.2.3.6... Preprocessing library lifted-base-0.2.3.6... Preprocessing library lifted-base-0.2.3.6... System/Timeout/Lifted.hs:4:14: Warning: ‘System.Timeout.Lifted’ is marked as Trustworthy but has been inferred as safe! Foreign/Marshal/Utils/Lifted.hs:6:14: Warning: ‘Foreign.Marshal.Utils.Lifted’ is marked as Trustworthy but has been inferred as safe! Data/IORef/Lifted.hs:6:14: Warning: ‘Data.IORef.Lifted’ is marked as Trustworthy but has been inferred as safe! Control/Concurrent/QSemN/Lifted.hs:7:14: Warning: ‘Control.Concurrent.QSemN.Lifted’ is marked as Trustworthy but has been inferred as safe! Control/Concurrent/QSem/Lifted.hs:7:14: Warning: ‘Control.Concurrent.QSem.Lifted’ is marked as Trustworthy but has been inferred as safe! Control/Concurrent/Chan/Lifted.hs:6:14: Warning: ‘Control.Concurrent.Chan.Lifted’ is marked as Trustworthy but has been inferred as safe! Control/Concurrent/MVar/Lifted.hs:7:14: Warning: ‘Control.Concurrent.MVar.Lifted’ is marked as Trustworthy but has been inferred as safe! Control/Exception/Lifted.hs:11:14: Warning: ‘Control.Exception.Lifted’ is marked as Trustworthy but has been inferred as safe! Control/Concurrent/Lifted.hs:4:14: Warning: ‘Control.Concurrent.Lifted’ is marked as Trustworthy but has been inferred as safe! Haddock coverage: 100% ( 2 / 2) in 'System.Timeout.Lifted' 100% ( 2 / 2) in 'Foreign.Marshal.Utils.Lifted' 100% ( 11 / 11) in 'Data.IORef.Lifted' 100% ( 5 / 5) in 'Control.Concurrent.QSemN.Lifted' 100% ( 5 / 5) in 'Control.Concurrent.QSem.Lifted' 100% ( 8 / 8) in 'Control.Concurrent.Chan.Lifted' 100% ( 19 / 19) in 'Control.Concurrent.MVar.Lifted' 100% ( 36 / 36) in 'Control.Exception.Lifted' 100% ( 36 / 36) in 'Control.Concurrent.Lifted' Documentation created: dist/doc/html/lifted-base/index.html, dist/doc/html/lifted-base/lifted-base.txt Creating package registration file: /tmp/pkgConf-lifted-base-0.2.31781459970812426701.6 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.3/lifted-base-0.2.3.6-5D91cjXHiv39Kr8gZ3cfue Registering lifted-base-0.2.3.6... Installed lifted-base-0.2.3.6 Downloading distributed-process-monad-control-0.5.1.2... Configuring distributed-process-monad-control-0.5.1.2... Building distributed-process-monad-control-0.5.1.2... Preprocessing library distributed-process-monad-control-0.5.1.2... [1 of 1] Compiling Control.Distributed.Process.MonadBaseControl ( src/Control/Distributed/Process/MonadBaseControl.hs, dist/build/Control/Distributed/Process/MonadBaseControl.o ) In-place registering distributed-process-monad-control-0.5.1.2... Running Haddock for distributed-process-monad-control-0.5.1.2... Running hscolour for distributed-process-monad-control-0.5.1.2... Preprocessing library distributed-process-monad-control-0.5.1.2... Preprocessing library distributed-process-monad-control-0.5.1.2... Haddock coverage: 100% ( 1 / 1) in 'Control.Distributed.Process.MonadBaseControl' Documentation created: dist/doc/html/distributed-process-monad-control/index.html, dist/doc/html/distributed-process-monad-control/distributed-process-monad-control.txt Creating package registration file: /tmp/pkgConf-distributed-process-monad-control-0.5.12189427092036256709.2 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.3/distributed-process-monad-control-0.5.1.2-Cx5Clr84tJvEswRZtTTuGq Registering distributed-process-monad-control-0.5.1.2... Installed distributed-process-monad-control-0.5.1.2 Downloading distributed-process-lifted-0.2.0.1... Configuring distributed-process-lifted-0.2.0.1... Building distributed-process-lifted-0.2.0.1... Preprocessing library distributed-process-lifted-0.2.0.1... [1 of 4] Compiling Control.Distributed.Process.Node.Lifted ( src/Control/Distributed/Process/Node/Lifted.hs, dist/build/Control/Distributed/Process/Node/Lifted.o ) [2 of 4] Compiling Control.Distributed.Process.Lifted.Class ( src/Control/Distributed/Process/Lifted/Class.hs, dist/build/Control/Distributed/Process/Lifted/Class.o ) [3 of 4] Compiling Control.Distributed.Process.Lifted ( src/Control/Distributed/Process/Lifted.hs, dist/build/Control/Distributed/Process/Lifted.o ) [4 of 4] Compiling Control.Distributed.Process.Lifted.Extras ( src/Control/Distributed/Process/Lifted/Extras.hs, dist/build/Control/Distributed/Process/Lifted/Extras.o ) In-place registering distributed-process-lifted-0.2.0.1... Running Haddock for distributed-process-lifted-0.2.0.1... Running hscolour for distributed-process-lifted-0.2.0.1... Preprocessing library distributed-process-lifted-0.2.0.1... Preprocessing library distributed-process-lifted-0.2.0.1... Haddock coverage: 75% ( 6 / 8) in 'Control.Distributed.Process.Node.Lifted' Missing documentation for: Module header initRemoteTable 26% ( 9 / 34) in 'Control.Distributed.Process.Lifted.Class' Missing documentation for: Module header (src/Control/Distributed/Process/Lifted/Class.hs:84) (src/Control/Distributed/Process/Lifted/Class.hs:87) (src/Control/Distributed/Process/Lifted/Class.hs:95) (src/Control/Distributed/Process/Lifted/Class.hs:96) (src/Control/Distributed/Process/Lifted/Class.hs:97) (src/Control/Distributed/Process/Lifted/Class.hs:98) (src/Control/Distributed/Process/Lifted/Class.hs:99) (src/Control/Distributed/Process/Lifted/Class.hs:100) (src/Control/Distributed/Process/Lifted/Class.hs:101) (src/Control/Distributed/Process/Lifted/Class.hs:107) (src/Control/Distributed/Process/Lifted/Class.hs:108) (src/Control/Distributed/Process/Lifted/Class.hs:109) (src/Control/Distributed/Process/Lifted/Class.hs:110) (src/Control/Distributed/Process/Lifted/Class.hs:124) (src/Control/Distributed/Process/Lifted/Class.hs:125) (src/Control/Distributed/Process/Lifted/Class.hs:126) (src/Control/Distributed/Process/Lifted/Class.hs:127) (src/Control/Distributed/Process/Lifted/Class.hs:128) (src/Control/Distributed/Process/Lifted/Class.hs:129) (src/Control/Distributed/Process/Lifted/Class.hs:130) (src/Control/Distributed/Process/Lifted/Class.hs:131) (src/Control/Distributed/Process/Lifted/Class.hs:132) (src/Control/Distributed/Process/Lifted/Class.hs:133) (src/Control/Distributed/Process/Lifted/Class.hs:134) 97% ( 71 / 73) in 'Control.Distributed.Process.Lifted' Missing documentation for: Module header .: (src/Control/Distributed/Process/Lifted.hs:85) 88% ( 7 / 8) in 'Control.Distributed.Process.Lifted.Extras' Missing documentation for: proxyPid (src/Control/Distributed/Process/Lifted/Extras.hs:62) Warning: Control.Distributed.Process.Node.Lifted: could not find link destinations for: NC Documentation created: dist/doc/html/distributed-process-lifted/index.html, dist/doc/html/distributed-process-lifted/distributed-process-lifted.txt Creating package registration file: /tmp/pkgConf-distributed-process-lifted-0.2.01542537541969069027.1 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.3/distributed-process-lifted-0.2.0.1-LRjTHqtZkYq7ylxFnhZntS Registering distributed-process-lifted-0.2.0.1... Installed distributed-process-lifted-0.2.0.1