Resolving dependencies... cabal: Entering directory '/tmp/cabal-tmp-27479/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 ) [ 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" [ 3 of 11] Compiling Control.Monad.Exception.Warning ( src/Control/Monad/Exception/Warning.hs, dist/build/Control/Monad/Exception/Warning.o ) [ 4 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. [ 5 of 11] Compiling System.IO.Exception.File ( src/System/IO/Exception/File.hs, dist/build/System/IO/Exception/File.o ) [ 6 of 11] Compiling System.IO.Exception.BinaryFile ( src/System/IO/Exception/BinaryFile.hs, dist/build/System/IO/Exception/BinaryFile.o ) [ 7 of 11] Compiling Control.Monad.Exception.Label ( src/Control/Monad/Exception/Label.hs, dist/build/Control/Monad/Exception/Label.o ) [ 8 of 11] Compiling Control.Monad.Exception.Asynchronous.Strict ( src/Control/Monad/Exception/Asynchronous/Strict.hs, dist/build/Control/Monad/Exception/Asynchronous/Strict.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/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/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) 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) 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) 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) 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) 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.20161018/explicit-exception-0.1.8-95Sg3E7dw0SJXq1ALUrAjk Registering explicit-exception-0.1.8... cabal: Leaving directory '/tmp/cabal-tmp-27479/explicit-exception-0.1.8' Installed explicit-exception-0.1.8 cabal: Entering directory '/tmp/cabal-tmp-27479/mtl-2.2.1' 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.Trans ( Control/Monad/Trans.hs, dist/build/Control/Monad/Trans.o ) [ 3 of 22] Compiling Control.Monad.Writer.Lazy ( Control/Monad/Writer/Lazy.hs, dist/build/Control/Monad/Writer/Lazy.o ) [ 4 of 22] Compiling Control.Monad.Writer ( Control/Monad/Writer.hs, dist/build/Control/Monad/Writer.o ) [ 5 of 22] Compiling Control.Monad.Writer.Strict ( Control/Monad/Writer/Strict.hs, dist/build/Control/Monad/Writer/Strict.o ) [ 6 of 22] Compiling Control.Monad.State.Class ( Control/Monad/State/Class.hs, dist/build/Control/Monad/State/Class.o ) [ 7 of 22] Compiling Control.Monad.State.Lazy ( Control/Monad/State/Lazy.hs, dist/build/Control/Monad/State/Lazy.o ) [ 8 of 22] Compiling Control.Monad.State.Strict ( Control/Monad/State/Strict.hs, dist/build/Control/Monad/State/Strict.o ) [ 9 of 22] Compiling Control.Monad.State ( Control/Monad/State.hs, dist/build/Control/Monad/State.o ) [10 of 22] Compiling Control.Monad.Reader.Class ( Control/Monad/Reader/Class.hs, dist/build/Control/Monad/Reader/Class.o ) [11 of 22] Compiling Control.Monad.Reader ( Control/Monad/Reader.hs, dist/build/Control/Monad/Reader.o ) [12 of 22] Compiling Control.Monad.RWS.Class ( Control/Monad/RWS/Class.hs, dist/build/Control/Monad/RWS/Class.o ) [13 of 22] Compiling Control.Monad.RWS.Lazy ( Control/Monad/RWS/Lazy.hs, dist/build/Control/Monad/RWS/Lazy.o ) [14 of 22] Compiling Control.Monad.RWS.Strict ( Control/Monad/RWS/Strict.hs, dist/build/Control/Monad/RWS/Strict.o ) [15 of 22] Compiling Control.Monad.RWS ( Control/Monad/RWS.hs, dist/build/Control/Monad/RWS.o ) [16 of 22] Compiling Control.Monad.List ( Control/Monad/List.hs, dist/build/Control/Monad/List.o ) [17 of 22] Compiling Control.Monad.Identity ( Control/Monad/Identity.hs, dist/build/Control/Monad/Identity.o ) [18 of 22] Compiling Control.Monad.Error.Class ( Control/Monad/Error/Class.hs, dist/build/Control/Monad/Error/Class.o ) [19 of 22] Compiling Control.Monad.Except ( Control/Monad/Except.hs, dist/build/Control/Monad/Except.o ) [20 of 22] Compiling Control.Monad.Error ( Control/Monad/Error.hs, dist/build/Control/Monad/Error.o ) [21 of 22] Compiling Control.Monad.Cont.Class ( Control/Monad/Cont/Class.hs, dist/build/Control/Monad/Cont/Class.o ) [22 of 22] Compiling Control.Monad.Cont ( Control/Monad/Cont.hs, dist/build/Control/Monad/Cont.o ) 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% ( 3 / 3) in 'Control.Monad.Trans' 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) 100% ( 5 / 5) in 'Control.Monad.State.Class' 96% ( 24 / 25) in 'Control.Monad.State.Lazy' Missing documentation for: runStateT 96% ( 24 / 25) in 'Control.Monad.State.Strict' Missing documentation for: runStateT 100% ( 2 / 2) in 'Control.Monad.State' 100% ( 3 / 3) in 'Control.Monad.Reader.Class' 96% ( 22 / 23) in 'Control.Monad.Reader' Missing documentation for: runReaderT 80% ( 4 / 5) in 'Control.Monad.RWS.Class' Missing documentation for: MonadRWS (Control/Monad/RWS/Class.hs:44) 95% ( 21 / 22) in 'Control.Monad.RWS.Lazy' Missing documentation for: runRWST 95% ( 21 / 22) in 'Control.Monad.RWS.Strict' Missing documentation for: runRWST 100% ( 2 / 2) in 'Control.Monad.RWS' 100% ( 5 / 5) in 'Control.Monad.List' 100% ( 4 / 4) in 'Control.Monad.Identity' 100% ( 3 / 3) in 'Control.Monad.Error.Class' 100% ( 19 / 19) in 'Control.Monad.Except' 93% ( 14 / 15) in 'Control.Monad.Error' Missing documentation for: runErrorT 50% ( 1 / 2) in 'Control.Monad.Cont.Class' Missing documentation for: MonadCont (Control/Monad/Cont/Class.hs:73) 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.22147469841438792350.1 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20161018/mtl-2.2.1-6qsR1PHUy5lL47Hpoa4jCM Registering mtl-2.2.1... cabal: Leaving directory '/tmp/cabal-tmp-27479/mtl-2.2.1' Installed mtl-2.2.1 cabal: Entering directory '/tmp/cabal-tmp-27479/split-0.2.3.1' Configuring split-0.2.3.1... Building split-0.2.3.1... Preprocessing library split-0.2.3.1... [1 of 2] Compiling Data.List.Split.Internals ( src/Data/List/Split/Internals.hs, dist/build/Data/List/Split/Internals.o ) [2 of 2] Compiling Data.List.Split ( src/Data/List/Split.hs, dist/build/Data/List/Split.o ) Running Haddock for split-0.2.3.1... Running hscolour for split-0.2.3.1... Preprocessing library split-0.2.3.1... Preprocessing library split-0.2.3.1... Haddock coverage: 91% ( 62 / 68) in 'Data.List.Split.Internals' 90% ( 45 / 50) in 'Data.List.Split' Documentation created: dist/doc/html/split/index.html, dist/doc/html/split/split.txt Creating package registration file: /tmp/pkgConf-split-0.2.3241694912260289.1 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20161018/split-0.2.3.1-IJKK4pOCYGKud0jZImZke Registering split-0.2.3.1... cabal: Leaving directory '/tmp/cabal-tmp-27479/split-0.2.3.1' Installed split-0.2.3.1 cabal: Entering directory '/tmp/cabal-tmp-27479/text-1.2.2.1' Configuring text-1.2.2.1... Building text-1.2.2.1... Preprocessing library text-1.2.2.1... [ 1 of 44] Compiling Data.Text.Internal.Unsafe.Shift ( Data/Text/Internal/Unsafe/Shift.hs, dist/build/Data/Text/Internal/Unsafe/Shift.o ) [ 2 of 44] Compiling Data.Text.Internal.Unsafe ( Data/Text/Internal/Unsafe.hs, dist/build/Data/Text/Internal/Unsafe.o ) [ 3 of 44] Compiling Data.Text.Internal.Read ( Data/Text/Internal/Read.hs, dist/build/Data/Text/Internal/Read.o ) [ 4 of 44] Compiling Data.Text.Internal.Functions ( Data/Text/Internal/Functions.hs, dist/build/Data/Text/Internal/Functions.o ) [ 5 of 44] Compiling Data.Text.Internal.Encoding.Utf32 ( Data/Text/Internal/Encoding/Utf32.hs, dist/build/Data/Text/Internal/Encoding/Utf32.o ) [ 6 of 44] Compiling Data.Text.Internal.Encoding.Utf16 ( Data/Text/Internal/Encoding/Utf16.hs, dist/build/Data/Text/Internal/Encoding/Utf16.o ) [ 7 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 ) [ 8 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 ) [ 9 of 44] Compiling Data.Text.Encoding.Error ( Data/Text/Encoding/Error.hs, dist/build/Data/Text/Encoding/Error.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.Internal.Search ( Data/Text/Internal/Search.hs, dist/build/Data/Text/Internal/Search.o ) [18 of 44] Compiling Data.Text.Internal.Encoding.Utf8 ( Data/Text/Internal/Encoding/Utf8.hs, dist/build/Data/Text/Internal/Encoding/Utf8.o ) [19 of 44] Compiling Data.Text.Unsafe ( Data/Text/Unsafe.hs, dist/build/Data/Text/Unsafe.o ) [20 of 44] Compiling Data.Text.Internal.Private ( Data/Text/Internal/Private.hs, dist/build/Data/Text/Internal/Private.o ) [21 of 44] Compiling Data.Text.Internal.Fusion ( Data/Text/Internal/Fusion.hs, dist/build/Data/Text/Internal/Fusion.o ) [22 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 ) [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.Internal.Lazy.Encoding.Fusion ( Data/Text/Internal/Lazy/Encoding/Fusion.hs, dist/build/Data/Text/Internal/Lazy/Encoding/Fusion.o ) [25 of 44] Compiling Data.Text.Show ( Data/Text/Show.hs, dist/build/Data/Text/Show.o ) [26 of 44] Compiling Data.Text.Encoding ( Data/Text/Encoding.hs, dist/build/Data/Text/Encoding.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 ) Data/Text.hs:587:1: warning: [-Winline-rule-shadowing] Rule "TEXT compareN/length -> compareLength" may never fire because ‘length’ might inline first Probable fix: add an INLINE[n] or NOINLINE[n] pragma for ‘length’ Data/Text.hs:592:1: warning: [-Winline-rule-shadowing] Rule "TEXT ==N/length -> compareLength/==EQ" may never fire because ‘length’ might inline first Probable fix: add an INLINE[n] or NOINLINE[n] pragma for ‘length’ Data/Text.hs:597:1: warning: [-Winline-rule-shadowing] Rule "TEXT /=N/length -> compareLength//=EQ" may never fire because ‘length’ might inline first Probable fix: add an INLINE[n] or NOINLINE[n] pragma for ‘length’ Data/Text.hs:602:1: warning: [-Winline-rule-shadowing] Rule "TEXT compareLength/==LT" may never fire because ‘length’ might inline first Probable fix: add an INLINE[n] or NOINLINE[n] pragma for ‘length’ Data/Text.hs:607:1: warning: [-Winline-rule-shadowing] Rule "TEXT <=N/length -> compareLength//=GT" may never fire because ‘length’ might inline first Probable fix: add an INLINE[n] or NOINLINE[n] pragma for ‘length’ Data/Text.hs:612:1: warning: [-Winline-rule-shadowing] Rule "TEXT >N/length -> compareLength/==GT" may never fire because ‘length’ might inline first Probable fix: add an INLINE[n] or NOINLINE[n] pragma for ‘length’ Data/Text.hs:617:1: warning: [-Winline-rule-shadowing] Rule "TEXT >=N/length -> compareLength//=LT" may never fire because ‘length’ might inline first Probable fix: add an INLINE[n] or NOINLINE[n] pragma for ‘length’ [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 ) Data/Text/Internal/Builder.hs:324:1: warning: [-Winline-rule-shadowing] Rule "flush/flush" may never fire because ‘flush’ might inline first Probable fix: add an INLINE[n] or NOINLINE[n] pragma for ‘flush’ [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.Builder.RealFloat ( Data/Text/Lazy/Builder/RealFloat.hs, dist/build/Data/Text/Lazy/Builder/RealFloat.o ) [42 of 44] Compiling Data.Text.Lazy.IO ( Data/Text/Lazy/IO.hs, dist/build/Data/Text/Lazy/IO.o ) [43 of 44] Compiling Data.Text.Lazy.Read ( Data/Text/Lazy/Read.hs, dist/build/Data/Text/Lazy/Read.o ) [44 of 44] Compiling Data.Text.Read ( Data/Text/Read.hs, dist/build/Data/Text/Read.o ) Running Haddock for text-1.2.2.1... Running hscolour for text-1.2.2.1... Preprocessing library text-1.2.2.1... Preprocessing library text-1.2.2.1... Haddock coverage: 100% ( 2 / 2) in 'Data.Text.Internal.Unsafe.Shift' 100% ( 3 / 3) in 'Data.Text.Internal.Unsafe' 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) 100% ( 2 / 2) in 'Data.Text.Internal.Functions' 50% ( 1 / 2) in 'Data.Text.Internal.Encoding.Utf32' Missing documentation for: validate (Data/Text/Internal/Encoding/Utf32.hs:24) 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) 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% ( 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) 100% ( 2 / 2) in 'Data.Text.Internal.Search' 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) 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) 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) 91% ( 10 / 11) in 'Data.Text.Internal.Encoding.Fusion' Missing documentation for: streamASCII (Data/Text/Internal/Encoding/Fusion.hs:57) 100% ( 10 / 10) in 'Data.Text.Internal.Lazy.Encoding.Fusion' 100% ( 4 / 4) in 'Data.Text.Show' 100% ( 33 / 33) in 'Data.Text.Encoding' 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) 75% ( 3 / 4) in 'Data.Text.Lazy.Builder.RealFloat' Missing documentation for: formatRealFloat (Data/Text/Lazy/Builder/RealFloat.hs:46) 100% ( 19 / 19) in 'Data.Text.Lazy.IO' 100% ( 7 / 7) in 'Data.Text.Lazy.Read' 100% ( 7 / 7) in 'Data.Text.Read' Warning: Data.Text.Internal.Fusion.Common: could not find link destinations for: findIndicesI 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.2309198987887077888.1 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20161018/text-1.2.2.1-9Yh8rJoh8fO2JMLWffT3Qs Registering text-1.2.2.1... cabal: Leaving directory '/tmp/cabal-tmp-27479/text-1.2.2.1' Installed text-1.2.2.1 cabal: Entering directory '/tmp/cabal-tmp-27479/utility-ht-0.0.12' Configuring utility-ht-0.0.12... Building utility-ht-0.0.12... Preprocessing library utility-ht-0.0.12... [ 1 of 31] Compiling Text.Show.HT ( src/Text/Show/HT.hs, dist/build/Text/Show/HT.o ) [ 2 of 31] Compiling Text.Read.HT ( src/Text/Read/HT.hs, dist/build/Text/Read/HT.o ) [ 3 of 31] Compiling Data.Tuple.Strict ( src/Data/Tuple/Strict.hs, dist/build/Data/Tuple/Strict.o ) [ 4 of 31] Compiling Data.Tuple.Lazy ( src/Data/Tuple/Lazy.hs, dist/build/Data/Tuple/Lazy.o ) [ 5 of 31] Compiling Data.Tuple.HT ( src/Data/Tuple/HT.hs, dist/build/Data/Tuple/HT.o ) [ 6 of 31] Compiling Data.Strictness.HT ( src/Data/Strictness/HT.hs, dist/build/Data/Strictness/HT.o ) [ 7 of 31] Compiling Data.Monoid.HT ( src/Data/Monoid/HT.hs, dist/build/Data/Monoid/HT.o ) [ 8 of 31] Compiling Data.Maybe.HT ( src/Data/Maybe/HT.hs, dist/build/Data/Maybe/HT.o ) [ 9 of 31] Compiling Data.List.Reverse.StrictSpine ( src/Data/List/Reverse/StrictSpine.hs, dist/build/Data/List/Reverse/StrictSpine.o ) [10 of 31] Compiling Data.String.HT ( src/Data/String/HT.hs, dist/build/Data/String/HT.o ) [11 of 31] Compiling Data.List.Reverse.StrictElement ( src/Data/List/Reverse/StrictElement.hs, dist/build/Data/List/Reverse/StrictElement.o ) [12 of 31] Compiling Data.Ix.Enum ( src/Data/Ix/Enum.hs, dist/build/Data/Ix/Enum.o ) [13 of 31] Compiling Data.Function.HT.Private ( src/Data/Function/HT/Private.hs, dist/build/Data/Function/HT/Private.o ) [14 of 31] Compiling Data.Function.HT ( src/Data/Function/HT.hs, dist/build/Data/Function/HT.o ) [15 of 31] Compiling Data.List.Key.Private ( src/Data/List/Key/Private.hs, dist/build/Data/List/Key/Private.o ) [16 of 31] Compiling Data.List.Key ( src/Data/List/Key.hs, dist/build/Data/List/Key.o ) [17 of 31] Compiling Data.Ord.HT ( src/Data/Ord/HT.hs, dist/build/Data/Ord/HT.o ) [18 of 31] Compiling Data.Eq.HT ( src/Data/Eq/HT.hs, dist/build/Data/Eq/HT.o ) [19 of 31] Compiling Data.Bool.HT.Private ( src/Data/Bool/HT/Private.hs, dist/build/Data/Bool/HT/Private.o ) [20 of 31] Compiling Data.Bool.HT ( src/Data/Bool/HT.hs, dist/build/Data/Bool/HT.o ) [21 of 31] Compiling Data.Bits.HT ( src/Data/Bits/HT.hs, dist/build/Data/Bits/HT.o ) [22 of 31] Compiling Control.Monad.HT ( src/Control/Monad/HT.hs, dist/build/Control/Monad/HT.o ) [23 of 31] Compiling Control.Functor.HT ( src/Control/Functor/HT.hs, dist/build/Control/Functor/HT.o ) [24 of 31] Compiling Data.List.Match.Private ( src/Data/List/Match/Private.hs, dist/build/Data/List/Match/Private.o ) [25 of 31] Compiling Data.List.HT.Private ( src/Data/List/HT/Private.hs, dist/build/Data/List/HT/Private.o ) [26 of 31] Compiling Data.List.HT ( src/Data/List/HT.hs, dist/build/Data/List/HT.o ) [27 of 31] Compiling Data.Record.HT.Private ( src/Data/Record/HT/Private.hs, dist/build/Data/Record/HT/Private.o ) [28 of 31] Compiling Data.Record.HT ( src/Data/Record/HT.hs, dist/build/Data/Record/HT.o ) [29 of 31] Compiling Data.Tuple.Example ( src/Data/Tuple/Example.hs, dist/build/Data/Tuple/Example.o ) [30 of 31] Compiling Data.List.Match ( src/Data/List/Match.hs, dist/build/Data/List/Match.o ) [31 of 31] Compiling Control.Applicative.HT ( src/Control/Applicative/HT.hs, dist/build/Control/Applicative/HT.o ) Running Haddock for utility-ht-0.0.12... Running hscolour for utility-ht-0.0.12... Preprocessing library utility-ht-0.0.12... Preprocessing library utility-ht-0.0.12... 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) 14% ( 2 / 14) 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) zipWithPair (src/Data/Tuple/Strict.hs:18) swap (src/Data/Tuple/Strict.hs:23) mapTriple (src/Data/Tuple/Strict.hs:30) mapFst3 (src/Data/Tuple/Strict.hs:34) mapSnd3 (src/Data/Tuple/Strict.hs:38) mapThd3 (src/Data/Tuple/Strict.hs:42) zipWithTriple (src/Data/Tuple/Strict.hs:46) uncurry3 (src/Data/Tuple/Strict.hs:51) 33% ( 5 / 15) in 'Data.Tuple.Lazy' Missing documentation for: Module header zipWithPair (src/Data/Tuple/Lazy.hs:36) swap (src/Data/Tuple/Lazy.hs:41) forcePair (src/Data/Tuple/Lazy.hs:45) mapTriple (src/Data/Tuple/Lazy.hs:52) mapFst3 (src/Data/Tuple/Lazy.hs:56) mapSnd3 (src/Data/Tuple/Lazy.hs:60) mapThd3 (src/Data/Tuple/Lazy.hs:64) zipWithTriple (src/Data/Tuple/Lazy.hs:68) uncurry3 (src/Data/Tuple/Lazy.hs:73) 28% ( 5 / 18) in 'Data.Tuple.HT' Missing documentation for: Module header swap (src/Data/Tuple/Lazy.hs:41) sortPair (src/Data/Tuple/HT.hs:41) forcePair (src/Data/Tuple/Lazy.hs:45) fst3 (src/Data/Tuple/HT.hs:26) snd3 (src/Data/Tuple/HT.hs:30) thd3 (src/Data/Tuple/HT.hs:34) mapTriple (src/Data/Tuple/Lazy.hs:52) mapFst3 (src/Data/Tuple/Lazy.hs:56) mapSnd3 (src/Data/Tuple/Lazy.hs:60) mapThd3 (src/Data/Tuple/Lazy.hs:64) curry3 (src/Data/Tuple/HT.hs:38) uncurry3 (src/Data/Tuple/Lazy.hs:73) 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) 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) 100% ( 4 / 4) in 'Data.List.Reverse.StrictSpine' 50% ( 1 / 2) in 'Data.String.HT' Missing documentation for: Module header 100% ( 4 / 4) in 'Data.List.Reverse.StrictElement' 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 67% ( 2 / 3) in 'Data.Bits.HT' Missing documentation for: Module header 35% ( 9 / 26) in 'Control.Monad.HT' Missing documentation for: Module header void (src/Control/Monad/HT.hs:81) for (src/Control/Monad/HT.hs:84) map (src/Control/Monad/HT.hs:87) zipWith (src/Control/Monad/HT.hs:90) chain (src/Control/Monad/HT.hs:93) filter (src/Control/Monad/HT.hs:97) replicate (src/Control/Monad/HT.hs:100) lift (src/Control/Monad/HT.hs:103) lift2 (src/Control/Monad/HT.hs:106) lift3 (src/Control/Monad/HT.hs:110) lift4 (src/Control/Monad/HT.hs:114) lift5 (src/Control/Monad/HT.hs:119) liftJoin2 (src/Control/Monad/HT.hs:134) liftJoin3 (src/Control/Monad/HT.hs:138) liftJoin4 (src/Control/Monad/HT.hs:142) liftJoin5 (src/Control/Monad/HT.hs:149) 25% ( 3 / 12) 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) mapFst (src/Control/Functor/HT.hs:32) mapSnd (src/Control/Functor/HT.hs:35) mapFst3 (src/Control/Functor/HT.hs:39) mapSnd3 (src/Control/Functor/HT.hs:42) mapThd3 (src/Control/Functor/HT.hs:45) 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) 47% ( 63 /135) in 'Data.List.HT.Private' Missing documentation for: Module header inits98' (src/Data/List/HT/Private.hs:50) tails' (src/Data/List/HT/Private.hs:67) tails98 (src/Data/List/HT/Private.hs:70) group (src/Data/List/HT/Private.hs:96) chop' (src/Data/List/HT/Private.hs:176) chopAtRun (src/Data/List/HT/Private.hs:185) breakAfterRec (src/Data/List/HT/Private.hs:200) breakAfterFoldr (src/Data/List/HT/Private.hs:214) breakAfterBreak (src/Data/List/HT/Private.hs:221) breakAfterTakeUntil (src/Data/List/HT/Private.hs:227) segmentAfter' (src/Data/List/HT/Private.hs:259) propSegmentAfterConcat (src/Data/List/HT/Private.hs:263) propSegmentAfterNumSeps (src/Data/List/HT/Private.hs:267) propSegmentAfterLasts (src/Data/List/HT/Private.hs:271) propSegmentAfterInits (src/Data/List/HT/Private.hs:275) propSegmentAfterInfinite (src/Data/List/HT/Private.hs:282) segmentBefore' (src/Data/List/HT/Private.hs:303) segmentBefore'' (src/Data/List/HT/Private.hs:313) propSegmentBeforeConcat (src/Data/List/HT/Private.hs:323) propSegmentBeforeNumSeps (src/Data/List/HT/Private.hs:327) propSegmentBeforeHeads (src/Data/List/HT/Private.hs:331) propSegmentBeforeTails (src/Data/List/HT/Private.hs:335) propSegmentBeforeInfinite (src/Data/List/HT/Private.hs:339) propSegmentBeforeGroupBy0 (src/Data/List/HT/Private.hs:343) propSegmentBeforeGroupBy1 (src/Data/List/HT/Private.hs:347) splitEverywhere (src/Data/List/HT/Private.hs:398) propSplitLast (src/Data/List/HT/Private.hs:424) propViewR (src/Data/List/HT/Private.hs:444) switchL' (src/Data/List/HT/Private.hs:458) propSwitchR (src/Data/List/HT/Private.hs:470) dropWhileRev (src/Data/List/HT/Private.hs:500) takeWhileRev0 (src/Data/List/HT/Private.hs:504) maybeSuffixOf (src/Data/List/HT/Private.hs:541) unzipEithers (src/Data/List/HT/Private.hs:571) propSieve (src/Data/List/HT/Private.hs:590) sliceHorizontal (src/Data/List/HT/Private.hs:599) sliceHorizontal' (src/Data/List/HT/Private.hs:599) sliceHorizontal'' (src/Data/List/HT/Private.hs:599) sliceHorizontal''' (src/Data/List/HT/Private.hs:599) propSliceHorizontal (src/Data/List/HT/Private.hs:613) sliceVertical (src/Data/List/HT/Private.hs:620) sliceVertical' (src/Data/List/HT/Private.hs:620) propSliceVertical (src/Data/List/HT/Private.hs:629) propSlice (src/Data/List/HT/Private.hs:633) search (src/Data/List/HT/Private.hs:643) replace (src/Data/List/HT/Private.hs:646) markSublists (src/Data/List/HT/Private.hs:656) replace' (src/Data/List/HT/Private.hs:666) propReplaceId (src/Data/List/HT/Private.hs:670) propReplaceCycle (src/Data/List/HT/Private.hs:674) multiReplace (src/Data/List/HT/Private.hs:689) multiReplace' (src/Data/List/HT/Private.hs:701) propMultiReplaceSingle (src/Data/List/HT/Private.hs:711) transposeFill (src/Data/List/HT/Private.hs:737) unzipCons (src/Data/List/HT/Private.hs:743) shear' (src/Data/List/HT/Private.hs:768) zipConsSkew (src/Data/List/HT/Private.hs:795) takeWhileMulti' (src/Data/List/HT/Private.hs:846) propTakeWhileMulti (src/Data/List/HT/Private.hs:851) propFoldl'r (src/Data/List/HT/Private.hs:879) lengthAtLeast (src/Data/List/HT/Private.hs:901) iterateUntilCycle (src/Data/List/HT/Private.hs:913) iterateUntilCycleP (src/Data/List/HT/Private.hs:929) pairs (src/Data/List/HT/Private.hs:936) propRotate (src/Data/List/HT/Private.hs:955) allEqual (src/Data/List/HT/Private.hs:972) isAscending (src/Data/List/HT/Private.hs:975) isAscendingLazy (src/Data/List/HT/Private.hs:978) padLeft (src/Data/List/HT/Private.hs:1014) padRight (src/Data/List/HT/Private.hs:1019) padRight1 (src/Data/List/HT/Private.hs:1019) 72% ( 46 / 64) in 'Data.List.HT' Missing documentation for: Module header group (src/Data/List/HT/Private.hs:96) splitEverywhere (src/Data/List/HT/Private.hs:398) dropWhileRev (src/Data/List/HT.hs:72) takeWhileRev (src/Data/List/HT.hs:76) maybeSuffixOf (src/Data/List/HT/Private.hs:541) unzipEithers (src/Data/List/HT/Private.hs:571) sliceHorizontal (src/Data/List/HT/Private.hs:599) sliceVertical (src/Data/List/HT/Private.hs:620) search (src/Data/List/HT/Private.hs:643) replace (src/Data/List/HT/Private.hs:646) multiReplace (src/Data/List/HT/Private.hs:689) allEqual (src/Data/List/HT/Private.hs:972) isAscending (src/Data/List/HT/Private.hs:975) isAscendingLazy (src/Data/List/HT/Private.hs:978) padLeft (src/Data/List/HT/Private.hs:1014) padRight (src/Data/List/HT/Private.hs:1019) lengthAtLeast (src/Data/List/HT/Private.hs:901) 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 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) 0% ( 0 / 6) in 'Control.Applicative.HT' Missing documentation for: Module header mapPair (src/Control/Applicative/HT.hs:7) mapTriple (src/Control/Applicative/HT.hs:10) liftA4 (src/Control/Applicative/HT.hs:16) liftA5 (src/Control/Applicative/HT.hs:22) liftA6 (src/Control/Applicative/HT.hs:28) 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.01369678468929588156.12 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20161018/utility-ht-0.0.12-IQc75ZjtSJC6jKWDjW00eb Registering utility-ht-0.0.12... cabal: Leaving directory '/tmp/cabal-tmp-27479/utility-ht-0.0.12' Installed utility-ht-0.0.12 cabal: Entering directory '/tmp/cabal-tmp-27479/regex-base-0.93.2' Configuring regex-base-0.93.2... Building regex-base-0.93.2... Preprocessing library regex-base-0.93.2... [1 of 4] Compiling Text.Regex.Base.RegexLike ( Text/Regex/Base/RegexLike.hs, dist/build/Text/Regex/Base/RegexLike.o ) [2 of 4] Compiling Text.Regex.Base.Context ( Text/Regex/Base/Context.hs, dist/build/Text/Regex/Base/Context.o ) [3 of 4] Compiling Text.Regex.Base ( Text/Regex/Base.hs, dist/build/Text/Regex/Base.o ) Text/Regex/Base.hs:55:13: warning: [-Wdeprecations] In the use of ‘versionTags’ (imported from Data.Version): Deprecated: "See GHC ticket #2496" [4 of 4] Compiling Text.Regex.Base.Impl ( Text/Regex/Base/Impl.hs, dist/build/Text/Regex/Base/Impl.o ) Running Haddock for regex-base-0.93.2... Running hscolour for regex-base-0.93.2... Preprocessing library regex-base-0.93.2... Preprocessing library regex-base-0.93.2... Text/Regex/Base.hs:55:13: warning: [-Wdeprecations] In the use of ‘versionTags’ (imported from Data.Version): Deprecated: "See GHC ticket #2496" Haddock coverage: 94% ( 17 / 18) in 'Text.Regex.Base.RegexLike' Missing documentation for: MatchText (Text/Regex/Base/RegexLike.hs:55) 100% ( 1 / 1) in 'Text.Regex.Base.Context' 75% ( 3 / 4) in 'Text.Regex.Base' Missing documentation for: getVersion_Text_Regex_Base (Text/Regex/Base.hs:52) 33% ( 1 / 3) in 'Text.Regex.Base.Impl' Missing documentation for: polymatch (Text/Regex/Base/Impl.hs:50) polymatchM (Text/Regex/Base/Impl.hs:56) Documentation created: dist/doc/html/regex-base/index.html, dist/doc/html/regex-base/regex-base.txt Creating package registration file: /tmp/pkgConf-regex-base-0.9321458540981623804486.2 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20161018/regex-base-0.93.2-71isvdwnRNrGKtKYo9rpQd Registering regex-base-0.93.2... cabal: Leaving directory '/tmp/cabal-tmp-27479/regex-base-0.93.2' Installed regex-base-0.93.2 cabal: Entering directory '/tmp/cabal-tmp-27479/parsec-3.1.11' Configuring parsec-3.1.11... Building parsec-3.1.11... Preprocessing library parsec-3.1.11... [ 1 of 25] Compiling Text.Parsec.Pos ( Text/Parsec/Pos.hs, dist/build/Text/Parsec/Pos.o ) [ 2 of 25] Compiling Text.ParserCombinators.Parsec.Pos ( Text/ParserCombinators/Parsec/Pos.hs, dist/build/Text/ParserCombinators/Parsec/Pos.o ) [ 3 of 25] Compiling Text.Parsec.Error ( Text/Parsec/Error.hs, dist/build/Text/Parsec/Error.o ) [ 4 of 25] Compiling Text.Parsec.Prim ( Text/Parsec/Prim.hs, dist/build/Text/Parsec/Prim.o ) [ 5 of 25] Compiling Text.Parsec.String ( Text/Parsec/String.hs, dist/build/Text/Parsec/String.o ) [ 6 of 25] Compiling Text.Parsec.Text ( Text/Parsec/Text.hs, dist/build/Text/Parsec/Text.o ) [ 7 of 25] Compiling Text.Parsec.Text.Lazy ( Text/Parsec/Text/Lazy.hs, dist/build/Text/Parsec/Text/Lazy.o ) [ 8 of 25] Compiling Text.ParserCombinators.Parsec.Error ( Text/ParserCombinators/Parsec/Error.hs, dist/build/Text/ParserCombinators/Parsec/Error.o ) [ 9 of 25] Compiling Text.ParserCombinators.Parsec.Prim ( Text/ParserCombinators/Parsec/Prim.hs, dist/build/Text/ParserCombinators/Parsec/Prim.o ) [10 of 25] Compiling Text.Parsec.Combinator ( Text/Parsec/Combinator.hs, dist/build/Text/Parsec/Combinator.o ) [11 of 25] Compiling Text.Parsec.Expr ( Text/Parsec/Expr.hs, dist/build/Text/Parsec/Expr.o ) [12 of 25] Compiling Text.ParserCombinators.Parsec.Combinator ( Text/ParserCombinators/Parsec/Combinator.hs, dist/build/Text/ParserCombinators/Parsec/Combinator.o ) [13 of 25] Compiling Text.Parsec.Char ( Text/Parsec/Char.hs, dist/build/Text/Parsec/Char.o ) [14 of 25] Compiling Text.Parsec.Token ( Text/Parsec/Token.hs, dist/build/Text/Parsec/Token.o ) [15 of 25] Compiling Text.ParserCombinators.Parsec.Token ( Text/ParserCombinators/Parsec/Token.hs, dist/build/Text/ParserCombinators/Parsec/Token.o ) [16 of 25] Compiling Text.ParserCombinators.Parsec.Char ( Text/ParserCombinators/Parsec/Char.hs, dist/build/Text/ParserCombinators/Parsec/Char.o ) [17 of 25] Compiling Text.ParserCombinators.Parsec ( Text/ParserCombinators/Parsec.hs, dist/build/Text/ParserCombinators/Parsec.o ) [18 of 25] Compiling Text.ParserCombinators.Parsec.Expr ( Text/ParserCombinators/Parsec/Expr.hs, dist/build/Text/ParserCombinators/Parsec/Expr.o ) [19 of 25] Compiling Text.Parsec.ByteString.Lazy ( Text/Parsec/ByteString/Lazy.hs, dist/build/Text/Parsec/ByteString/Lazy.o ) [20 of 25] Compiling Text.Parsec.ByteString ( Text/Parsec/ByteString.hs, dist/build/Text/Parsec/ByteString.o ) [21 of 25] Compiling Text.Parsec ( Text/Parsec.hs, dist/build/Text/Parsec.o ) [22 of 25] Compiling Text.Parsec.Language ( Text/Parsec/Language.hs, dist/build/Text/Parsec/Language.o ) [23 of 25] Compiling Text.ParserCombinators.Parsec.Language ( Text/ParserCombinators/Parsec/Language.hs, dist/build/Text/ParserCombinators/Parsec/Language.o ) [24 of 25] Compiling Text.Parsec.Perm ( Text/Parsec/Perm.hs, dist/build/Text/Parsec/Perm.o ) [25 of 25] Compiling Text.ParserCombinators.Parsec.Perm ( Text/ParserCombinators/Parsec/Perm.hs, dist/build/Text/ParserCombinators/Parsec/Perm.o ) Running Haddock for parsec-3.1.11... Running hscolour for parsec-3.1.11... Preprocessing library parsec-3.1.11... Preprocessing library parsec-3.1.11... Haddock coverage: 82% ( 14 / 17) in 'Text.Parsec.Pos' Missing documentation for: SourceName (Text/Parsec/Pos.hs:31) Line (Text/Parsec/Pos.hs:32) Column (Text/Parsec/Pos.hs:33) 82% ( 14 / 17) in 'Text.ParserCombinators.Parsec.Pos' Missing documentation for: SourceName (Text/Parsec/Pos.hs:31) Line (Text/Parsec/Pos.hs:32) Column (Text/Parsec/Pos.hs:33) 43% ( 6 / 14) in 'Text.Parsec.Error' Missing documentation for: errorIsUnknown (Text/Parsec/Error.hs:113) showErrorMessages (Text/Parsec/Error.hs:176) newErrorMessage (Text/Parsec/Error.hs:123) newErrorUnknown (Text/Parsec/Error.hs:119) addErrorMessage (Text/Parsec/Error.hs:127) setErrorPos (Text/Parsec/Error.hs:131) setErrorMessage (Text/Parsec/Error.hs:135) mergeError (Text/Parsec/Error.hs:139) 64% ( 32 / 50) in 'Text.Parsec.Prim' Missing documentation for: unknownError (Text/Parsec/Prim.hs:93) sysUnExpectError (Text/Parsec/Prim.hs:96) Parsec (Text/Parsec/Prim.hs:159) Consumed (Text/Parsec/Prim.hs:161) Reply (Text/Parsec/Prim.hs:165) State (Text/Parsec/Prim.hs:169) parsecMap (Text/Parsec/Prim.hs:187) parserReturn (Text/Parsec/Prim.hs:231) parserBind (Text/Parsec/Prim.hs:236) mergeErrorReply (Text/Parsec/Prim.hs:276) parserFail (Text/Parsec/Prim.hs:282) parserPlus (Text/Parsec/Prim.hs:300) labels (Text/Parsec/Prim.hs:355) tokens (Text/Parsec/Prim.hs:406) tokenPrimEx (Text/Parsec/Prim.hs:543) manyAccum (Text/Parsec/Prim.hs:602) runPT (Text/Parsec/Prim.hs:620) runP (Text/Parsec/Prim.hs:634) 50% ( 2 / 4) in 'Text.Parsec.String' Missing documentation for: Parser (Text/Parsec/String.hs:22) GenParser (Text/Parsec/String.hs:23) 33% ( 1 / 3) in 'Text.Parsec.Text' Missing documentation for: Parser (Text/Parsec/Text.hs:23) GenParser (Text/Parsec/Text.hs:24) 33% ( 1 / 3) in 'Text.Parsec.Text.Lazy' Missing documentation for: Parser (Text/Parsec/Text/Lazy.hs:23) GenParser (Text/Parsec/Text/Lazy.hs:24) 38% ( 6 / 16) in 'Text.ParserCombinators.Parsec.Error' Missing documentation for: messageCompare (Text/ParserCombinators/Parsec/Error.hs:36) messageEq (Text/ParserCombinators/Parsec/Error.hs:39) errorIsUnknown (Text/Parsec/Error.hs:113) showErrorMessages (Text/Parsec/Error.hs:176) newErrorMessage (Text/Parsec/Error.hs:123) newErrorUnknown (Text/Parsec/Error.hs:119) addErrorMessage (Text/Parsec/Error.hs:127) setErrorPos (Text/Parsec/Error.hs:131) setErrorMessage (Text/Parsec/Error.hs:135) mergeError (Text/Parsec/Error.hs:139) 70% ( 21 / 30) in 'Text.ParserCombinators.Parsec.Prim' Missing documentation for: Parser (Text/Parsec/String.hs:22) GenParser (Text/Parsec/String.hs:23) runParser (Text/ParserCombinators/Parsec/Prim.hs:57) tokens (Text/Parsec/Prim.hs:406) tokenPrimEx (Text/Parsec/Prim.hs:543) try (Text/ParserCombinators/Parsec/Prim.hs:64) labels (Text/Parsec/Prim.hs:355) pzero (Text/ParserCombinators/Parsec/Prim.hs:54) State (Text/Parsec/Prim.hs:169) 100% ( 24 / 24) in 'Text.Parsec.Combinator' 100% ( 5 / 5) in 'Text.Parsec.Expr' 100% ( 24 / 24) in 'Text.ParserCombinators.Parsec.Combinator' 100% ( 20 / 20) in 'Text.Parsec.Char' 67% ( 4 / 6) in 'Text.Parsec.Token' Missing documentation for: LanguageDef (Text/Parsec/Token.hs:39) TokenParser (Text/Parsec/Token.hs:110) 67% ( 4 / 6) in 'Text.ParserCombinators.Parsec.Token' Missing documentation for: LanguageDef (Text/Parsec/Token.hs:39) TokenParser (Text/Parsec/Token.hs:110) 95% ( 18 / 19) in 'Text.ParserCombinators.Parsec.Char' Missing documentation for: CharParser (Text/ParserCombinators/Parsec/Char.hs:40) 83% ( 15 / 18) in 'Text.ParserCombinators.Parsec' Missing documentation for: SourceName (Text/Parsec/Pos.hs:31) Line (Text/Parsec/Pos.hs:32) Column (Text/Parsec/Pos.hs:33) 40% ( 2 / 5) in 'Text.ParserCombinators.Parsec.Expr' Missing documentation for: Operator (Text/ParserCombinators/Parsec/Expr.hs:29) OperatorTable (Text/ParserCombinators/Parsec/Expr.hs:33) buildExpressionParser (Text/ParserCombinators/Parsec/Expr.hs:40) 50% ( 2 / 4) in 'Text.Parsec.ByteString.Lazy' Missing documentation for: Parser (Text/Parsec/ByteString/Lazy.hs:24) GenParser (Text/Parsec/ByteString/Lazy.hs:25) 50% ( 2 / 4) in 'Text.Parsec.ByteString' Missing documentation for: Parser (Text/Parsec/ByteString.hs:24) GenParser (Text/Parsec/ByteString.hs:25) 78% ( 73 / 94) in 'Text.Parsec' Missing documentation for: Parsec (Text/Parsec/Prim.hs:159) tokens (Text/Parsec/Prim.hs:406) labels (Text/Parsec/Prim.hs:355) SourceName (Text/Parsec/Pos.hs:31) Line (Text/Parsec/Pos.hs:32) Column (Text/Parsec/Pos.hs:33) manyAccum (Text/Parsec/Prim.hs:602) tokenPrimEx (Text/Parsec/Prim.hs:543) runPT (Text/Parsec/Prim.hs:620) unknownError (Text/Parsec/Prim.hs:93) sysUnExpectError (Text/Parsec/Prim.hs:96) mergeErrorReply (Text/Parsec/Prim.hs:276) runP (Text/Parsec/Prim.hs:634) Consumed (Text/Parsec/Prim.hs:161) Reply (Text/Parsec/Prim.hs:165) State (Text/Parsec/Prim.hs:169) parsecMap (Text/Parsec/Prim.hs:187) parserReturn (Text/Parsec/Prim.hs:231) parserBind (Text/Parsec/Prim.hs:236) parserFail (Text/Parsec/Prim.hs:282) parserPlus (Text/Parsec/Prim.hs:300) 90% ( 9 / 10) in 'Text.Parsec.Language' Missing documentation for: LanguageDef (Text/Parsec/Token.hs:39) 90% ( 9 / 10) in 'Text.ParserCombinators.Parsec.Language' Missing documentation for: LanguageDef (Text/Parsec/Token.hs:39) 100% ( 8 / 8) in 'Text.Parsec.Perm' 100% ( 7 / 7) in 'Text.ParserCombinators.Parsec.Perm' Documentation created: dist/doc/html/parsec/index.html, dist/doc/html/parsec/parsec.txt Creating package registration file: /tmp/pkgConf-parsec-3.19892307751802491982.11 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20161018/parsec-3.1.11-37j7M1YEHqtEooY7BpJdri Registering parsec-3.1.11... cabal: Leaving directory '/tmp/cabal-tmp-27479/parsec-3.1.11' Installed parsec-3.1.11 cabal: Entering directory '/tmp/cabal-tmp-27479/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.32042830296955798986.4 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20161018/spreadsheet-0.1.3.4-K20MKwuXk4DJ4KBT6jMYY7 Registering spreadsheet-0.1.3.4... cabal: Leaving directory '/tmp/cabal-tmp-27479/spreadsheet-0.1.3.4' Installed spreadsheet-0.1.3.4 cabal: Entering directory '/tmp/cabal-tmp-27479/regex-tdfa-1.2.2' Configuring regex-tdfa-1.2.2... Building regex-tdfa-1.2.2... Preprocessing library regex-tdfa-1.2.2... [ 1 of 23] Compiling Text.Regex.TDFA.NewDFA.Uncons ( Text/Regex/TDFA/NewDFA/Uncons.hs, dist/build/Text/Regex/TDFA/NewDFA/Uncons.o ) [ 2 of 23] Compiling Text.Regex.TDFA.IntArrTrieSet ( Text/Regex/TDFA/IntArrTrieSet.hs, dist/build/Text/Regex/TDFA/IntArrTrieSet.o ) [ 3 of 23] Compiling Paths_regex_tdfa ( dist/build/autogen/Paths_regex_tdfa.hs, dist/build/Paths_regex_tdfa.o ) [ 4 of 23] Compiling Data.IntSet.EnumSet2 ( Data/IntSet/EnumSet2.hs, dist/build/Data/IntSet/EnumSet2.o ) [ 5 of 23] Compiling Data.IntMap.EnumMap2 ( Data/IntMap/EnumMap2.hs, dist/build/Data/IntMap/EnumMap2.o ) [ 6 of 23] Compiling Data.IntMap.CharMap2 ( Data/IntMap/CharMap2.hs, dist/build/Data/IntMap/CharMap2.o ) [ 7 of 23] Compiling Text.Regex.TDFA.Common ( Text/Regex/TDFA/Common.hs, dist/build/Text/Regex/TDFA/Common.o ) [ 8 of 23] Compiling Text.Regex.TDFA.NewDFA.MakeTest ( Text/Regex/TDFA/NewDFA/MakeTest.hs, dist/build/Text/Regex/TDFA/NewDFA/MakeTest.o ) [ 9 of 23] Compiling Text.Regex.TDFA.Pattern ( Text/Regex/TDFA/Pattern.hs, dist/build/Text/Regex/TDFA/Pattern.o ) [10 of 23] Compiling Text.Regex.TDFA.CorePattern ( Text/Regex/TDFA/CorePattern.hs, dist/build/Text/Regex/TDFA/CorePattern.o ) [11 of 23] Compiling Text.Regex.TDFA.ReadRegex ( Text/Regex/TDFA/ReadRegex.hs, dist/build/Text/Regex/TDFA/ReadRegex.o ) [12 of 23] Compiling Text.Regex.TDFA.NewDFA.Engine_FA ( Text/Regex/TDFA/NewDFA/Engine_FA.hs, dist/build/Text/Regex/TDFA/NewDFA/Engine_FA.o ) [13 of 23] Compiling Text.Regex.TDFA.NewDFA.Engine_NC ( Text/Regex/TDFA/NewDFA/Engine_NC.hs, dist/build/Text/Regex/TDFA/NewDFA/Engine_NC.o ) [14 of 23] Compiling Text.Regex.TDFA.NewDFA.Engine_NC_FA ( Text/Regex/TDFA/NewDFA/Engine_NC_FA.hs, dist/build/Text/Regex/TDFA/NewDFA/Engine_NC_FA.o ) [15 of 23] Compiling Text.Regex.TDFA.NewDFA.Engine ( Text/Regex/TDFA/NewDFA/Engine.hs, dist/build/Text/Regex/TDFA/NewDFA/Engine.o ) [16 of 23] Compiling Text.Regex.TDFA.NewDFA.Tester ( Text/Regex/TDFA/NewDFA/Tester.hs, dist/build/Text/Regex/TDFA/NewDFA/Tester.o ) [17 of 23] Compiling Text.Regex.TDFA.TNFA ( Text/Regex/TDFA/TNFA.hs, dist/build/Text/Regex/TDFA/TNFA.o ) [18 of 23] Compiling Text.Regex.TDFA.TDFA ( Text/Regex/TDFA/TDFA.hs, dist/build/Text/Regex/TDFA/TDFA.o ) [19 of 23] Compiling Text.Regex.TDFA.String ( Text/Regex/TDFA/String.hs, dist/build/Text/Regex/TDFA/String.o ) [20 of 23] Compiling Text.Regex.TDFA.ByteString ( Text/Regex/TDFA/ByteString.hs, dist/build/Text/Regex/TDFA/ByteString.o ) [21 of 23] Compiling Text.Regex.TDFA.ByteString.Lazy ( Text/Regex/TDFA/ByteString/Lazy.hs, dist/build/Text/Regex/TDFA/ByteString/Lazy.o ) [22 of 23] Compiling Text.Regex.TDFA.Sequence ( Text/Regex/TDFA/Sequence.hs, dist/build/Text/Regex/TDFA/Sequence.o ) [23 of 23] Compiling Text.Regex.TDFA ( Text/Regex/TDFA.hs, dist/build/Text/Regex/TDFA.o ) Running Haddock for regex-tdfa-1.2.2... Running hscolour for regex-tdfa-1.2.2... Preprocessing library regex-tdfa-1.2.2... Preprocessing library regex-tdfa-1.2.2... Haddock coverage: 0% ( 0 / 2) in 'Text.Regex.TDFA.NewDFA.Uncons' Missing documentation for: Module header Uncons (Text/Regex/TDFA/NewDFA/Uncons.hs:7) 83% ( 5 / 6) in 'Text.Regex.TDFA.IntArrTrieSet' Missing documentation for: TrieSet (Text/Regex/TDFA/IntArrTrieSet.hs:17) 0% ( 0 / 8) in 'Paths_regex_tdfa' Missing documentation for: Module header version (dist/build/autogen/Paths_regex_tdfa.hs:28) getBinDir (dist/build/autogen/Paths_regex_tdfa.hs:38) getLibDir (dist/build/autogen/Paths_regex_tdfa.hs:38) getDataDir (dist/build/autogen/Paths_regex_tdfa.hs:38) getLibexecDir (dist/build/autogen/Paths_regex_tdfa.hs:38) getDataFileName (dist/build/autogen/Paths_regex_tdfa.hs:45) getSysconfDir (dist/build/autogen/Paths_regex_tdfa.hs:38) 0% ( 0 / 32) in 'Data.IntSet.EnumSet2' Missing documentation for: Module header EnumSet (Data/IntSet/EnumSet2.hs:7) (Data/IntSet/EnumSet2.hs:10) \\ (Data/IntSet/EnumSet2.hs:14) null (Data/IntSet/EnumSet2.hs:17) size (Data/IntSet/EnumSet2.hs:20) member (Data/IntSet/EnumSet2.hs:23) notMember (Data/IntSet/EnumSet2.hs:26) isSubsetOf (Data/IntSet/EnumSet2.hs:29) isProperSubsetOf (Data/IntSet/EnumSet2.hs:32) empty (Data/IntSet/EnumSet2.hs:35) singleton (Data/IntSet/EnumSet2.hs:38) insert (Data/IntSet/EnumSet2.hs:41) delete (Data/IntSet/EnumSet2.hs:44) union (Data/IntSet/EnumSet2.hs:47) unions (Data/IntSet/EnumSet2.hs:50) difference (Data/IntSet/EnumSet2.hs:53) intersection (Data/IntSet/EnumSet2.hs:56) filter (Data/IntSet/EnumSet2.hs:59) partition (Data/IntSet/EnumSet2.hs:63) split (Data/IntSet/EnumSet2.hs:68) splitMember (Data/IntSet/EnumSet2.hs:72) map (Data/IntSet/EnumSet2.hs:76) fold (Data/IntSet/EnumSet2.hs:80) elems (Data/IntSet/EnumSet2.hs:84) toList (Data/IntSet/EnumSet2.hs:87) fromList (Data/IntSet/EnumSet2.hs:90) toAscList (Data/IntSet/EnumSet2.hs:93) fromAscList (Data/IntSet/EnumSet2.hs:96) fromDistinctAscList (Data/IntSet/EnumSet2.hs:99) showTree (Data/IntSet/EnumSet2.hs:102) showTreeWith (Data/IntSet/EnumSet2.hs:105) 0% ( 0 / 71) in 'Data.IntMap.EnumMap2' Missing documentation for: Module header EnumMap (Data/IntMap/EnumMap2.hs:10) (Data/IntMap/EnumMap2.hs:13) (Data/IntMap/EnumMap2.hs:17) (Data/IntMap/EnumMap2.hs:20) ! (Data/IntMap/EnumMap2.hs:23) \\ (Data/IntMap/EnumMap2.hs:26) null (Data/IntMap/EnumMap2.hs:29) size (Data/IntMap/EnumMap2.hs:32) member (Data/IntMap/EnumMap2.hs:35) notMember (Data/IntMap/EnumMap2.hs:38) lookup (Data/IntMap/EnumMap2.hs:42) findWithDefault (Data/IntMap/EnumMap2.hs:45) empty (Data/IntMap/EnumMap2.hs:48) singleton (Data/IntMap/EnumMap2.hs:51) insert (Data/IntMap/EnumMap2.hs:54) insertWith (Data/IntMap/EnumMap2.hs:57) insertWithKey (Data/IntMap/EnumMap2.hs:60) insertLookupWithKey (Data/IntMap/EnumMap2.hs:64) delete (Data/IntMap/EnumMap2.hs:69) adjust (Data/IntMap/EnumMap2.hs:72) adjustWithKey (Data/IntMap/EnumMap2.hs:75) update (Data/IntMap/EnumMap2.hs:79) updateWithKey (Data/IntMap/EnumMap2.hs:82) updateLookupWithKey (Data/IntMap/EnumMap2.hs:86) union (Data/IntMap/EnumMap2.hs:91) unionWith (Data/IntMap/EnumMap2.hs:94) unionWithKey (Data/IntMap/EnumMap2.hs:97) unions (Data/IntMap/EnumMap2.hs:101) unionsWith (Data/IntMap/EnumMap2.hs:104) difference (Data/IntMap/EnumMap2.hs:107) differenceWith (Data/IntMap/EnumMap2.hs:110) differenceWithKey (Data/IntMap/EnumMap2.hs:113) intersection (Data/IntMap/EnumMap2.hs:117) intersectionWith (Data/IntMap/EnumMap2.hs:120) intersectionWithKey (Data/IntMap/EnumMap2.hs:123) map (Data/IntMap/EnumMap2.hs:127) mapWithKey (Data/IntMap/EnumMap2.hs:130) mapAccum (Data/IntMap/EnumMap2.hs:134) mapAccumWithKey (Data/IntMap/EnumMap2.hs:138) fold (Data/IntMap/EnumMap2.hs:143) foldWithKey (Data/IntMap/EnumMap2.hs:146) elems (Data/IntMap/EnumMap2.hs:150) keys (Data/IntMap/EnumMap2.hs:153) keysSet (Data/IntMap/EnumMap2.hs:157) assocs (Data/IntMap/EnumMap2.hs:160) toList (Data/IntMap/EnumMap2.hs:163) fromList (Data/IntMap/EnumMap2.hs:166) fromListWith (Data/IntMap/EnumMap2.hs:169) fromListWithKey (Data/IntMap/EnumMap2.hs:172) toAscList (Data/IntMap/EnumMap2.hs:176) fromAscList (Data/IntMap/EnumMap2.hs:179) fromAscListWith (Data/IntMap/EnumMap2.hs:182) fromAscListWithKey (Data/IntMap/EnumMap2.hs:185) fromDistinctAscList (Data/IntMap/EnumMap2.hs:189) filter (Data/IntMap/EnumMap2.hs:192) filterWithKey (Data/IntMap/EnumMap2.hs:195) partition (Data/IntMap/EnumMap2.hs:199) partitionWithKey (Data/IntMap/EnumMap2.hs:203) mapMaybe (Data/IntMap/EnumMap2.hs:208) mapMaybeWithKey (Data/IntMap/EnumMap2.hs:211) mapEither (Data/IntMap/EnumMap2.hs:215) mapEitherWithKey (Data/IntMap/EnumMap2.hs:219) split (Data/IntMap/EnumMap2.hs:224) splitLookup (Data/IntMap/EnumMap2.hs:228) isSubmapOf (Data/IntMap/EnumMap2.hs:232) isSubmapOfBy (Data/IntMap/EnumMap2.hs:235) isProperSubmapOf (Data/IntMap/EnumMap2.hs:238) isProperSubmapOfBy (Data/IntMap/EnumMap2.hs:241) showTree (Data/IntMap/EnumMap2.hs:244) showTreeWith (Data/IntMap/EnumMap2.hs:247) 0% ( 0 / 71) in 'Data.IntMap.CharMap2' Missing documentation for: Module header CharMap (Data/IntMap/CharMap2.hs:19) (Data/IntMap/CharMap2.hs:21) (Data/IntMap/CharMap2.hs:25) Key (Data/IntMap/CharMap2.hs:28) ! (Data/IntMap/CharMap2.hs:30) \\ (Data/IntMap/CharMap2.hs:33) null (Data/IntMap/CharMap2.hs:36) size (Data/IntMap/CharMap2.hs:39) member (Data/IntMap/CharMap2.hs:42) notMember (Data/IntMap/CharMap2.hs:45) lookup (Data/IntMap/CharMap2.hs:48) findWithDefault (Data/IntMap/CharMap2.hs:51) empty (Data/IntMap/CharMap2.hs:54) singleton (Data/IntMap/CharMap2.hs:57) insert (Data/IntMap/CharMap2.hs:60) insertWith (Data/IntMap/CharMap2.hs:63) insertWithKey (Data/IntMap/CharMap2.hs:66) insertLookupWithKey (Data/IntMap/CharMap2.hs:70) delete (Data/IntMap/CharMap2.hs:75) adjust (Data/IntMap/CharMap2.hs:78) adjustWithKey (Data/IntMap/CharMap2.hs:81) update (Data/IntMap/CharMap2.hs:85) updateWithKey (Data/IntMap/CharMap2.hs:88) updateLookupWithKey (Data/IntMap/CharMap2.hs:92) union (Data/IntMap/CharMap2.hs:97) unionWith (Data/IntMap/CharMap2.hs:100) unionWithKey (Data/IntMap/CharMap2.hs:103) unions (Data/IntMap/CharMap2.hs:107) unionsWith (Data/IntMap/CharMap2.hs:110) difference (Data/IntMap/CharMap2.hs:113) differenceWith (Data/IntMap/CharMap2.hs:116) differenceWithKey (Data/IntMap/CharMap2.hs:119) intersection (Data/IntMap/CharMap2.hs:123) intersectionWith (Data/IntMap/CharMap2.hs:126) intersectionWithKey (Data/IntMap/CharMap2.hs:129) map (Data/IntMap/CharMap2.hs:133) mapWithKey (Data/IntMap/CharMap2.hs:136) mapAccum (Data/IntMap/CharMap2.hs:140) mapAccumWithKey (Data/IntMap/CharMap2.hs:144) fold (Data/IntMap/CharMap2.hs:149) foldWithKey (Data/IntMap/CharMap2.hs:152) elems (Data/IntMap/CharMap2.hs:156) keys (Data/IntMap/CharMap2.hs:159) keysSet (Data/IntMap/CharMap2.hs:162) assocs (Data/IntMap/CharMap2.hs:165) toList (Data/IntMap/CharMap2.hs:168) fromList (Data/IntMap/CharMap2.hs:171) fromListWith (Data/IntMap/CharMap2.hs:174) fromListWithKey (Data/IntMap/CharMap2.hs:177) toAscList (Data/IntMap/CharMap2.hs:181) fromAscList (Data/IntMap/CharMap2.hs:184) fromAscListWith (Data/IntMap/CharMap2.hs:187) fromAscListWithKey (Data/IntMap/CharMap2.hs:190) fromDistinctAscList (Data/IntMap/CharMap2.hs:194) filter (Data/IntMap/CharMap2.hs:197) filterWithKey (Data/IntMap/CharMap2.hs:200) partition (Data/IntMap/CharMap2.hs:204) partitionWithKey (Data/IntMap/CharMap2.hs:208) mapMaybe (Data/IntMap/CharMap2.hs:213) mapMaybeWithKey (Data/IntMap/CharMap2.hs:216) mapEither (Data/IntMap/CharMap2.hs:220) mapEitherWithKey (Data/IntMap/CharMap2.hs:224) split (Data/IntMap/CharMap2.hs:229) splitLookup (Data/IntMap/CharMap2.hs:233) isSubmapOf (Data/IntMap/CharMap2.hs:237) isSubmapOfBy (Data/IntMap/CharMap2.hs:240) isProperSubmapOf (Data/IntMap/CharMap2.hs:243) isProperSubmapOfBy (Data/IntMap/CharMap2.hs:246) showTree (Data/IntMap/CharMap2.hs:249) showTreeWith (Data/IntMap/CharMap2.hs:252) 51% ( 29 / 57) in 'Text.Regex.TDFA.Common' Missing documentation for: look (Text/Regex/TDFA/Common.hs:24) common_error (Text/Regex/TDFA/Common.hs:27) on (Text/Regex/TDFA/Common.hs:31) mapFst (Text/Regex/TDFA/Common.hs:48) mapSnd (Text/Regex/TDFA/Common.hs:51) fst3 (Text/Regex/TDFA/Common.hs:54) snd3 (Text/Regex/TDFA/Common.hs:57) thd3 (Text/Regex/TDFA/Common.hs:60) flipOrder (Text/Regex/TDFA/Common.hs:63) noWin (Text/Regex/TDFA/Common.hs:68) (Text/Regex/TDFA/Common.hs:75) (Text/Regex/TDFA/Common.hs:79) ExecOption (Text/Regex/TDFA/Common.hs:100) (Text/Regex/TDFA/Common.hs:141) WinEmpty (Text/Regex/TDFA/Common.hs:160) Transition (Text/Regex/TDFA/Common.hs:215) (Text/Regex/TDFA/Common.hs:263) Action (Text/Regex/TDFA/Common.hs:274) OrbitTransformer (Text/Regex/TDFA/Common.hs:275) OrbitLog (Text/Regex/TDFA/Common.hs:276) (Text/Regex/TDFA/Common.hs:278) (Text/Regex/TDFA/Common.hs:283) showQT (Text/Regex/TDFA/Common.hs:286) (Text/Regex/TDFA/Common.hs:300) indent (Text/Regex/TDFA/Common.hs:302) showDT (Text/Regex/TDFA/Common.hs:305) seeDTrans (Text/Regex/TDFA/Common.hs:349) (Text/Regex/TDFA/Common.hs:358) 0% ( 0 / 3) in 'Text.Regex.TDFA.NewDFA.MakeTest' Missing documentation for: Module header test_singleline (Text/Regex/TDFA/NewDFA/MakeTest.hs:10) test_multiline (Text/Regex/TDFA/NewDFA/MakeTest.hs:10) 67% ( 10 / 15) in 'Text.Regex.TDFA.Pattern' Missing documentation for: PatternSet (Text/Regex/TDFA/Pattern.hs:92) PatternSetCharacterClass (Text/Regex/TDFA/Pattern.hs:117) PatternSetCollatingElement (Text/Regex/TDFA/Pattern.hs:119) PatternSetEquivalenceClass (Text/Regex/TDFA/Pattern.hs:121) starTrans' (Text/Regex/TDFA/Pattern.hs:168) 23% ( 3 / 13) in 'Text.Regex.TDFA.CorePattern' Missing documentation for: Q (Text/Regex/TDFA/CorePattern.hs:74) P (Text/Regex/TDFA/CorePattern.hs:59) Wanted (Text/Regex/TDFA/CorePattern.hs:117) TestInfo (Text/Regex/TDFA/CorePattern.hs:84) SetTestInfo (Text/Regex/TDFA/CorePattern.hs:88) NullView (Text/Regex/TDFA/CorePattern.hs:101) patternToQ (Text/Regex/TDFA/CorePattern.hs:299) cleanNullView (Text/Regex/TDFA/CorePattern.hs:185) cannotAccept (Text/Regex/TDFA/CorePattern.hs:237) mustAccept (Text/Regex/TDFA/CorePattern.hs:231) 100% ( 2 / 2) in 'Text.Regex.TDFA.ReadRegex' 50% ( 1 / 2) in 'Text.Regex.TDFA.NewDFA.Engine_FA' Missing documentation for: execMatch (Text/Regex/TDFA/NewDFA/Engine_FA.hs:68) 50% ( 1 / 2) in 'Text.Regex.TDFA.NewDFA.Engine_NC' Missing documentation for: execMatch (Text/Regex/TDFA/NewDFA/Engine_NC.hs:47) 50% ( 1 / 2) in 'Text.Regex.TDFA.NewDFA.Engine_NC_FA' Missing documentation for: execMatch (Text/Regex/TDFA/NewDFA/Engine_NC_FA.hs:34) 50% ( 1 / 2) in 'Text.Regex.TDFA.NewDFA.Engine' Missing documentation for: execMatch (Text/Regex/TDFA/NewDFA/Engine.hs:77) 50% ( 1 / 2) in 'Text.Regex.TDFA.NewDFA.Tester' Missing documentation for: matchTest (Text/Regex/TDFA/NewDFA/Tester.hs:22) 83% ( 5 / 6) in 'Text.Regex.TDFA.TNFA' Missing documentation for: patternToNFA (Text/Regex/TDFA/TNFA.hs:79) 43% ( 3 / 7) in 'Text.Regex.TDFA.TDFA' Missing documentation for: patternToRegex (Text/Regex/TDFA/TDFA.hs:159) examineDFA (Text/Regex/TDFA/TDFA.hs:175) nfaToDFA (Text/Regex/TDFA/TDFA.hs:50) dfaMap (Text/Regex/TDFA/TDFA.hs:162) 64% ( 7 / 11) in 'Text.Regex.TDFA.String' Missing documentation for: ExecOption (Text/Regex/TDFA/Common.hs:100) compile (Text/Regex/TDFA/String.hs:40) execute (Text/Regex/TDFA/String.hs:53) regexec (Text/Regex/TDFA/String.hs:58) 43% ( 3 / 7) in 'Text.Regex.TDFA.ByteString' Missing documentation for: ExecOption (Text/Regex/TDFA/Common.hs:100) compile (Text/Regex/TDFA/ByteString.hs:57) execute (Text/Regex/TDFA/ByteString.hs:66) regexec (Text/Regex/TDFA/ByteString.hs:71) 43% ( 3 / 7) in 'Text.Regex.TDFA.ByteString.Lazy' Missing documentation for: ExecOption (Text/Regex/TDFA/Common.hs:100) compile (Text/Regex/TDFA/ByteString/Lazy.hs:73) execute (Text/Regex/TDFA/ByteString/Lazy.hs:82) regexec (Text/Regex/TDFA/ByteString/Lazy.hs:87) 43% ( 3 / 7) in 'Text.Regex.TDFA.Sequence' Missing documentation for: ExecOption (Text/Regex/TDFA/Common.hs:100) compile (Text/Regex/TDFA/Sequence.hs:62) execute (Text/Regex/TDFA/Sequence.hs:71) regexec (Text/Regex/TDFA/Sequence.hs:76) 83% ( 5 / 6) in 'Text.Regex.TDFA' Missing documentation for: getVersion_Text_Regex_TDFA (Text/Regex/TDFA.hs:70) Documentation created: dist/doc/html/regex-tdfa/index.html, dist/doc/html/regex-tdfa/regex-tdfa.txt Creating package registration file: /tmp/pkgConf-regex-tdfa-1.2915736906101072999.2 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20161018/regex-tdfa-1.2.2-JDBpHysOzmCJBjQ8NG5dyE Registering regex-tdfa-1.2.2... cabal: Leaving directory '/tmp/cabal-tmp-27479/regex-tdfa-1.2.2' Installed regex-tdfa-1.2.2 cabal: Entering directory '/tmp/cabal-tmp-27479/csv-to-qif-0.3.2' Configuring csv-to-qif-0.3.2... Building csv-to-qif-0.3.2... Preprocessing executable 'csv-to-qif' for csv-to-qif-0.3.2... [1 of 4] Compiling Qifer ( src/Qifer.hs, dist/build/csv-to-qif/csv-to-qif-tmp/Qifer.o ) [2 of 4] Compiling QifOptions ( main/QifOptions.hs, dist/build/csv-to-qif/csv-to-qif-tmp/QifOptions.o ) [3 of 4] Compiling Parser ( src/Parser.hs, dist/build/csv-to-qif/csv-to-qif-tmp/Parser.o ) [4 of 4] Compiling Main ( main/Main.hs, dist/build/csv-to-qif/csv-to-qif-tmp/Main.o ) Linking dist/build/csv-to-qif/csv-to-qif ... Warning: No documentation was generated as this package does not contain a library. Perhaps you want to use the --executables, --tests or --benchmarks flags. Installing executable(s) in /home/builder/hackage-server/build-cache/tmp-install/bin Warning: The directory /home/builder/hackage-server/build-cache/tmp-install/bin is not in the system search path. cabal: Leaving directory '/tmp/cabal-tmp-27479/csv-to-qif-0.3.2' Installed csv-to-qif-0.3.2