Resolving dependencies... cabal: Entering directory '/tmp/cabal-tmp-2136/explicit-exception-0.1.8' Configuring explicit-exception-0.1.8... Building explicit-exception-0.1.8... Preprocessing library explicit-exception-0.1.8... [ 1 of 11] Compiling Control.Monad.Label ( src/Control/Monad/Label.hs, dist/build/Control/Monad/Label.o ) src/Control/Monad/Label.hs:128:1: warning: [-Wredundant-constraints] • Redundant constraint: Monad m • In the type signature for: runLabelT :: Monad m => LabelT l m a -> [l] -> m a src/Control/Monad/Label.hs:134:1: warning: [-Wredundant-constraints] • Redundant constraint: Monad m • In the type signature for: localT :: Monad m => l -> LabelT l m a -> LabelT l m a [ 2 of 11] Compiling Control.Monad.Exception.Synchronous ( src/Control/Monad/Exception/Synchronous.hs, dist/build/Control/Monad/Exception/Synchronous.o ) src/Control/Monad/Exception/Synchronous.hs:71:1: warning: [-Wdeprecations] Module ‘Control.Monad.Trans.Error’ is deprecated: Use Control.Monad.Trans.Except instead src/Control/Monad/Exception/Synchronous.hs:295:26: warning: [-Wdeprecations] In the use of type constructor or class ‘ErrorT’ (imported from Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" src/Control/Monad/Exception/Synchronous.hs:296:30: warning: [-Wdeprecations] In the use of ‘runErrorT’ (imported from Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" src/Control/Monad/Exception/Synchronous.hs:298:46: warning: [-Wdeprecations] In the use of type constructor or class ‘ErrorT’ (imported from Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" src/Control/Monad/Exception/Synchronous.hs:299:14: warning: [-Wdeprecations] In the use of data constructor ‘ErrorT’ (imported from Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" src/Control/Monad/Exception/Synchronous.hs:390:1: warning: [-Wredundant-constraints] • Redundant constraint: Monad m • In the type signature for: tryT :: Monad m => ExceptionalT e m a -> m (Exceptional e a) [ 3 of 11] Compiling Control.Monad.Exception.Asynchronous.Strict ( src/Control/Monad/Exception/Asynchronous/Strict.hs, dist/build/Control/Monad/Exception/Asynchronous/Strict.o ) [ 4 of 11] Compiling Control.Monad.Exception.Warning ( src/Control/Monad/Exception/Warning.hs, dist/build/Control/Monad/Exception/Warning.o ) [ 5 of 11] Compiling Control.Monad.Exception.Label ( src/Control/Monad/Exception/Label.hs, dist/build/Control/Monad/Exception/Label.o ) [ 6 of 11] Compiling System.IO.Straight ( src/System/IO/Straight.hs, dist/build/System/IO/Straight.o ) src/System/IO/Straight.hs:68:1: warning: [-Worphans] Orphan instance: instance (MonadSIO m, ContainsIOException e) => MonadIO (ExceptionalT e m) To avoid this move the instance declaration to the module of the class or of the type, or wrap the type with a newtype and declare the instance on the new type. [ 7 of 11] Compiling System.IO.Exception.File ( src/System/IO/Exception/File.hs, dist/build/System/IO/Exception/File.o ) [ 8 of 11] Compiling System.IO.Exception.BinaryFile ( src/System/IO/Exception/BinaryFile.hs, dist/build/System/IO/Exception/BinaryFile.o ) [ 9 of 11] Compiling Control.Monad.Exception.Asynchronous.Lazy ( src/Control/Monad/Exception/Asynchronous/Lazy.hs, dist/build/Control/Monad/Exception/Asynchronous/Lazy.o ) [10 of 11] Compiling Control.Monad.Exception.Asynchronous ( src/Control/Monad/Exception/Asynchronous.hs, dist/build/Control/Monad/Exception/Asynchronous.o ) [11 of 11] Compiling System.IO.Exception.TextFile ( src/System/IO/Exception/TextFile.hs, dist/build/System/IO/Exception/TextFile.o ) src/System/IO/Exception/TextFile.hs:47:4: warning: [-Wdeprecations] In the use of ‘manySynchronousT’ (imported from Control.Monad.Exception.Asynchronous, but defined in Control.Monad.Exception.Asynchronous.Lazy): Deprecated: "use manyMonoidT with appropriate Monad like LazyIO and result Monoid like Endo instead" Running Haddock for explicit-exception-0.1.8... Running hscolour for explicit-exception-0.1.8... Preprocessing library explicit-exception-0.1.8... Preprocessing library explicit-exception-0.1.8... src/Control/Monad/Label.hs:128:1: warning: [-Wredundant-constraints] • Redundant constraint: Monad m • In the type signature for: runLabelT :: Monad m => LabelT l m a -> [l] -> m a src/Control/Monad/Label.hs:134:1: warning: [-Wredundant-constraints] • Redundant constraint: Monad m • In the type signature for: localT :: Monad m => l -> LabelT l m a -> LabelT l m a src/Control/Monad/Exception/Synchronous.hs:71:1: warning: [-Wdeprecations] Module ‘Control.Monad.Trans.Error’ is deprecated: Use Control.Monad.Trans.Except instead src/Control/Monad/Exception/Synchronous.hs:295:26: warning: [-Wdeprecations] In the use of type constructor or class ‘ErrorT’ (imported from Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" src/Control/Monad/Exception/Synchronous.hs:296:30: warning: [-Wdeprecations] In the use of ‘runErrorT’ (imported from Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" src/Control/Monad/Exception/Synchronous.hs:298:46: warning: [-Wdeprecations] In the use of type constructor or class ‘ErrorT’ (imported from Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" src/Control/Monad/Exception/Synchronous.hs:299:14: warning: [-Wdeprecations] In the use of data constructor ‘ErrorT’ (imported from Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" src/Control/Monad/Exception/Synchronous.hs:390:1: warning: [-Wredundant-constraints] • Redundant constraint: Monad m • In the type signature for: tryT :: Monad m => ExceptionalT e m a -> m (Exceptional e a) src/System/IO/Straight.hs:68:1: warning: [-Worphans] Orphan instance: instance (MonadSIO m, ContainsIOException e) => MonadIO (ExceptionalT e m) To avoid this move the instance declaration to the module of the class or of the type, or wrap the type with a newtype and declare the instance on the new type. Haddock coverage: 18% ( 3 / 17) in 'Control.Monad.Label' Missing documentation for: Label (src/Control/Monad/Label.hs:29) (src/Control/Monad/Label.hs:45) runLabel (src/Control/Monad/Label.hs:50) ask (src/Control/Monad/Label.hs:53) local (src/Control/Monad/Label.hs:57) LabelT (src/Control/Monad/Label.hs:67) fmapReaderT (src/Control/Monad/Label.hs:105) (src/Control/Monad/Label.hs:109) pureReaderT (src/Control/Monad/Label.hs:113) apReaderT (src/Control/Monad/Label.hs:117) (src/Control/Monad/Label.hs:123) runLabelT (src/Control/Monad/Label.hs:128) askT (src/Control/Monad/Label.hs:131) localT (src/Control/Monad/Label.hs:134) 28% ( 11 / 40) in 'Control.Monad.Exception.Synchronous' Missing documentation for: fromMaybe (src/Control/Monad/Exception/Synchronous.hs:102) toMaybe (src/Control/Monad/Exception/Synchronous.hs:108) fromEither (src/Control/Monad/Exception/Synchronous.hs:105) toEither (src/Control/Monad/Exception/Synchronous.hs:111) fromExitCode (src/Control/Monad/Exception/Synchronous.hs:124) toExitCode (src/Control/Monad/Exception/Synchronous.hs:118) mapException (src/Control/Monad/Exception/Synchronous.hs:158) mapExceptional (src/Control/Monad/Exception/Synchronous.hs:164) throw (src/Control/Monad/Exception/Synchronous.hs:170) assert (src/Control/Monad/Exception/Synchronous.hs:173) catch (src/Control/Monad/Exception/Synchronous.hs:177) resolve (src/Control/Monad/Exception/Synchronous.hs:194) fromMaybeT (src/Control/Monad/Exception/Synchronous.hs:289) toMaybeT (src/Control/Monad/Exception/Synchronous.hs:292) fromErrorT (src/Control/Monad/Exception/Synchronous.hs:295) toErrorT (src/Control/Monad/Exception/Synchronous.hs:298) fromEitherT (src/Control/Monad/Exception/Synchronous.hs:301) toEitherT (src/Control/Monad/Exception/Synchronous.hs:304) fromExitCodeT (src/Control/Monad/Exception/Synchronous.hs:313) toExitCodeT (src/Control/Monad/Exception/Synchronous.hs:307) switchT (src/Control/Monad/Exception/Synchronous.hs:320) mapExceptionT (src/Control/Monad/Exception/Synchronous.hs:335) mapExceptionalT (src/Control/Monad/Exception/Synchronous.hs:342) throwT (src/Control/Monad/Exception/Synchronous.hs:348) assertT (src/Control/Monad/Exception/Synchronous.hs:352) catchT (src/Control/Monad/Exception/Synchronous.hs:356) resolveT (src/Control/Monad/Exception/Synchronous.hs:384) tryT (src/Control/Monad/Exception/Synchronous.hs:390) manyMonoidT (src/Control/Monad/Exception/Synchronous.hs:413) 44% ( 18 / 41) in 'Control.Monad.Exception.Asynchronous.Strict' Missing documentation for: Module header fromSynchronous (src/Control/Monad/Exception/Asynchronous/Strict.hs:101) fromSynchronousNull (src/Control/Monad/Exception/Asynchronous/Strict.hs:108) fromSynchronousMonoid (src/Control/Monad/Exception/Asynchronous/Strict.hs:111) toSynchronous (src/Control/Monad/Exception/Asynchronous/Strict.hs:116) throwMonoid (src/Control/Monad/Exception/Asynchronous/Strict.hs:128) continue (src/Control/Monad/Exception/Asynchronous/Strict.hs:186) maybeAbort (src/Control/Monad/Exception/Asynchronous/Strict.hs:195) mapException (src/Control/Monad/Exception/Asynchronous/Strict.hs:220) mapExceptional (src/Control/Monad/Exception/Asynchronous/Strict.hs:223) simultaneousBindM (src/Control/Monad/Exception/Asynchronous/Strict.hs:256) sequenceA (src/Control/Monad/Exception/Asynchronous/Strict.hs:284) mapM (src/Control/Monad/Exception/Asynchronous/Strict.hs:289) sequence (src/Control/Monad/Exception/Asynchronous/Strict.hs:293) swapToAsynchronousSynchronous (src/Control/Monad/Exception/Asynchronous/Strict.hs:339) fromSynchronousT (src/Control/Monad/Exception/Asynchronous/Strict.hs:358) fromSynchronousMonoidT (src/Control/Monad/Exception/Asynchronous/Strict.hs:365) mapExceptionT (src/Control/Monad/Exception/Asynchronous/Strict.hs:404) mapExceptionalT (src/Control/Monad/Exception/Asynchronous/Strict.hs:411) throwMonoidT (src/Control/Monad/Exception/Asynchronous/Strict.hs:418) eatNothingT (src/Control/Monad/Exception/Asynchronous/Strict.hs:423) appendM (src/Control/Monad/Exception/Asynchronous/Strict.hs:460) continueM (src/Control/Monad/Exception/Asynchronous/Strict.hs:467) 29% ( 5 / 17) in 'Control.Monad.Exception.Warning' Missing documentation for: fromExceptionNull (src/Control/Monad/Exception/Warning.hs:45) toException (src/Control/Monad/Exception/Warning.hs:48) warn (src/Control/Monad/Exception/Warning.hs:58) (src/Control/Monad/Exception/Warning.hs:63) (src/Control/Monad/Exception/Warning.hs:68) (src/Control/Monad/Exception/Warning.hs:76) WarnableT (src/Control/Monad/Exception/Warning.hs:91) fromSynchronousT (src/Control/Monad/Exception/Warning.hs:95) warnT (src/Control/Monad/Exception/Warning.hs:102) (src/Control/Monad/Exception/Warning.hs:108) (src/Control/Monad/Exception/Warning.hs:112) (src/Control/Monad/Exception/Warning.hs:117) 25% ( 3 / 12) in 'Control.Monad.Exception.Label' Missing documentation for: LabeledException (src/Control/Monad/Exception/Label.hs:22) LabeledExceptionalT (src/Control/Monad/Exception/Label.hs:25) runLabelT (src/Control/Monad/Exception/Label.hs:31) labelT (src/Control/Monad/Exception/Label.hs:38) stripLabelT (src/Control/Monad/Exception/Label.hs:45) decorateLabelT (src/Control/Monad/Exception/Label.hs:50) getLabels (src/Control/Monad/Exception/Label.hs:55) throwT (src/Control/Monad/Exception/Label.hs:60) (src/Control/Monad/Exception/Label.hs:105) 57% ( 4 / 7) in 'System.IO.Straight' Missing documentation for: sioToIO (src/System/IO/Straight.hs:34) ioToExceptionalSIO (src/System/IO/Straight.hs:37) unsafeInterleaveSIO (src/System/IO/Straight.hs:42) 0% ( 0 / 3) in 'System.IO.Exception.File' Missing documentation for: Module header EIO (src/System/IO/Exception/File.hs:8) close (src/System/IO/Exception/File.hs:10) 20% ( 1 / 5) in 'System.IO.Exception.BinaryFile' Missing documentation for: open (src/System/IO/Exception/BinaryFile.hs:15) with (src/System/IO/Exception/BinaryFile.hs:19) getByte (src/System/IO/Exception/BinaryFile.hs:24) putByte (src/System/IO/Exception/BinaryFile.hs:28) 44% ( 18 / 41) in 'Control.Monad.Exception.Asynchronous.Lazy' Missing documentation for: Module header fromSynchronous (src/Control/Monad/Exception/Asynchronous/Lazy.hs:106) fromSynchronousNull (src/Control/Monad/Exception/Asynchronous/Lazy.hs:113) fromSynchronousMonoid (src/Control/Monad/Exception/Asynchronous/Lazy.hs:116) toSynchronous (src/Control/Monad/Exception/Asynchronous/Lazy.hs:121) throwMonoid (src/Control/Monad/Exception/Asynchronous/Lazy.hs:133) continue (src/Control/Monad/Exception/Asynchronous/Lazy.hs:191) maybeAbort (src/Control/Monad/Exception/Asynchronous/Lazy.hs:201) mapException (src/Control/Monad/Exception/Asynchronous/Lazy.hs:226) mapExceptional (src/Control/Monad/Exception/Asynchronous/Lazy.hs:229) simultaneousBindM (src/Control/Monad/Exception/Asynchronous/Lazy.hs:275) sequenceA (src/Control/Monad/Exception/Asynchronous/Lazy.hs:303) mapM (src/Control/Monad/Exception/Asynchronous/Lazy.hs:308) sequence (src/Control/Monad/Exception/Asynchronous/Lazy.hs:312) swapToAsynchronousSynchronous (src/Control/Monad/Exception/Asynchronous/Lazy.hs:358) fromSynchronousT (src/Control/Monad/Exception/Asynchronous/Lazy.hs:378) fromSynchronousMonoidT (src/Control/Monad/Exception/Asynchronous/Lazy.hs:385) mapExceptionT (src/Control/Monad/Exception/Asynchronous/Lazy.hs:424) mapExceptionalT (src/Control/Monad/Exception/Asynchronous/Lazy.hs:431) throwMonoidT (src/Control/Monad/Exception/Asynchronous/Lazy.hs:438) eatNothingT (src/Control/Monad/Exception/Asynchronous/Lazy.hs:443) appendM (src/Control/Monad/Exception/Asynchronous/Lazy.hs:480) continueM (src/Contro src/System/IO/Exception/TextFile.hs:47:4: warning: [-Wdeprecations] In the use of ‘manySynchronousT’ (imported from Control.Monad.Exception.Asynchronous, but defined in Control.Monad.Exception.Asynchronous.Lazy): Deprecated: "use manyMonoidT with appropriate Monad like LazyIO and result Monoid like Endo instead" l/Monad/Exception/Asynchronous/Lazy.hs:487) 100% ( 2 / 2) in 'Control.Monad.Exception.Asynchronous' 29% ( 2 / 7) in 'System.IO.Exception.TextFile' Missing documentation for: open (src/System/IO/Exception/TextFile.hs:20) with (src/System/IO/Exception/TextFile.hs:24) getChar (src/System/IO/Exception/TextFile.hs:29) getContentsSynchronous (src/System/IO/Exception/TextFile.hs:33) putChar (src/System/IO/Exception/TextFile.hs:49) Documentation created: dist/doc/html/explicit-exception/index.html, dist/doc/html/explicit-exception/explicit-exception.txt Creating package registration file: /tmp/pkgConf-explicit-exception-0.12145174067468703135.8 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20160521/explicit-exception-0.1.8-95Sg3E7dw0SJXq1ALUrAjk Registering explicit-exception-0.1.8... cabal: Leaving directory '/tmp/cabal-tmp-2136/explicit-exception-0.1.8' Installed explicit-exception-0.1.8 cabal: Entering directory '/tmp/cabal-tmp-2136/utility-ht-0.0.11' Configuring utility-ht-0.0.11... Building utility-ht-0.0.11... Preprocessing library utility-ht-0.0.11... [ 1 of 27] Compiling Text.Show.HT ( src/Text/Show/HT.hs, dist/build/Text/Show/HT.o ) [ 2 of 27] Compiling Text.Read.HT ( src/Text/Read/HT.hs, dist/build/Text/Read/HT.o ) [ 3 of 27] Compiling Data.Strictness.HT ( src/Data/Strictness/HT.hs, dist/build/Data/Strictness/HT.o ) [ 4 of 27] Compiling Control.Monad.HT ( src/Control/Monad/HT.hs, dist/build/Control/Monad/HT.o ) [ 5 of 27] Compiling Data.Tuple.Strict ( src/Data/Tuple/Strict.hs, dist/build/Data/Tuple/Strict.o ) [ 6 of 27] Compiling Data.Tuple.Lazy ( src/Data/Tuple/Lazy.hs, dist/build/Data/Tuple/Lazy.o ) [ 7 of 27] Compiling Data.Tuple.HT ( src/Data/Tuple/HT.hs, dist/build/Data/Tuple/HT.o ) [ 8 of 27] Compiling Control.Functor.HT ( src/Control/Functor/HT.hs, dist/build/Control/Functor/HT.o ) [ 9 of 27] Compiling Data.Monoid.HT ( src/Data/Monoid/HT.hs, dist/build/Data/Monoid/HT.o ) [10 of 27] Compiling Data.Maybe.HT ( src/Data/Maybe/HT.hs, dist/build/Data/Maybe/HT.o ) [11 of 27] Compiling Data.Ix.Enum ( src/Data/Ix/Enum.hs, dist/build/Data/Ix/Enum.o ) [12 of 27] Compiling Data.Function.HT.Private ( src/Data/Function/HT/Private.hs, dist/build/Data/Function/HT/Private.o ) [13 of 27] Compiling Data.Function.HT ( src/Data/Function/HT.hs, dist/build/Data/Function/HT.o ) [14 of 27] Compiling Data.List.Key.Private ( src/Data/List/Key/Private.hs, dist/build/Data/List/Key/Private.o ) [15 of 27] Compiling Data.List.Key ( src/Data/List/Key.hs, dist/build/Data/List/Key.o ) [16 of 27] Compiling Data.Ord.HT ( src/Data/Ord/HT.hs, dist/build/Data/Ord/HT.o ) [17 of 27] Compiling Data.Eq.HT ( src/Data/Eq/HT.hs, dist/build/Data/Eq/HT.o ) [18 of 27] Compiling Data.Bool.HT.Private ( src/Data/Bool/HT/Private.hs, dist/build/Data/Bool/HT/Private.o ) [19 of 27] Compiling Data.Bool.HT ( src/Data/Bool/HT.hs, dist/build/Data/Bool/HT.o ) [20 of 27] Compiling Data.List.Match.Private ( src/Data/List/Match/Private.hs, dist/build/Data/List/Match/Private.o ) [21 of 27] Compiling Data.List.HT.Private ( src/Data/List/HT/Private.hs, dist/build/Data/List/HT/Private.o ) src/Data/List/HT/Private.hs:183:1: warning: [-Wredundant-constraints] • Redundant constraint: Eq a • In the type signature for: chopAtRun :: Eq a => (a -> Bool) -> [a] -> [[a]] [22 of 27] Compiling Data.List.HT ( src/Data/List/HT.hs, dist/build/Data/List/HT.o ) [23 of 27] Compiling Data.Record.HT.Private ( src/Data/Record/HT/Private.hs, dist/build/Data/Record/HT/Private.o ) [24 of 27] Compiling Data.Record.HT ( src/Data/Record/HT.hs, dist/build/Data/Record/HT.o ) [25 of 27] Compiling Data.String.HT ( src/Data/String/HT.hs, dist/build/Data/String/HT.o ) [26 of 27] Compiling Data.Tuple.Example ( src/Data/Tuple/Example.hs, dist/build/Data/Tuple/Example.o ) [27 of 27] Compiling Data.List.Match ( src/Data/List/Match.hs, dist/build/Data/List/Match.o ) Running Haddock for utility-ht-0.0.11... Running hscolour for utility-ht-0.0.11... Preprocessing library utility-ht-0.0.11... Preprocessing library utility-ht-0.0.11... src/Data/List/HT/Private.hs:183:1: warning: [-Wredundant-constraints] • Redundant constraint: Eq a • In the type signature for: chopAtRun :: Eq a => (a -> Bool) -> [a] -> [[a]] Haddock coverage: 33% ( 1 / 3) in 'Text.Show.HT' Missing documentation for: Module header concatS (src/Text/Show/HT.hs:15) 40% ( 2 / 5) in 'Text.Read.HT' Missing documentation for: Module header readMany (src/Text/Read/HT.hs:22) maybeRead (src/Text/Read/HT.hs:29) 0% ( 0 / 6) in 'Data.Strictness.HT' Missing documentation for: Module header arguments1 (src/Data/Strictness/HT.hs:4) arguments2 (src/Data/Strictness/HT.hs:8) arguments3 (src/Data/Strictness/HT.hs:12) arguments4 (src/Data/Strictness/HT.hs:16) arguments5 (src/Data/Strictness/HT.hs:20) 32% ( 8 / 25) in 'Control.Monad.HT' Missing documentation for: Module header void (src/Control/Monad/HT.hs:72) for (src/Control/Monad/HT.hs:75) map (src/Control/Monad/HT.hs:78) zipWith (src/Control/Monad/HT.hs:81) chain (src/Control/Monad/HT.hs:84) filter (src/Control/Monad/HT.hs:87) replicate (src/Control/Monad/HT.hs:90) lift (src/Control/Monad/HT.hs:93) lift2 (src/Control/Monad/HT.hs:96) lift3 (src/Control/Monad/HT.hs:100) lift4 (src/Control/Monad/HT.hs:104) lift5 (src/Control/Monad/HT.hs:109) liftJoin2 (src/Control/Monad/HT.hs:124) liftJoin3 (src/Control/Monad/HT.hs:128) liftJoin4 (src/Control/Monad/HT.hs:132) liftJoin5 (src/Control/Monad/HT.hs:139) 17% ( 2 / 12) in 'Data.Tuple.Strict' Missing documentation for: Module header mapPair (src/Data/Tuple/Strict.hs:6) mapFst (src/Data/Tuple/Strict.hs:10) mapSnd (src/Data/Tuple/Strict.hs:14) swap (src/Data/Tuple/Strict.hs:19) mapTriple (src/Data/Tuple/Strict.hs:26) mapFst3 (src/Data/Tuple/Strict.hs:30) mapSnd3 (src/Data/Tuple/Strict.hs:34) mapThd3 (src/Data/Tuple/Strict.hs:38) uncurry3 (src/Data/Tuple/Strict.hs:42) 38% ( 5 / 13) in 'Data.Tuple.Lazy' Missing documentation for: Module header swap (src/Data/Tuple/Lazy.hs:37) forcePair (src/Data/Tuple/Lazy.hs:41) mapTriple (src/Data/Tuple/Lazy.hs:48) mapFst3 (src/Data/Tuple/Lazy.hs:52) mapSnd3 (src/Data/Tuple/Lazy.hs:56) mapThd3 (src/Data/Tuple/Lazy.hs:60) uncurry3 (src/Data/Tuple/Lazy.hs:64) 29% ( 5 / 17) in 'Data.Tuple.HT' Missing documentation for: Module header swap (src/Data/Tuple/Lazy.hs:37) forcePair (src/Data/Tuple/Lazy.hs:41) fst3 (src/Data/Tuple/HT.hs:25) snd3 (src/Data/Tuple/HT.hs:29) thd3 (src/Data/Tuple/HT.hs:33) mapTriple (src/Data/Tuple/Lazy.hs:48) mapFst3 (src/Data/Tuple/Lazy.hs:52) mapSnd3 (src/Data/Tuple/Lazy.hs:56) mapThd3 (src/Data/Tuple/Lazy.hs:60) curry3 (src/Data/Tuple/HT.hs:37) uncurry3 (src/Data/Tuple/Lazy.hs:64) 43% ( 3 / 7) in 'Control.Functor.HT' Missing documentation for: Module header void (src/Control/Functor/HT.hs:6) map (src/Control/Functor/HT.hs:9) for (src/Control/Functor/HT.hs:12) 50% ( 2 / 4) in 'Data.Monoid.HT' Missing documentation for: Module header when (src/Data/Monoid/HT.hs:26) 50% ( 2 / 4) in 'Data.Maybe.HT' Missing documentation for: Module header alternatives (src/Data/Maybe/HT.hs:46) 14% ( 1 / 7) in 'Data.Ix.Enum' Missing documentation for: range (src/Data/Ix/Enum.hs:27) index (src/Data/Ix/Enum.hs:28) unsafeIndex (src/Data/Ix/Enum.hs:29) inRange (src/Data/Ix/Enum.hs:30) rangeSize (src/Data/Ix/Enum.hs:31) unsafeRangeSize (src/Data/Ix/Enum.hs:32) 75% ( 6 / 8) in 'Data.Function.HT.Private' Missing documentation for: Module header propNest (src/Data/Function/HT/Private.hs:19) 75% ( 3 / 4) in 'Data.Function.HT' Missing documentation for: Module header 29% ( 5 / 17) in 'Data.List.Key.Private' Missing documentation for: Module header attach (src/Data/List/Key/Private.hs:10) aux (src/Data/List/Key/Private.hs:14) aux' (src/Data/List/Key/Private.hs:21) propGroup (src/Data/List/Key/Private.hs:47) sort (src/Data/List/Key/Private.hs:59) merge (src/Data/List/Key/Private.hs:62) nub (src/Data/List/Key/Private.hs:69) groupBy (src/Data/List/Key/Private.hs:75) groupByNonEmpty (src/Data/List/Key/Private.hs:78) groupByEmpty (src/Data/List/Key/Private.hs:92) mergeBy (src/Data/List/Key/Private.hs:102) 57% ( 4 / 7) in 'Data.List.Key' Missing documentation for: nub (src/Data/List/Key/Private.hs:69) sort (src/Data/List/Key/Private.hs:59) merge (src/Data/List/Key/Private.hs:62) 50% ( 2 / 4) in 'Data.Ord.HT' Missing documentation for: Module header comparing (src/Data/Ord/HT.hs:6) 0% ( 0 / 2) in 'Data.Eq.HT' Missing documentation for: Module header equating (src/Data/Eq/HT.hs:6) 78% ( 7 / 9) in 'Data.Bool.HT.Private' Missing documentation for: Module header zipIf (src/Data/Bool/HT/Private.hs:47) 83% ( 5 / 6) in 'Data.Bool.HT' Missing documentation for: Module header 55% ( 11 / 20) in 'Data.List.Match.Private' Missing documentation for: Module header dropRec (src/Data/List/Match/Private.hs:33) drop0 (src/Data/List/Match/Private.hs:37) drop1 (src/Data/List/Match/Private.hs:43) drop2 (src/Data/List/Match/Private.hs:47) laxTail0 (src/Data/List/Match/Private.hs:60) splitAt (src/Data/List/Match/Private.hs:63) takeRev (src/Data/List/Match/Private.hs:71) dropRev (src/Data/List/Match/Private.hs:74) 48% ( 62 /128) in 'Data.List.HT.Private' Missing documentation for: Module header inits98' (src/Data/List/HT/Private.hs:48) tails' (src/Data/List/HT/Private.hs:65) tails98 (src/Data/List/HT/Private.hs:68) group (src/Data/List/HT/Private.hs:94) chop' (src/Data/List/HT/Private.hs:174) chopAtRun (src/Data/List/HT/Private.hs:183) segmentAfter' (src/Data/List/HT/Private.hs:222) propSegmentAfterConcat (src/Data/List/HT/Private.hs:226) propSegmentAfterNumSeps (src/Data/List/HT/Private.hs:230) propSegmentAfterLasts (src/Data/List/HT/Private.hs:234) propSegmentAfterInits (src/Data/List/HT/Private.hs:238) propSegmentAfterInfinite (src/Data/List/HT/Private.hs:245) segmentBefore' (src/Data/List/HT/Private.hs:266) segmentBefore'' (src/Data/List/HT/Private.hs:276) propSegmentBeforeConcat (src/Data/List/HT/Private.hs:286) propSegmentBeforeNumSeps (src/Data/List/HT/Private.hs:290) propSegmentBeforeHeads (src/Data/List/HT/Private.hs:294) propSegmentBeforeTails (src/Data/List/HT/Private.hs:298) propSegmentBeforeInfinite (src/Data/List/HT/Private.hs:302) propSegmentBeforeGroupBy0 (src/Data/List/HT/Private.hs:306) propSegmentBeforeGroupBy1 (src/Data/List/HT/Private.hs:310) splitEverywhere (src/Data/List/HT/Private.hs:361) propSplitLast (src/Data/List/HT/Private.hs:387) propViewR (src/Data/List/HT/Private.hs:407) switchL' (src/Data/List/HT/Private.hs:421) propSwitchR (src/Data/List/HT/Private.hs:433) dropWhileRev' (src/Data/List/HT/Private.hs:465) unzipEithers (src/Data/List/HT/Private.hs:532) propSieve (src/Data/List/HT/Private.hs:551) sliceHorizontal (src/Data/List/HT/Private.hs:560) sliceHorizontal' (src/Data/List/HT/Private.hs:560) sliceHorizontal'' (src/Data/List/HT/Private.hs:560) sliceHorizontal''' (src/Data/List/HT/Private.hs:560) propSliceHorizontal (src/Data/List/HT/Private.hs:574) sliceVertical (src/Data/List/HT/Private.hs:581) sliceVertical' (src/Data/List/HT/Private.hs:581) propSliceVertical (src/Data/List/HT/Private.hs:590) propSlice (src/Data/List/HT/Private.hs:594) search (src/Data/List/HT/Private.hs:604) replace (src/Data/List/HT/Private.hs:607) markSublists (src/Data/List/HT/Private.hs:617) replace' (src/Data/List/HT/Private.hs:627) propReplaceId (src/Data/List/HT/Private.hs:631) propReplaceCycle (src/Data/List/HT/Private.hs:635) multiReplace (src/Data/List/HT/Private.hs:650) multiReplace' (src/Data/List/HT/Private.hs:662) propMultiReplaceSingle (src/Data/List/HT/Private.hs:672) transposeFill (src/Data/List/HT/Private.hs:698) unzipCons (src/Data/List/HT/Private.hs:704) shear' (src/Data/List/HT/Private.hs:729) zipConsSkew (src/Data/List/HT/Private.hs:756) takeWhileMulti' (src/Data/List/HT/Private.hs:807) propTakeWhileMulti (src/Data/List/HT/Private.hs:812) propFoldl'r (src/Data/List/HT/Private.hs:840) lengthAtLeast (src/Data/List/HT/Private.hs:862) iterateUntilCycle (src/Data/List/HT/Private.hs:874) iterateUntilCycleP (src/Data/List/HT/Private.hs:890) pairs (src/Data/List/HT/Private.hs:897) propRotate (src/Data/List/HT/Private.hs:916) allEqual (src/Data/List/HT/Private.hs:933) isAscending (src/Data/List/HT/Private.hs:936) isAscendingLazy (src/Data/List/HT/Private.hs:939) padLeft (src/Data/List/HT/Private.hs:968) padRight (src/Data/List/HT/Private.hs:973) padRight1 (src/Data/List/HT/Private.hs:973) 75% ( 46 / 61) in 'Data.List.HT' Missing documentation for: Module header group (src/Data/List/HT/Private.hs:94) splitEverywhere (src/Data/List/HT/Private.hs:361) unzipEithers (src/Data/List/HT/Private.hs:532) sliceHorizontal (src/Data/List/HT/Private.hs:560) sliceVertical (src/Data/List/HT/Private.hs:581) search (src/Data/List/HT/Private.hs:604) replace (src/Data/List/HT/Private.hs:607) multiReplace (src/Data/List/HT/Private.hs:650) allEqual (src/Data/List/HT/Private.hs:933) isAscending (src/Data/List/HT/Private.hs:936) isAscendingLazy (src/Data/List/HT/Private.hs:939) padLeft (src/Data/List/HT/Private.hs:968) padRight (src/Data/List/HT/Private.hs:973) lengthAtLeast (src/Data/List/HT/Private.hs:862) 40% ( 2 / 5) in 'Data.Record.HT.Private' Missing documentation for: Module header compare1 (src/Data/Record/HT/Private.hs:19) compare2 (src/Data/Record/HT/Private.hs:24) 67% ( 2 / 3) in 'Data.Record.HT' Missing documentation for: Module header 50% ( 1 / 2) in 'Data.String.HT' Missing documentation for: Module header 0% ( 0 / 8) in 'Data.Tuple.Example' Missing documentation for: Module header partitionLazy (src/Data/Tuple/Example.hs:9) partitionStrict (src/Data/Tuple/Example.hs:15) mainPartitionRuns (src/Data/Tuple/Example.hs:22) mainPartitionBlocks (src/Data/Tuple/Example.hs:26) printSomeChars (src/Data/Tuple/Example.hs:32) mainMemoryOk (src/Data/Tuple/Example.hs:35) mainMemoryLeak (src/Data/Tuple/Example.hs:39) 64% ( 7 / 11) in 'Data.List.Match' Missing documentation for: Module header splitAt (src/Data/List/Match/Private.hs:63) takeRev (src/Data/List/Match/Private.hs:71) dropRev (src/Data/List/Match/Private.hs:74) Documentation created: dist/doc/html/utility-ht/index.html, dist/doc/html/utility-ht/utility-ht.txt Creating package registration file: /tmp/pkgConf-utility-ht-0.01911165193269441500.11 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20160521/utility-ht-0.0.11-BVpr5tWJXMj5StSkdnqVlq Registering utility-ht-0.0.11... cabal: Leaving directory '/tmp/cabal-tmp-2136/utility-ht-0.0.11' Installed utility-ht-0.0.11 Downloading spreadsheet-0.1.3.4... cabal: Entering directory '/tmp/cabal-tmp-2136/spreadsheet-0.1.3.4' Configuring spreadsheet-0.1.3.4... Building spreadsheet-0.1.3.4... Preprocessing library spreadsheet-0.1.3.4... [1 of 3] Compiling Data.Spreadsheet.CharSource ( src/Data/Spreadsheet/CharSource.hs, dist/build/Data/Spreadsheet/CharSource.o ) [2 of 3] Compiling Data.Spreadsheet.Parser ( src/Data/Spreadsheet/Parser.hs, dist/build/Data/Spreadsheet/Parser.o ) [3 of 3] Compiling Data.Spreadsheet ( src/Data/Spreadsheet.hs, dist/build/Data/Spreadsheet.o ) Running Haddock for spreadsheet-0.1.3.4... Running hscolour for spreadsheet-0.1.3.4... Preprocessing library spreadsheet-0.1.3.4... Preprocessing library spreadsheet-0.1.3.4... Haddock coverage: 0% ( 0 / 4) in 'Data.Spreadsheet.CharSource' Missing documentation for: Module header C (src/Data/Spreadsheet/CharSource.hs:15) String (src/Data/Spreadsheet/CharSource.hs:28) (src/Data/Spreadsheet/CharSource.hs:32) 0% ( 0 / 20) in 'Data.Spreadsheet.Parser' Missing documentation for: Module header T (src/Data/Spreadsheet/Parser.hs:13) Straight (src/Data/Spreadsheet/Parser.hs:15) Fallible (src/Data/Spreadsheet/Parser.hs:16) Partial (src/Data/Spreadsheet/Parser.hs:17) PartialFallible (src/Data/Spreadsheet/Parser.hs:18) PossiblyIncomplete (src/Data/Spreadsheet/Parser.hs:20) UserMessage (src/Data/Spreadsheet/Parser.hs:22) satisfy (src/Data/Spreadsheet/Parser.hs:25) char (src/Data/Spreadsheet/Parser.hs:34) string (src/Data/Spreadsheet/Parser.hs:38) many (src/Data/Spreadsheet/Parser.hs:42) appendIncomplete (src/Data/Spreadsheet/Parser.hs:51) absorbException (src/Data/Spreadsheet/Parser.hs:61) manyIncomplete (src/Data/Spreadsheet/Parser.hs:69) sepByIncomplete (src/Data/Spreadsheet/Parser.hs:75) between (src/Data/Spreadsheet/Parser.hs:82) terminated (src/Data/Spreadsheet/Parser.hs:90) eitherOr (src/Data/Spreadsheet/Parser.hs:102) deflt (src/Data/Spreadsheet/Parser.hs:107) 60% ( 6 / 10) in 'Data.Spreadsheet' Missing documentation for: Module header UserMessage (src/Data/Spreadsheet/Parser.hs:22) toString (src/Data/Spreadsheet.hs:113) toStringSimple (src/Data/Spreadsheet.hs:133) Documentation created: dist/doc/html/spreadsheet/index.html, dist/doc/html/spreadsheet/spreadsheet.txt Creating package registration file: /tmp/pkgConf-spreadsheet-0.1.313281043391380171692.4 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20160521/spreadsheet-0.1.3.4-68m5zG3iIlW9oqhtCeJIZh Registering spreadsheet-0.1.3.4... cabal: Leaving directory '/tmp/cabal-tmp-2136/spreadsheet-0.1.3.4' Installed spreadsheet-0.1.3.4