Resolving dependencies... Configuring explicit-exception-0.1.7.3... Building explicit-exception-0.1.7.3... Preprocessing library explicit-exception-0.1.7.3... [ 1 of 11] Compiling Control.Monad.Label ( src/Control/Monad/Label.hs, dist/build/Control/Monad/Label.o ) src/Control/Monad/Label.hs:17:1: Warning: The import of ‘<*>, pure, Applicative’ from module ‘Control.Applicative’ is redundant [ 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: Module ‘Control.Monad.Trans.Error’ is deprecated: Use Control.Monad.Trans.Except instead src/Control/Monad/Exception/Synchronous.hs:291:26: Warning: 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:292:30: Warning: In the use of ‘runErrorT’ (imported from Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" src/Control/Monad/Exception/Synchronous.hs:294:46: Warning: 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:295:14: Warning: 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.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 ) src/Control/Monad/Exception/Warning.hs:14:1: Warning: The import of ‘Control.Applicative’ is redundant except perhaps to import instances from ‘Control.Applicative’ To import instances alone, use: import Control.Applicative() [ 5 of 11] Compiling Control.Monad.Exception.Label ( src/Control/Monad/Exception/Label.hs, dist/build/Control/Monad/Exception/Label.o ) src/Control/Monad/Exception/Label.hs:15:1: Warning: The import of ‘Control.Applicative’ is redundant except perhaps to import instances from ‘Control.Applicative’ To import instances alone, use: import Control.Applicative() [ 6 of 11] Compiling System.IO.Straight ( src/System/IO/Straight.hs, dist/build/System/IO/Straight.o ) src/System/IO/Straight.hs:20:1: Warning: The import of ‘Control.Applicative’ is redundant except perhaps to import instances from ‘Control.Applicative’ To import instances alone, use: import Control.Applicative() src/System/IO/Straight.hs:68:10: Warning: 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: In the use of ‘Async.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" In-place registering explicit-exception-0.1.7.3... Running Haddock for explicit-exception-0.1.7.3... Running hscolour for explicit-exception-0.1.7.3... Preprocessing library explicit-exception-0.1.7.3... Preprocessing library explicit-exception-0.1.7.3... src/Control/Monad/Label.hs:17:1: Warning: The import of ‘<*>, pure, Applicative’ from module ‘Control.Applicative’ is redundant src/Control/Monad/Exception/Synchronous.hs:71:1: Warning: Module ‘Control.Monad.Trans.Error’ is deprecated: Use Control.Monad.Trans.Except instead src/Control/Monad/Exception/Synchronous.hs:291:26: Warning: 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:292:30: Warning: In the use of ‘runErrorT’ (imported from Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" src/Control/Monad/Exception/Synchronous.hs:294:46: Warning: 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:295:14: Warning: In the use of data constructor ‘ErrorT’ (imported from Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" src/Control/Monad/Exception/Warning.hs:14:1: Warning: The import of ‘Control.Applicative’ is redundant except perhaps to import instances from ‘Control.Applicative’ To import instances alone, use: import Control.Applicative() src/Control/Monad/Exception/Label.hs:15:1: Warning: The import of ‘Control.Applicative’ is redundant except perhaps to import instances from ‘Control.Applicative’ To import instances alone, use: import Control.Applicative() src/System/IO/Straight.hs:20:1: Warning: The import of ‘Control.Applicative’ is redundant except perhaps to import instances from ‘Control.Applicative’ To import instances alone, use: import Control.Applicative() src/System/IO/Straight.hs:68:10: Warning: 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:101) toMaybe (src/Control/Monad/Exception/Synchronous.hs:107) fromEither (src/Control/Monad/Exception/Synchronous.hs:104) toEither (src/Control/Monad/Exception/Synchronous.hs:110) fromExitCode (src/Control/Monad/Exception/Synchronous.hs:123) toExitCode (src/Control/Monad/Exception/Synchronous.hs:117) mapException (src/Control/Monad/Exception/Synchronous.hs:157) mapExceptional (src/Control/Monad/Exception/Synchronous.hs:163) throw (src/Control/Monad/Exception/Synchronous.hs:169) assert (src/Control/Monad/Exception/Synchronous.hs:172) catch (src/Control/Monad/Exception/Synchronous.hs:176) resolve (src/Control/Monad/Exception/Synchronous.hs:193) fromMaybeT (src/Control/Monad/Exception/Synchronous.hs:285) toMaybeT (src/Control/Monad/Exception/Synchronous.hs:288) fromErrorT (src/Control/Monad/Exception/Synchronous.hs:291) toErrorT (src/Control/Monad/Exception/Synchronous.hs:294) fromEitherT (src/Control/Monad/Exception/Synchronous.hs:297) toEitherT (src/Control/Monad/Exception/Synchronous.hs:300) fromExitCodeT (src/Control/Monad/Exception/Synchronous.hs:309) toExitCodeT (src/Control/Monad/Exception/Synchronous.hs:303) switchT (src/Control/Monad/Exception/Synchronous.hs:316) mapExceptionT (src/Control/Monad/Exception/Synchronous.hs:331) mapExceptionalT (src/Control/Monad/Exception/Synchronous.hs:338) throwT (src/Control/Monad/Exception/Synchronous.hs:344) assertT (src/Control/Monad/Exception/Synchronous.hs:348) catchT (src/Control/Monad/Exception/Synchronous.hs:352) resolveT (src/Control/Monad/Exception/Synchronous.hs:380) tryT (src/Control/Monad/Exception/Synchronous.hs:386) manyMonoidT (src/Control/Monad/Exception/Synchronous.hs:409) 44% ( 18 / 41) in 'Control.Monad.Exception.Asynchronous.Strict' Missing documentation for: Module header fromSynchronous (src/Control/Monad/Exception/Asynchronous/Strict.hs:100) fromSynchronousNull (src/Control/Monad/Exception/Asynchronous/Strict.hs:107) fromSynchronousMonoid (src/Control/Monad/Exception/Asynchronous/Strict.hs:110) toSynchronous (src/Control/Monad/Exception/Asynchronous/Strict.hs:115) throwMonoid (src/Control/Monad/Exception/Asynchronous/Strict.hs:127) continue (src/Control/Monad/Exception/Asynchronous/Strict.hs:185) maybeAbort (src/Control/Monad/Exception/Asynchronous/Strict.hs:194) mapException (src/Control/Monad/Exception/Asynchronous/Strict.hs:216) mapExceptional (src/Control/Monad/Exception/Asynchronous/Strict.hs:219) simultaneousBindM (src/Control/Monad/Exception/Asynchronous/Strict.hs:252) sequenceA (src/Control/Monad/Exception/Asynchronous/Strict.hs:280) mapM (src/Control/Monad/Exception/Asynchronous/Strict.hs:285) sequence (src/Control/Monad/Exception/Asynchronous/Strict.hs:289) swapToAsynchronousSynchronous (src/Control/Monad/Exception/Asynchronous/Strict.hs:335) fromSynchronousT (src/Control/Monad/Exception/Asynchronous/Strict.hs:354) fromSynchronousMonoidT (src/Control/Monad/Exception/Asynchronous/Strict.hs:361) mapExceptionT (src/Control/Monad/Exception/Asynchronous/Strict.hs:400) mapExceptionalT (src/Control/Monad/Exception/Asynchronous/Strict.hs:407) throwMonoidT (src/Control/Monad/Exception/Asynchronous/Strict.hs:414) eatNothingT (src/Control/Monad/Exception/Asynchronous/Strict.hs:419) appendM (src/Control/Monad/Exception/Asynchronous/Strict.hs:456) continueM (src/Control/Monad/Exception/Asynchronous/Strict.hs:463) 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:105) fromSynchronousNull (src/Control/Monad/Exception/Asynchronous/Lazy.hs:112) fromSynchronousMonoid (src/Control/Monad/Exception/Asynchronous/Lazy.hs:115) toSynchronous (src/Control/Monad/Exception/Asynchronous/Lazy.hs:120) throwMonoid (src/Control/Monad/Exception/Asynchronous/Lazy.hs:132) continue (src/Control/Monad/Exception/Asynchronous/Lazy.hs:190) maybeAbort (src/Control/Monad/Exception/Asynchronous/Lazy.hs:200) mapException (src/Control/Monad/Exception/Asynchronous/Lazy.hs:222) mapExceptional (src/Control/Monad/Exception/Asynchronous/Lazy.hs:225) simultaneousBindM (src/Control/Monad/Exception/Asynchronous/Lazy.hs:271) sequenceA (src/Control/Monad/Exception/Asynchronous/Lazy.hs:299) mapM (src/Control/Monad/Exception/Asynchronous/Lazy.hs:304) sequence (src/Control/Monad/Exception/Asynchronous/Lazy.hs:308) swapToAsynchronousSynchronous (src/Control/Monad/Exception/Asynchronous/Lazy.hs:354) fromSynchronousT (src/Control/Monad/Exception/Asynchronous/Lazy.hs:374) fromSynchronousMonoidT (src/Control/Monad/Exception/Asynchronous/Lazy.hs:381) mapExceptionT (src/Control/Monad/Exception/Asynchronous/Lazy.hs:420) mapExceptionalT (src/Control/Monad/Exception/Asynchronous/Lazy.hs:427) throwMonoidT (src/Control/Monad/Exception/Asynchronous/Lazy.hs:434) eatNothingT (src/Control/Monad/Exception/Asynchronous/Lazy.hs:439) appendM (src/Control/Monad/Exception/Asynchronous/Lazy.hs:476) continueM (src/Contro src/System/IO/Exception/TextFile.hs:47:4: Warning: In the use of ‘Async.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:483) 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.1.7278722862233665123.3 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/explicit-exception-0.1.7.3-FVF7Pwyg6KX8WqqQm9hog0 Registering explicit-exception-0.1.7.3... Installed explicit-exception-0.1.7.3 Configuring extensible-exceptions-0.1.1.4... Building extensible-exceptions-0.1.1.4... Preprocessing library extensible-exceptions-0.1.1.4... [1 of 1] Compiling Control.Exception.Extensible ( Control/Exception/Extensible.hs, dist/build/Control/Exception/Extensible.o ) In-place registering extensible-exceptions-0.1.1.4... Running Haddock for extensible-exceptions-0.1.1.4... Running hscolour for extensible-exceptions-0.1.1.4... Preprocessing library extensible-exceptions-0.1.1.4... Preprocessing library extensible-exceptions-0.1.1.4... Haddock coverage: 100% ( 2 / 2) in 'Control.Exception.Extensible' Documentation created: dist/doc/html/extensible-exceptions/index.html, dist/doc/html/extensible-exceptions/extensible-exceptions.txt Creating package registration file: /tmp/pkgConf-extensible-exceptions-0.1.1111537764338888228.4 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/extensible-exceptions-0.1.1.4-CmaSmA8CMpz45lfrjKH2bq Registering extensible-exceptions-0.1.1.4... Installed extensible-exceptions-0.1.1.4 Configuring primitive-0.6.1.0... Building primitive-0.6.1.0... Preprocessing library primitive-0.6.1.0... [ 1 of 10] Compiling Data.Primitive.Internal.Compat ( Data/Primitive/Internal/Compat.hs, dist/build/Data/Primitive/Internal/Compat.o ) [ 2 of 10] Compiling Data.Primitive.MachDeps ( Data/Primitive/MachDeps.hs, dist/build/Data/Primitive/MachDeps.o ) [ 3 of 10] Compiling Data.Primitive.Internal.Operations ( Data/Primitive/Internal/Operations.hs, dist/build/Data/Primitive/Internal/Operations.o ) [ 4 of 10] Compiling Control.Monad.Primitive ( Control/Monad/Primitive.hs, dist/build/Control/Monad/Primitive.o ) Control/Monad/Primitive.hs:41:1: Warning: Module ‘Control.Monad.Trans.Error’ is deprecated: Use Control.Monad.Trans.Except instead Control/Monad/Primitive.hs:100:11: Warning: In the use of type constructor or class ‘Error’ (imported from Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" Control/Monad/Primitive.hs:100:47: Warning: In the use of type constructor or class ‘ErrorT’ (imported from Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" Control/Monad/Primitive.hs:101:19: Warning: In the use of type constructor or class ‘ErrorT’ (imported from Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" [ 5 of 10] Compiling Data.Primitive.Types ( Data/Primitive/Types.hs, dist/build/Data/Primitive/Types.o ) [ 6 of 10] Compiling Data.Primitive.Array ( Data/Primitive/Array.hs, dist/build/Data/Primitive/Array.o ) [ 7 of 10] Compiling Data.Primitive.ByteArray ( Data/Primitive/ByteArray.hs, dist/build/Data/Primitive/ByteArray.o ) [ 8 of 10] Compiling Data.Primitive.Addr ( Data/Primitive/Addr.hs, dist/build/Data/Primitive/Addr.o ) [ 9 of 10] Compiling Data.Primitive ( Data/Primitive.hs, dist/build/Data/Primitive.o ) [10 of 10] Compiling Data.Primitive.MutVar ( Data/Primitive/MutVar.hs, dist/build/Data/Primitive/MutVar.o ) In-place registering primitive-0.6.1.0... Running Haddock for primitive-0.6.1.0... Running hscolour for primitive-0.6.1.0... Preprocessing library primitive-0.6.1.0... Preprocessing library primitive-0.6.1.0... Control/Monad/Primitive.hs:41:1: Warning: Module ‘Control.Monad.Trans.Error’ is deprecated: Use Control.Monad.Trans.Except instead Control/Monad/Primitive.hs:100:11: Warning: In the use of type constructor or class ‘Error’ (imported from Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" Control/Monad/Primitive.hs:100:47: Warning: In the use of type constructor or class ‘ErrorT’ (imported from Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" Control/Monad/Primitive.hs:101:19: Warning: In the use of type constructor or class ‘ErrorT’ (imported from Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" Haddock coverage: 100% ( 3 / 3) in 'Data.Primitive.Internal.Compat' 3% ( 1 / 35) in 'Data.Primitive.MachDeps' Missing documentation for: sIZEOF_CHAR (Data/Primitive/MachDeps.hs:19) aLIGNMENT_CHAR (Data/Primitive/MachDeps.hs:19) sIZEOF_INT (Data/Primitive/MachDeps.hs:19) aLIGNMENT_INT (Data/Primitive/MachDeps.hs:19) sIZEOF_WORD (Data/Primitive/MachDeps.hs:19) aLIGNMENT_WORD (Data/Primitive/MachDeps.hs:19) sIZEOF_DOUBLE (Data/Primitive/MachDeps.hs:19) aLIGNMENT_DOUBLE (Data/Primitive/MachDeps.hs:19) sIZEOF_FLOAT (Data/Primitive/MachDeps.hs:19) aLIGNMENT_FLOAT (Data/Primitive/MachDeps.hs:19) sIZEOF_PTR (Data/Primitive/MachDeps.hs:19) aLIGNMENT_PTR (Data/Primitive/MachDeps.hs:19) sIZEOF_FUNPTR (Data/Primitive/MachDeps.hs:19) aLIGNMENT_FUNPTR (Data/Primitive/MachDeps.hs:19) sIZEOF_STABLEPTR (Data/Primitive/MachDeps.hs:19) aLIGNMENT_STABLEPTR (Data/Primitive/MachDeps.hs:19) sIZEOF_INT8 (Data/Primitive/MachDeps.hs:19) aLIGNMENT_INT8 (Data/Primitive/MachDeps.hs:19) sIZEOF_WORD8 (Data/Primitive/MachDeps.hs:19) aLIGNMENT_WORD8 (Data/Primitive/MachDeps.hs:19) sIZEOF_INT16 (Data/Primitive/MachDeps.hs:19) aLIGNMENT_INT16 (Data/Primitive/MachDeps.hs:19) sIZEOF_WORD16 (Data/Primitive/MachDeps.hs:19) aLIGNMENT_WORD16 (Data/Primitive/MachDeps.hs:19) sIZEOF_INT32 (Data/Primitive/MachDeps.hs:19) aLIGNMENT_INT32 (Data/Primitive/MachDeps.hs:19) sIZEOF_WORD32 (Data/Primitive/MachDeps.hs:19) aLIGNMENT_WORD32 (Data/Primitive/MachDeps.hs:19) sIZEOF_INT64 (Data/Primitive/MachDeps.hs:19) aLIGNMENT_INT64 (Data/Primitive/MachDeps.hs:19) sIZEOF_WORD64 (Data/Primitive/MachDeps.hs:19) aLIGNMENT_WORD64 (Data/Primitive/MachDeps.hs:19) Word64_# (Data/Primitive/MachDeps.hs:120) Int64_# (Data/Primitive/MachDeps.hs:121) 3% ( 1 / 29) in 'Data.Primitive.Internal.Operations' Missing documentation for: setWord8Array# (Data/Primitive/Internal/Operations.hs:33) setWord16Array# (Data/Primitive/Internal/Operations.hs:35) setWord32Array# (Data/Primitive/Internal/Operations.hs:37) setWord64Array# (Data/Primitive/Internal/Operations.hs:39) setWordArray# (Data/Primitive/Internal/Operations.hs:41) setInt8Array# (Data/Primitive/Internal/Operations.hs:43) setInt16Array# (Data/Primitive/Internal/Operations.hs:45) setInt32Array# (Data/Primitive/Internal/Operations.hs:47) setInt64Array# (Data/Primitive/Internal/Operations.hs:49) setIntArray# (Data/Primitive/Internal/Operations.hs:51) setAddrArray# (Data/Primitive/Internal/Operations.hs:53) setFloatArray# (Data/Primitive/Internal/Operations.hs:55) setDoubleArray# (Data/Primitive/Internal/Operations.hs:57) setWideCharArray# (Data/Primitive/Internal/Operations.hs:59) setWord8OffAddr# (Data/Primitive/Internal/Operations.hs:62) setWord16OffAddr# (Data/Primitive/Internal/Operations.hs:64) setWord32OffAddr# (Data/Primitive/Internal/Operations.hs:66) setWord64OffAddr# (Data/Primitive/Internal/Operations.hs:68) setWordOffAddr# (Data/Primitive/Internal/Operations.hs:70) setInt8OffAddr# (Data/Primitive/Internal/Operations.hs:72) setInt16OffAddr# (Data/Primitive/Internal/Operations.hs:74) setInt32OffAddr# (Data/Primitive/Internal/Operations.hs:76) setInt64OffAddr# (Data/Primitive/Internal/Operations.hs:78) setIntOffAddr# (Data/Primitive/Internal/Operations.hs:80) setAddrOffAddr# (Data/Primitive/Internal/Operations.hs:82) setFloatOffAddr# (Data/Primitive/Internal/Operations.hs:84) setDoubleOffAddr# (Data/Primitive/Internal/Operations.hs:86) setWideCharOffAddr# (Data/Primitive/Internal/Operations.hs:88) 75% ( 12 / 16) in 'Control.Monad.Primitive' Missing documentation for: unsafeInlinePrim (Control/Monad/Primitive.hs:189) unsafeInlineIO (Control/Monad/Primitive.hs:193) unsafeInlineST (Control/Monad/Primitive.hs:197) touch (Control/Monad/Primitive.hs:201) 100% ( 3 / 3) in 'Data.Primitive.Types' 100% ( 15 / 15) in 'Data.Primitive.Array' 93% ( 27 / 29) in 'Data.Primitive.ByteArray' Missing documentation for: ByteArray# MutableByteArray# 100% ( 16 / 16) in 'Data.Primitive.Addr' 100% ( 7 / 7) in 'Data.Primitive' 100% ( 9 / 9) in 'Data.Primitive.MutVar' Documentation created: dist/doc/html/primitive/index.html, dist/doc/html/primitive/primitive.txt Creating package registration file: /tmp/pkgConf-primitive-0.6.11544617505243268139.0 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/primitive-0.6.1.0-5Jnw7oEuYtM9dmKXelGXVb Registering primitive-0.6.1.0... Installed primitive-0.6.1.0 Configuring random-1.1... Building random-1.1... Preprocessing library random-1.1... [1 of 1] Compiling System.Random ( System/Random.hs, dist/build/System/Random.o ) System/Random.hs:43:1: Warning: Tab character System/Random.hs:45:1: Warning: Tab character System/Random.hs:47:1: Warning: Tab character System/Random.hs:53:1: Warning: Tab character System/Random.hs:55:1: Warning: Tab character System/Random.hs:56:1: Warning: Tab character System/Random.hs:57:1: Warning: Tab character System/Random.hs:59:1: Warning: Tab character System/Random.hs:61:1: Warning: Tab character System/Random.hs:63:1: Warning: Tab character System/Random.hs:64:1: Warning: Tab character System/Random.hs:65:1: Warning: Tab character System/Random.hs:66:1: Warning: Tab character System/Random.hs:68:1: Warning: Tab character System/Random.hs:69:1: Warning: Tab character System/Random.hs:70:1: Warning: Tab character System/Random.hs:71:1: Warning: Tab character System/Random.hs:73:1: Warning: Tab character System/Random.hs:74:1: Warning: Tab character System/Random.hs:76:1: Warning: Tab character System/Random.hs:90:22: Warning: Tab character System/Random.hs:91:17: Warning: Tab character System/Random.hs:94:17: Warning: Tab character System/Random.hs:102:15: Warning: Tab character System/Random.hs:240:1: Warning: Tab character System/Random.hs:241:1: Warning: Tab character System/Random.hs:249:1: Warning: Tab character System/Random.hs:269:1: Warning: Tab character System/Random.hs:270:1: Warning: Tab character System/Random.hs:271:1: Warning: Tab character System/Random.hs:272:1: Warning: Tab character System/Random.hs:273:1: Warning: Tab character System/Random.hs:326:11: Warning: Tab character System/Random.hs:343:11: Warning: Tab character System/Random.hs:384:11: Warning: Tab character System/Random.hs:395:1: Warning: Tab character System/Random.hs:396:1: Warning: Tab character System/Random.hs:396:20: Warning: Tab character System/Random.hs:397:1: Warning: Tab character System/Random.hs:397:20: Warning: Tab character System/Random.hs:399:11: Warning: Tab character System/Random.hs:406:1: Warning: Tab character System/Random.hs:415:1: Warning: Tab character System/Random.hs:428:1: Warning: Tab character System/Random.hs:429:1: Warning: Tab character System/Random.hs:430:1: Warning: Tab character System/Random.hs:440:3: Warning: Tab character System/Random.hs:502:1: Warning: Tab character System/Random.hs:503:1: Warning: Tab character System/Random.hs:504:1: Warning: Tab character System/Random.hs:506:1: Warning: Tab character System/Random.hs:507:1: Warning: Tab character System/Random.hs:508:1: Warning: Tab character System/Random.hs:519:1: Warning: Tab character System/Random.hs:519:14: Warning: Tab character System/Random.hs:520:1: Warning: Tab character System/Random.hs:522:1: Warning: Tab character System/Random.hs:523:1: Warning: Tab character System/Random.hs:524:1: Warning: Tab character System/Random.hs:526:1: Warning: Tab character System/Random.hs:527:1: Warning: Tab character System/Random.hs:528:1: Warning: Tab character In-place registering random-1.1... Running Haddock for random-1.1... Running hscolour for random-1.1... Preprocessing library random-1.1... Preprocessing library random-1.1... System/Random.hs:43:1: Warning: Tab character System/Random.hs:45:1: Warning: Tab character System/Random.hs:47:1: Warning: Tab character System/Random.hs:53:1: Warning: Tab character System/Random.hs:55:1: Warning: Tab character System/Random.hs:56:1: Warning: Tab character System/Random.hs:57:1: Warning: Tab character System/Random.hs:59:1: Warning: Tab character System/Random.hs:61:1: Warning: Tab character System/Random.hs:63:1: Warning: Tab character System/Random.hs:64:1: Warning: Tab character System/Random.hs:65:1: Warning: Tab character System/Random.hs:66:1: Warning: Tab character System/Random.hs:68:1: Warning: Tab character System/Random.hs:69:1: Warning: Tab character System/Random.hs:70:1: Warning: Tab character System/Random.hs:71:1: Warning: Tab character System/Random.hs:73:1: Warning: Tab character System/Random.hs:74:1: Warning: Tab character System/Random.hs:76:1: Warning: Tab character System/Random.hs:90:22: Warning: Tab character System/Random.hs:91:17: Warning: Tab character System/Random.hs:94:17: Warning: Tab character System/Random.hs:102:15: Warning: Tab character System/Random.hs:240:1: Warning: Tab character System/Random.hs:241:1: Warning: Tab character System/Random.hs:249:1: Warning: Tab character System/Random.hs:269:1: Warning: Tab character System/Random.hs:270:1: Warning: Tab character System/Random.hs:271:1: Warning: Tab character System/Random.hs:272:1: Warning: Tab character System/Random.hs:273:1: Warning: Tab character System/Random.hs:326:11: Warning: Tab character System/Random.hs:343:11: Warning: Tab character System/Random.hs:384:11: Warning: Tab character System/Random.hs:395:1: Warning: Tab character System/Random.hs:396:1: Warning: Tab character System/Random.hs:396:20: Warning: Tab character System/Random.hs:397:1: Warning: Tab character System/Random.hs:397:20: Warning: Tab character System/Random.hs:399:11: Warning: Tab character System/Random.hs:406:1: Warning: Tab character System/Random.hs:415:1: Warning: Tab character System/Random.hs:428:1: Warning: Tab character System/Random.hs:429:1: Warning: Tab character System/Random.hs:430:1: Warning: Tab character System/Random.hs:440:3: Warning: Tab character System/Random.hs:502:1: Warning: Tab character System/Random.hs:503:1: Warning: Tab character System/Random.hs:504:1: Warning: Tab character System/Random.hs:506:1: Warning: Tab character System/Random.hs:507:1: Warning: Tab character System/Random.hs:508:1: Warning: Tab character System/Random.hs:519:1: Warning: Tab character System/Random.hs:519:14: Warning: Tab character System/Random.hs:520:1: Warning: Tab character System/Random.hs:522:1: Warning: Tab character System/Random.hs:523:1: Warning: Tab character System/Random.hs:524:1: Warning: Tab character System/Random.hs:526:1: Warning: Tab character System/Random.hs:527:1: Warning: Tab character System/Random.hs:528:1: Warning: Tab character Haddock coverage: Cannot find documentation for: $intro 100% ( 16 / 16) in 'System.Random' Documentation created: dist/doc/html/random/index.html, dist/doc/html/random/random.txt Creating package registration file: /tmp/pkgConf-random-116820852731662981776.1 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/random-1.1-1z8Ujelqc6aKgvPnbRUKkP Registering random-1.1... Installed random-1.1 Configuring syb-0.4.4... Building syb-0.4.4... Preprocessing library syb-0.4.4... [ 1 of 16] Compiling Data.Generics.Basics ( src/Data/Generics/Basics.hs, dist/build/Data/Generics/Basics.o ) [ 2 of 16] Compiling Generics.SYB.Basics ( src/Generics/SYB/Basics.hs, dist/build/Generics/SYB/Basics.o ) [ 3 of 16] Compiling Data.Generics.Instances ( src/Data/Generics/Instances.hs, dist/build/Data/Generics/Instances.o ) [ 4 of 16] Compiling Generics.SYB.Instances ( src/Generics/SYB/Instances.hs, dist/build/Generics/SYB/Instances.o ) [ 5 of 16] Compiling Data.Generics.Aliases ( src/Data/Generics/Aliases.hs, dist/build/Data/Generics/Aliases.o ) [ 6 of 16] Compiling Data.Generics.Schemes ( src/Data/Generics/Schemes.hs, dist/build/Data/Generics/Schemes.o ) [ 7 of 16] Compiling Generics.SYB.Schemes ( src/Generics/SYB/Schemes.hs, dist/build/Generics/SYB/Schemes.o ) [ 8 of 16] Compiling Data.Generics.Text ( src/Data/Generics/Text.hs, dist/build/Data/Generics/Text.o ) [ 9 of 16] Compiling Generics.SYB.Text ( src/Generics/SYB/Text.hs, dist/build/Generics/SYB/Text.o ) [10 of 16] Compiling Data.Generics.Twins ( src/Data/Generics/Twins.hs, dist/build/Data/Generics/Twins.o ) [11 of 16] Compiling Generics.SYB.Twins ( src/Generics/SYB/Twins.hs, dist/build/Generics/SYB/Twins.o ) [12 of 16] Compiling Data.Generics.Builders ( src/Data/Generics/Builders.hs, dist/build/Data/Generics/Builders.o ) [13 of 16] Compiling Generics.SYB.Builders ( src/Generics/SYB/Builders.hs, dist/build/Generics/SYB/Builders.o ) [14 of 16] Compiling Generics.SYB.Aliases ( src/Generics/SYB/Aliases.hs, dist/build/Generics/SYB/Aliases.o ) [15 of 16] Compiling Data.Generics ( src/Data/Generics.hs, dist/build/Data/Generics.o ) [16 of 16] Compiling Generics.SYB ( src/Generics/SYB.hs, dist/build/Generics/SYB.o ) In-place registering syb-0.4.4... Running Haddock for syb-0.4.4... Running hscolour for syb-0.4.4... Preprocessing library syb-0.4.4... Preprocessing library syb-0.4.4... Haddock coverage: 100% ( 2 / 2) in 'Data.Generics.Basics' 100% ( 2 / 2) in 'Generics.SYB.Basics' 100% ( 1 / 1) in 'Data.Generics.Instances' 100% ( 1 / 1) in 'Generics.SYB.Instances' 96% ( 43 / 45) in 'Data.Generics.Aliases' Missing documentation for: GenericQ' (src/Data/Generics/Aliases.hs:268) GenericM' (src/Data/Generics/Aliases.hs:269) 100% ( 19 / 19) in 'Data.Generics.Schemes' 100% ( 2 / 2) in 'Generics.SYB.Schemes' 100% ( 6 / 6) in 'Data.Generics.Text' 100% ( 2 / 2) in 'Generics.SYB.Text' 100% ( 16 / 16) in 'Data.Generics.Twins' 100% ( 2 / 2) in 'Generics.SYB.Twins' 100% ( 3 / 3) in 'Data.Generics.Builders' 100% ( 2 / 2) in 'Generics.SYB.Builders' 100% ( 2 / 2) in 'Generics.SYB.Aliases' 100% ( 8 / 8) in 'Data.Generics' 100% ( 2 / 2) in 'Generics.SYB' Documentation created: dist/doc/html/syb/index.html, dist/doc/html/syb/syb.txt Creating package registration file: /tmp/pkgConf-syb-0.42356491571448703729.4 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/syb-0.4.4-HXdJjHFXhlk7hr6SnBkoe9 Registering syb-0.4.4... Installed syb-0.4.4 Configuring unsafe-0.0... Building unsafe-0.0... Preprocessing library unsafe-0.0... [1 of 1] Compiling System.Unsafe ( src-new/System/Unsafe.hs, dist/build/System/Unsafe.o ) In-place registering unsafe-0.0... Running Haddock for unsafe-0.0... Running hscolour for unsafe-0.0... Preprocessing library unsafe-0.0... Preprocessing library unsafe-0.0... Haddock coverage: 0% ( 0 / 8) in 'System.Unsafe' Missing documentation for: Module header performIO (src-new/System/Unsafe.hs:14) interleaveIO (src-new/System/Unsafe.hs:17) interleaveST (src-new/System/Unsafe.hs:20) ioToST (src-new/System/Unsafe.hs:23) stToIO (src-new/System/Unsafe.hs:26) foreignPtrToPtr (src-new/System/Unsafe.hs:29) coerce (src-new/System/Unsafe.hs:32) Documentation created: dist/doc/html/unsafe/index.html, dist/doc/html/unsafe/unsafe.txt Creating package registration file: /tmp/pkgConf-unsafe-04315301261421186593.0 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/unsafe-0.0-FkeMFkldgrU3aC4LmHfKOW Registering unsafe-0.0... Installed unsafe-0.0 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 ) [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 ) src/Data/Record/HT/Private.hs:3:1: Warning: The import of ‘Data.Monoid’ is redundant except perhaps to import instances from ‘Data.Monoid’ To import instances alone, use: import Data.Monoid() [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 ) In-place registering utility-ht-0.0.11... 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... 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' (s src/Data/Record/HT/Private.hs:3:1: Warning: The import of ‘Data.Monoid’ is redundant except perhaps to import instances from ‘Data.Monoid’ To import instances alone, use: import Data.Monoid() rc/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.06903677701434433518.11 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/utility-ht-0.0.11-2TDzwuUXV1L537S7AEMkBP Registering utility-ht-0.0.11... Installed utility-ht-0.0.11 Configuring tf-random-0.5... Building tf-random-0.5... Preprocessing library tf-random-0.5... [1 of 4] Compiling System.Random.TF.Gen ( src/System/Random/TF/Gen.hs, dist/build/System/Random/TF/Gen.o ) [2 of 4] Compiling System.Random.TF.Init ( src/System/Random/TF/Init.hs, dist/build/System/Random/TF/Init.o ) src/System/Random/TF/Init.hs:94:5: Warning: In the use of ‘bitSize’ (imported from Data.Bits): Deprecated: "Use 'bitSizeMaybe' or 'finiteBitSize' instead" [3 of 4] Compiling System.Random.TF.Instances ( src/System/Random/TF/Instances.hs, dist/build/System/Random/TF/Instances.o ) [4 of 4] Compiling System.Random.TF ( src/System/Random/TF.hs, dist/build/System/Random/TF.o ) In-place registering tf-random-0.5... Running Haddock for tf-random-0.5... Running hscolour for tf-random-0.5... Preprocessing library tf-random-0.5... Preprocessing library tf-random-0.5... src/System/Random/TF/Init.hs:94:5: Warning: In the use of ‘bitSize’ (imported from Data.Bits): Deprecated: "Use 'bitSizeMaybe' or 'finiteBitSize' instead" Haddock coverage: 100% ( 4 / 4) in 'System.Random.TF.Gen' 83% ( 5 / 6) in 'System.Random.TF.Init' Missing documentation for: Module header 33% ( 1 / 3) in 'System.Random.TF.Instances' Missing documentation for: Random (src/System/Random/TF/Instances.hs:37) randomEnum (src/System/Random/TF/Instances.hs:205) 100% ( 3 / 3) in 'System.Random.TF' Documentation created: dist/doc/html/tf-random/index.html, dist/doc/html/tf-random/tf-random.txt Creating package registration file: /tmp/pkgConf-tf-random-019281893001931706506.5 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/tf-random-0.5-28prfR75qTK8HkPsc02Mdm Registering tf-random-0.5... Installed tf-random-0.5 Configuring storable-record-0.0.3... Building storable-record-0.0.3... Preprocessing library storable-record-0.0.3... [1 of 7] Compiling Foreign.Storable.Newtype ( src/Foreign/Storable/Newtype.hs, dist/build/Foreign/Storable/Newtype.o ) [2 of 7] Compiling Foreign.Storable.FixedArray ( src/Foreign/Storable/FixedArray.hs, dist/build/Foreign/Storable/FixedArray.o ) [3 of 7] Compiling Foreign.Storable.Traversable ( src/Foreign/Storable/Traversable.hs, dist/build/Foreign/Storable/Traversable.o ) [4 of 7] Compiling Foreign.Storable.RecordMinimalSize ( src/Foreign/Storable/RecordMinimalSize.hs, dist/build/Foreign/Storable/RecordMinimalSize.o ) src/Foreign/Storable/RecordMinimalSize.hs:73:1: Warning: The import of ‘Control.Applicative’ is redundant except perhaps to import instances from ‘Control.Applicative’ To import instances alone, use: import Control.Applicative() src/Foreign/Storable/RecordMinimalSize.hs:75:1: Warning: The import of ‘Data.Monoid’ is redundant except perhaps to import instances from ‘Data.Monoid’ To import instances alone, use: import Data.Monoid() [5 of 7] Compiling Foreign.Storable.RecordReaderPtr ( src/Foreign/Storable/RecordReaderPtr.hs, dist/build/Foreign/Storable/RecordReaderPtr.o ) src/Foreign/Storable/RecordReaderPtr.hs:73:1: Warning: The import of ‘Control.Applicative’ is redundant except perhaps to import instances from ‘Control.Applicative’ To import instances alone, use: import Control.Applicative() src/Foreign/Storable/RecordReaderPtr.hs:75:1: Warning: The import of ‘Data.Monoid’ is redundant except perhaps to import instances from ‘Data.Monoid’ To import instances alone, use: import Data.Monoid() [6 of 7] Compiling Foreign.Storable.TraversableUnequalSizes ( src/Foreign/Storable/TraversableUnequalSizes.hs, dist/build/Foreign/Storable/TraversableUnequalSizes.o ) [7 of 7] Compiling Foreign.Storable.Record ( src/Foreign/Storable/Record.hs, dist/build/Foreign/Storable/Record.o ) src/Foreign/Storable/Record.hs:70:1: Warning: The import of ‘Control.Applicative’ is redundant except perhaps to import instances from ‘Control.Applicative’ To import instances alone, use: import Control.Applicative() src/Foreign/Storable/Record.hs:72:1: Warning: The import of ‘Data.Monoid’ is redundant except perhaps to import instances from ‘Data.Monoid’ To import instances alone, use: import Data.Monoid() In-place registering storable-record-0.0.3... Running Haddock for storable-record-0.0.3... Running hscolour for storable-record-0.0.3... Preprocessing library storable-record-0.0.3... Preprocessing library storable-record-0.0.3... src/Foreign/Storable/RecordMinimalSize.hs:73:1: Warning: The import of ‘Control.Applicative’ is redundant except perhaps to import instances from ‘Control.Applicative’ To import instances alone, use: import Control.Applicative() src/Foreign/Storable/RecordMinimalSize.hs:75:1: Warning: The import of ‘Data.Monoid’ is redundant except perhaps to import instances from ‘Data.Monoid’ To import instances alone, use: import Data.Monoid() src/Foreign/Storable/RecordReaderPtr.hs:73:1: Warning: The import of ‘Control.Applicative’ is redundant except perhaps to import instances from ‘Control.Applicative’ To import instances alone, use: import Control.Applicative() src/Foreign/Storable/RecordReaderPtr.hs:75:1: Warning: The import of ‘Data.Monoid’ is redundant except perhaps to import instances from ‘Data.Monoid’ To import instances alone, use: import Data.Monoid() src/Foreign/Storable/Record.hs:70:1: Warning: The import of ‘Control.Applicative’ is redundant except perhaps to import instances from ‘Control.Applicative’ To import instances alone, use: import Control.Applicative() src/Foreign/Storable/Record.hs:72:1: Warning: The import of ‘Data.Monoid’ is redundant except perhaps to import instances from ‘Data.Monoid’ To import instances alone, use: import Data.Monoid() Haddock coverage: 20% ( 1 / 5) in 'Foreign.Storable.Newtype' Missing documentation for: sizeOf (src/Foreign/Storable/Newtype.hs:23) alignment (src/Foreign/Storable/Newtype.hs:26) peek (src/Foreign/Storable/Newtype.hs:30) poke (src/Foreign/Storable/Newtype.hs:35) 0% ( 0 / 6) in 'Foreign.Storable.FixedArray' Missing documentation for: Module header roundUp (src/Foreign/Storable/FixedArray.hs:12) sizeOfArray (src/Foreign/Storable/FixedArray.hs:16) pokeNext (src/Foreign/Storable/FixedArray.hs:21) peekNext (src/Foreign/Storable/FixedArray.hs:29) run (src/Foreign/Storable/FixedArray.hs:36) 50% ( 3 / 6) in 'Foreign.Storable.Traversable' Missing documentation for: alignment (src/Foreign/Storable/Traversable.hs:62) sizeOf (src/Foreign/Storable/Traversable.hs:68) poke (src/Foreign/Storable/Traversable.hs:117) 11% ( 1 / 9) in 'Foreign.Storable.RecordMinimalSize' Missing documentation for: Dictionary (src/Foreign/Storable/RecordMinimalSize.hs:84) Access (src/Foreign/Storable/RecordMinimalSize.hs:91) element (src/Foreign/Storable/RecordMinimalSize.hs:138) run (src/Foreign/Storable/RecordMinimalSize.hs:155) alignment (src/Foreign/Storable/RecordMinimalSize.hs:163) sizeOf (src/Foreign/Storable/RecordMinimalSize.hs:169) peek (src/Foreign/Storable/RecordMinimalSize.hs:174) poke (src/Foreign/Storable/RecordMinimalSize.hs:179) 11% ( 1 / 9) in 'Foreign.Storable.RecordReaderPtr' Missing documentation for: Dictionary (src/Foreign/Storable/RecordReaderPtr.hs:84) Access (src/Foreign/Storable/RecordReaderPtr.hs:91) element (src/Foreign/Storable/RecordReaderPtr.hs:138) run (src/Foreign/Storable/RecordReaderPtr.hs:155) alignment (src/Foreign/Storable/RecordReaderPtr.hs:163) sizeOf (src/Foreign/Storable/RecordReaderPtr.hs:168) peek (src/Foreign/Storable/RecordReaderPtr.hs:173) poke (src/Foreign/Storable/RecordReaderPtr.hs:178) 20% ( 1 / 5) in 'Foreign.Storable.TraversableUnequalSizes' Missing documentation for: alignment (src/Foreign/Storable/TraversableUnequalSizes.hs:29) sizeOf (src/Foreign/Storable/TraversableUnequalSizes.hs:36) peek (src/Foreign/Storable/TraversableUnequalSizes.hs:49) poke (src/Foreign/Storable/TraversableUnequalSizes.hs:68) 11% ( 1 / 9) in 'Foreign.Storable.Record' Missing documentation for: Dictionary (src/Foreign/Storable/Record.hs:81) Access (src/Foreign/Storable/Record.hs:88) element (src/Foreign/Storable/Record.hs:141) run (src/Foreign/Storable/Record.hs:156) alignment (src/Foreign/Storable/Record.hs:164) sizeOf (src/Foreign/Storable/Record.hs:169) peek (src/Foreign/Storable/Record.hs:174) poke (src/Foreign/Storable/Record.hs:179) Documentation created: dist/doc/html/storable-record/index.html, dist/doc/html/storable-record/storable-record.txt Creating package registration file: /tmp/pkgConf-storable-record-0.07883809021321756868.3 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/storable-record-0.0.3-B9XA5GdAgYc4fDmgk3lkbE Registering storable-record-0.0.3... Installed storable-record-0.0.3 Configuring QuickCheck-2.8.1... Building QuickCheck-2.8.1... Preprocessing library QuickCheck-2.8.1... Test/QuickCheck/Arbitrary.hs:6:37: Warning: -XOverlappingInstances is deprecated: instead use per-instance pragmas OVERLAPPING/OVERLAPPABLE/OVERLAPS [ 1 of 15] Compiling Test.QuickCheck.Random ( Test/QuickCheck/Random.hs, dist/build/Test/QuickCheck/Random.o ) [ 2 of 15] Compiling Test.QuickCheck.Exception ( Test/QuickCheck/Exception.hs, dist/build/Test/QuickCheck/Exception.o ) [ 3 of 15] Compiling Test.QuickCheck.Text ( Test/QuickCheck/Text.hs, dist/build/Test/QuickCheck/Text.o ) [ 4 of 15] Compiling Test.QuickCheck.State ( Test/QuickCheck/State.hs, dist/build/Test/QuickCheck/State.o ) [ 5 of 15] Compiling Test.QuickCheck.Gen ( Test/QuickCheck/Gen.hs, dist/build/Test/QuickCheck/Gen.o ) [ 6 of 15] Compiling Test.QuickCheck.Gen.Unsafe ( Test/QuickCheck/Gen/Unsafe.hs, dist/build/Test/QuickCheck/Gen/Unsafe.o ) [ 7 of 15] Compiling Test.QuickCheck.Arbitrary ( Test/QuickCheck/Arbitrary.hs, dist/build/Test/QuickCheck/Arbitrary.o ) [ 8 of 15] Compiling Test.QuickCheck.Modifiers ( Test/QuickCheck/Modifiers.hs, dist/build/Test/QuickCheck/Modifiers.o ) [ 9 of 15] Compiling Test.QuickCheck.Poly ( Test/QuickCheck/Poly.hs, dist/build/Test/QuickCheck/Poly.o ) [10 of 15] Compiling Test.QuickCheck.Function ( Test/QuickCheck/Function.hs, dist/build/Test/QuickCheck/Function.o ) [11 of 15] Compiling Test.QuickCheck.Property ( Test/QuickCheck/Property.hs, dist/build/Test/QuickCheck/Property.o ) [12 of 15] Compiling Test.QuickCheck.Test ( Test/QuickCheck/Test.hs, dist/build/Test/QuickCheck/Test.o ) [13 of 15] Compiling Test.QuickCheck.All ( Test/QuickCheck/All.hs, dist/build/Test/QuickCheck/All.o ) [14 of 15] Compiling Test.QuickCheck.Monadic ( Test/QuickCheck/Monadic.hs, dist/build/Test/QuickCheck/Monadic.o ) [15 of 15] Compiling Test.QuickCheck ( Test/QuickCheck.hs, dist/build/Test/QuickCheck.o ) In-place registering QuickCheck-2.8.1... Running Haddock for QuickCheck-2.8.1... Running hscolour for QuickCheck-2.8.1... Preprocessing library QuickCheck-2.8.1... Preprocessing library QuickCheck-2.8.1... Test/QuickCheck/Arbitrary.hs:6:37: Warning: -XOverlappingInstances is deprecated: instead use per-instance pragmas OVERLAPPING/OVERLAPPABLE/OVERLAPS Haddock coverage: 10% ( 2 / 20) in 'Test.QuickCheck.Random' Missing documentation for: newTheGen (Test/QuickCheck/Random.hs:17) bits (Test/QuickCheck/Random.hs:20) mask (Test/QuickCheck/Random.hs:20) doneBit (Test/QuickCheck/Random.hs:20) chip (Test/QuickCheck/Random.hs:25) chop (Test/QuickCheck/Random.hs:30) stop (Test/QuickCheck/Random.hs:33) mkTheGen (Test/QuickCheck/Random.hs:36) (Test/QuickCheck/Random.hs:65) (Test/QuickCheck/Random.hs:67) (Test/QuickCheck/Random.hs:70) newQCGen (Test/QuickCheck/Random.hs:79) mkQCGen (Test/QuickCheck/Random.hs:82) bigNatVariant (Test/QuickCheck/Random.hs:85) natVariant (Test/QuickCheck/Random.hs:91) variantTheGen (Test/QuickCheck/Random.hs:97) boolVariant (Test/QuickCheck/Random.hs:103) variantQCGen (Test/QuickCheck/Random.hs:107) 33% ( 3 / 9) in 'Test.QuickCheck.Exception' Missing documentation for: AnException (Test/QuickCheck/Exception.hs:47) tryEvaluate (Test/QuickCheck/Exception.hs:79) tryEvaluateIO (Test/QuickCheck/Exception.hs:82) evaluate (Test/QuickCheck/Exception.hs:86) isDiscard (Test/QuickCheck/Exception.hs:114) finally (Test/QuickCheck/Exception.hs:129) 6% ( 1 / 18) in 'Test.QuickCheck.Text' Missing documentation for: Str (Test/QuickCheck/Text.hs:46) ranges (Test/QuickCheck/Text.hs:51) number (Test/QuickCheck/Text.hs:59) short (Test/QuickCheck/Text.hs:62) showErr (Test/QuickCheck/Text.hs:70) oneLine (Test/QuickCheck/Text.hs:73) isOneLine (Test/QuickCheck/Text.hs:76) bold (Test/QuickCheck/Text.hs:79) newTerminal (Test/QuickCheck/Text.hs:90) withStdioTerminal (Test/QuickCheck/Text.hs:104) withNullTerminal (Test/QuickCheck/Text.hs:108) terminalOutput (Test/QuickCheck/Text.hs:112) handle (Test/QuickCheck/Text.hs:115) Terminal (Test/QuickCheck/Text.hs:87) putTemp (Test/QuickCheck/Text.hs:126) putPart (Test/QuickCheck/Text.hs:126) putLine (Test/QuickCheck/Text.hs:126) 100% ( 2 / 2) in 'Test.QuickCheck.State' 89% ( 25 / 28) in 'Test.QuickCheck.Gen' Missing documentation for: (Test/QuickCheck/Gen.hs:46) (Test/QuickCheck/Gen.hs:50) (Test/QuickCheck/Gen.hs:54) 80% ( 4 / 5) in 'Test.QuickCheck.Gen.Unsafe' Missing documentation for: Capture (Test/QuickCheck/Gen/Unsafe.hs:50) 100% ( 32 / 32) in 'Test.QuickCheck.Arbitrary' 93% ( 14 / 15) in 'Test.QuickCheck.Modifiers' Missing documentation for: ShrinkState (Test/QuickCheck/Modifiers.hs:323) 14% ( 1 / 7) in 'Test.QuickCheck.Poly' Missing documentation for: A (Test/QuickCheck/Poly.hs:29) B (Test/QuickCheck/Poly.hs:44) C (Test/QuickCheck/Poly.hs:59) OrdA (Test/QuickCheck/Poly.hs:77) OrdB (Test/QuickCheck/Poly.hs:96) OrdC (Test/QuickCheck/Poly.hs:115) 38% ( 3 / 8) in 'Test.QuickCheck.Function' Missing documentation for: Fun (Test/QuickCheck/Function.hs:275) apply (Test/QuickCheck/Function.hs:289) Function (Test/QuickCheck/Function.hs:106) functionMap (Test/QuickCheck/Function.hs:142) functionShow (Test/QuickCheck/Function.hs:145) 62% ( 44 / 71) in 'Test.QuickCheck.Property' Missing documentation for: (Test/QuickCheck/Property.hs:95) (Test/QuickCheck/Property.hs:99) (Test/QuickCheck/Property.hs:103) (Test/QuickCheck/Property.hs:107) (Test/QuickCheck/Property.hs:111) (Test/QuickCheck/Property.hs:114) (Test/QuickCheck/Property.hs:131) protect (Test/QuickCheck/Property.hs:135) Prop (Test/QuickCheck/Property.hs:141) Rose (Test/QuickCheck/Property.hs:145) ioRose (Test/QuickCheck/Property.hs:148) joinRose (Test/QuickCheck/Property.hs:151) (Test/QuickCheck/Property.hs:160) (Test/QuickCheck/Property.hs:165) (Test/QuickCheck/Property.hs:170) CallbackKind (Test/QuickCheck/Property.hs:204) exception (Test/QuickCheck/Property.hs:220) formatException (Test/QuickCheck/Property.hs:226) protectResult (Test/QuickCheck/Property.hs:231) succeeded (Test/QuickCheck/Property.hs:234) failed (Test/QuickCheck/Property.hs:234) rejected (Test/QuickCheck/Property.hs:234) liftBool (Test/QuickCheck/Property.hs:255) mapResult (Test/QuickCheck/Property.hs:259) mapTotalResult (Test/QuickCheck/Property.hs:262) mapRoseResult (Test/QuickCheck/Property.hs:266) mapProp (Test/QuickCheck/Property.hs:269) 50% ( 14 / 28) in 'Test.QuickCheck.Test' Missing documentation for: test (Test/QuickCheck/Test.hs:179) doneTesting (Test/QuickCheck/Test.hs:185) giveUp (Test/QuickCheck/Test.hs:215) runATest (Test/QuickCheck/Test.hs:231) summary (Test/QuickCheck/Test.hs:297) success (Test/QuickCheck/Test.hs:308) labelPercentage (Test/QuickCheck/Test.hs:338) insufficientCoverage (Test/QuickCheck/Test.hs:346) foundFailure (Test/QuickCheck/Test.hs:353) localMin (Test/QuickCheck/Test.hs:357) localMin' (Test/QuickCheck/Test.hs:387) localMinFound (Test/QuickCheck/Test.hs:399) callbackPostTest (Test/QuickCheck/Test.hs:424) callbackPostFinalFailure (Test/QuickCheck/Test.hs:429) 100% ( 9 / 9) in 'Test.QuickCheck.All' 78% ( 14 / 18) in 'Test.QuickCheck.Monadic' Missing documentation for: stop (Test/QuickCheck/Monadic.hs:118) monadic (Test/QuickCheck/Monadic.hs:204) monadic' (Test/QuickCheck/Monadic.hs:207) runSTGen (Test/QuickCheck/Monadic.hs:246) 99% (127 /128) in 'Test.QuickCheck' Missing documentation for: ShrinkState (Test/QuickCheck/Modifiers.hs:323) Warning: Test.QuickCheck.Arbitrary: could not find link destinations for: RecursivelyShrink GSubterms GCoArbitrary gSubterms gSubtermsIncl Warning: Test.QuickCheck: could not find link destinations for: GCoArbitrary RecursivelyShrink GSubterms Documentation created: dist/doc/html/QuickCheck/index.html, dist/doc/html/QuickCheck/QuickCheck.txt Creating package registration file: /tmp/pkgConf-QuickCheck-2.816846774181845636353.1 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/QuickCheck-2.8.1-BnZKeqxVf7FCbnejbqAnPL Registering QuickCheck-2.8.1... Installed QuickCheck-2.8.1 Configuring non-negative-0.1.1... Building non-negative-0.1.1... Preprocessing library non-negative-0.1.1... [1 of 4] Compiling Numeric.NonNegative.Class ( src/Numeric/NonNegative/Class.hs, dist/build/Numeric/NonNegative/Class.o ) src/Numeric/NonNegative/Class.hs:33:1: Warning: The import of ‘Data.Monoid’ is redundant except perhaps to import instances from ‘Data.Monoid’ To import instances alone, use: import Data.Monoid() [2 of 4] Compiling Numeric.NonNegative.Wrapper ( src/Numeric/NonNegative/Wrapper.hs, dist/build/Numeric/NonNegative/Wrapper.o ) src/Numeric/NonNegative/Wrapper.hs:18:1: Warning: The import of ‘Data.Monoid’ is redundant except perhaps to import instances from ‘Data.Monoid’ To import instances alone, use: import Data.Monoid() src/Numeric/NonNegative/Wrapper.hs:19:1: Warning: The qualified import of ‘Data.Monoid’ is redundant except perhaps to import instances from ‘Data.Monoid’ To import instances alone, use: import Data.Monoid() [3 of 4] Compiling Numeric.NonNegative.ChunkyPrivate ( src/Numeric/NonNegative/ChunkyPrivate.hs, dist/build/Numeric/NonNegative/ChunkyPrivate.o ) [4 of 4] Compiling Numeric.NonNegative.Chunky ( src/Numeric/NonNegative/Chunky.hs, dist/build/Numeric/NonNegative/Chunky.o ) In-place registering non-negative-0.1.1... Running Haddock for non-negative-0.1.1... Running hscolour for non-negative-0.1.1... Preprocessing library non-negative-0.1.1... Preprocessing library non-negative-0.1.1... src/Numeric/NonNegative/Class.hs:33:1: Warning: The import of ‘Data.Monoid’ is redundant except perhaps to import instances from ‘Data.Monoid’ To import instances alone, use: import Data.Monoid() src/Numeric/NonNegative/Wrapper.hs:18:1: Warning: The import of ‘Data.Monoid’ is redundant except perhaps to import instances from ‘Data.Monoid’ To import instances alone, use: import Data.Monoid() src/Numeric/NonNegative/Wrapper.hs:19:1: Warning: The qualified import of ‘Data.Monoid’ is redundant except perhaps to import instances from ‘Data.Monoid’ To import instances alone, use: import Data.Monoid() Haddock coverage: 70% ( 7 / 10) in 'Numeric.NonNegative.Class' Missing documentation for: zero (src/Numeric/NonNegative/Class.hs:98) add (src/Numeric/NonNegative/Class.hs:104) sum (src/Numeric/NonNegative/Class.hs:107) 31% ( 4 / 13) in 'Numeric.NonNegative.Wrapper' Missing documentation for: T (src/Numeric/NonNegative/Wrapper.hs:30) fromNumberMsg (src/Numeric/NonNegative/Wrapper.hs:46) toNumber (src/Numeric/NonNegative/Wrapper.hs:87) Int (src/Numeric/NonNegative/Wrapper.hs:186) Integer (src/Numeric/NonNegative/Wrapper.hs:187) Float (src/Numeric/NonNegative/Wrapper.hs:190) Double (src/Numeric/NonNegative/Wrapper.hs:191) Ratio (src/Numeric/NonNegative/Wrapper.hs:188) Rational (src/Numeric/NonNegative/Wrapper.hs:189) 38% ( 5 / 13) in 'Numeric.NonNegative.ChunkyPrivate' Missing documentation for: fromChunks (src/Numeric/NonNegative/ChunkyPrivate.hs:41) fromNumber (src/Numeric/NonNegative/ChunkyPrivate.hs:44) toNumber (src/Numeric/NonNegative/ChunkyPrivate.hs:54) zero (src/Numeric/NonNegative/ChunkyPrivate.hs:67) isNull (src/Numeric/NonNegative/ChunkyPrivate.hs:79) isPositive (src/Numeric/NonNegative/ChunkyPrivate.hs:83) divModStrict (src/Numeric/NonNegative/ChunkyPrivate.hs:183) fromChunksUnsafe (src/Numeric/NonNegative/ChunkyPrivate.hs:207) 36% ( 4 / 11) in 'Numeric.NonNegative.Chunky' Missing documentation for: fromChunks (src/Numeric/NonNegative/ChunkyPrivate.hs:41) fromNumber (src/Numeric/NonNegative/ChunkyPrivate.hs:44) toNumber (src/Numeric/NonNegative/ChunkyPrivate.hs:54) zero (src/Numeric/NonNegative/ChunkyPrivate.hs:67) isNull (src/Numeric/NonNegative/ChunkyPrivate.hs:79) isPositive (src/Numeric/NonNegative/ChunkyPrivate.hs:83) divModStrict (src/Numeric/NonNegative/ChunkyPrivate.hs:183) Documentation created: dist/doc/html/non-negative/index.html, dist/doc/html/non-negative/non-negative.txt Creating package registration file: /tmp/pkgConf-non-negative-0.15929629321702943003.1 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/non-negative-0.1.1-EWGQTKbiq5uFh7h1ZANXcg Registering non-negative-0.1.1... Installed non-negative-0.1.1 Configuring sample-frame-0.0.3... Building sample-frame-0.0.3... Preprocessing library sample-frame-0.0.3... [1 of 3] Compiling Sound.Frame ( src/Sound/Frame.hs, dist/build/Sound/Frame.o ) [2 of 3] Compiling Sound.Frame.Stereo ( src/Sound/Frame/Stereo.hs, dist/build/Sound/Frame/Stereo.o ) src/Sound/Frame/Stereo.hs:15:1: Warning: The import of ‘<*>, pure, Applicative’ from module ‘Control.Applicative’ is redundant [3 of 3] Compiling Sound.Frame.MuLaw ( src/Sound/Frame/MuLaw.hs, dist/build/Sound/Frame/MuLaw.o ) In-place registering sample-frame-0.0.3... Running Haddock for sample-frame-0.0.3... Running hscolour for sample-frame-0.0.3... Preprocessing library sample-frame-0.0.3... Preprocessing library sample-frame-0.0.3... src/Sound/Frame/Stereo.hs:15:1: Warning: The import of ‘<*>, pure, Applicative’ from module ‘Control.Applicative’ is redundant Haddock coverage: 57% ( 4 / 7) in 'Sound.Frame' Missing documentation for: Module header sizeOfElementFoldable (src/Sound/Frame.hs:43) withSignal (src/Sound/Frame.hs:107) 0% ( 0 / 11) in 'Sound.Frame.Stereo' Missing documentation for: Module header T (src/Sound/Frame/Stereo.hs:26) left (src/Sound/Frame/Stereo.hs:26) right (src/Sound/Frame/Stereo.hs:26) cons (src/Sound/Frame/Stereo.hs:41) map (src/Sound/Frame/Stereo.hs:45) Channel (src/Sound/Frame/Stereo.hs:49) select (src/Sound/Frame/Stereo.hs:52) interleave (src/Sound/Frame/Stereo.hs:59) sequence (src/Sound/Frame/Stereo.hs:63) liftApplicative (src/Sound/Frame/Stereo.hs:67) 0% ( 0 / 6) in 'Sound.Frame.MuLaw' Missing documentation for: Module header T (src/Sound/Frame/MuLaw.hs:19) cons (src/Sound/Frame/MuLaw.hs:33) decons (src/Sound/Frame/MuLaw.hs:37) fromLinear16 (src/Sound/Frame/MuLaw.hs:42) toLinear16 (src/Sound/Frame/MuLaw.hs:56) Documentation created: dist/doc/html/sample-frame/index.html, dist/doc/html/sample-frame/sample-frame.txt Creating package registration file: /tmp/pkgConf-sample-frame-0.08198279841456748696.3 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/sample-frame-0.0.3-1iE5K3qmzxhFnUPLjyTesv Registering sample-frame-0.0.3... Installed sample-frame-0.0.3 Configuring storablevector-0.2.10... Building storablevector-0.2.10... Preprocessing library storablevector-0.2.10... [ 1 of 14] Compiling Data.StorableVector.Memory ( foreign-ptr/slow/Data/StorableVector/Memory.hs, dist/build/Data/StorableVector/Memory.o ) [ 2 of 14] Compiling Data.StorableVector.Cursor ( src/Data/StorableVector/Cursor.hs, dist/build/Data/StorableVector/Cursor.o ) [ 3 of 14] Compiling Data.StorableVector.Base ( src/Data/StorableVector/Base.hs, dist/build/Data/StorableVector/Base.o ) [ 4 of 14] Compiling Data.StorableVector.Pointer ( src/Data/StorableVector/Pointer.hs, dist/build/Data/StorableVector/Pointer.o ) [ 5 of 14] Compiling Data.StorableVector.ST.Private ( src/Data/StorableVector/ST/Private.hs, dist/build/Data/StorableVector/ST/Private.o ) [ 6 of 14] Compiling Data.StorableVector ( src/Data/StorableVector.hs, dist/build/Data/StorableVector.o ) [ 7 of 14] Compiling Data.StorableVector.Lazy.PointerPrivate ( src/Data/StorableVector/Lazy/PointerPrivate.hs, dist/build/Data/StorableVector/Lazy/PointerPrivate.o ) [ 8 of 14] Compiling Data.StorableVector.Lazy ( src/Data/StorableVector/Lazy.hs, dist/build/Data/StorableVector/Lazy.o ) [ 9 of 14] Compiling Data.StorableVector.Lazy.Pointer ( src/Data/StorableVector/Lazy/Pointer.hs, dist/build/Data/StorableVector/Lazy/Pointer.o ) [10 of 14] Compiling Data.StorableVector.ST.Strict ( src/Data/StorableVector/ST/Strict.hs, dist/build/Data/StorableVector/ST/Strict.o ) [11 of 14] Compiling Data.StorableVector.Lazy.Builder ( src/Data/StorableVector/Lazy/Builder.hs, dist/build/Data/StorableVector/Lazy/Builder.o ) src/Data/StorableVector/Lazy/Builder.hs:26:1: Warning: The import of ‘Data.Monoid’ is redundant except perhaps to import instances from ‘Data.Monoid’ To import instances alone, use: import Data.Monoid() [12 of 14] Compiling Data.StorableVector.Lazy.Pattern ( src/Data/StorableVector/Lazy/Pattern.hs, dist/build/Data/StorableVector/Lazy/Pattern.o ) [13 of 14] Compiling Data.StorableVector.ST.Lazy ( src/Data/StorableVector/ST/Lazy.hs, dist/build/Data/StorableVector/ST/Lazy.o ) [14 of 14] Compiling Data.StorableVector.Lazy.PointerPrivateIndex ( src/Data/StorableVector/Lazy/PointerPrivateIndex.hs, dist/build/Data/StorableVector/Lazy/PointerPrivateIndex.o ) In-place registering storablevector-0.2.10... Running Haddock for storablevector-0.2.10... Running hscolour for storablevector-0.2.10... Preprocessing library storablevector-0.2.10... Preprocessing library storablevector-0.2.10... src/Data/StorableVector/Lazy/Builder.hs:26:1: Warning: The import of ‘Data.Monoid’ is redundant except perhaps to import instances from ‘Data.Monoid’ To import instances alone, use: import Data.Monoid() Haddock coverage: 0% ( 0 / 2) in 'Data.StorableVector.Memory' Missing documentation for: Module header mallocForeignPtrArray (foreign-ptr/slow/Data/StorableVector/Memory.hs:8) 42% ( 13 / 31) in 'Data.StorableVector.Cursor' Missing documentation for: create (src/Data/StorableVector/Cursor.hs:72) unfoldrNTermIO (src/Data/StorableVector/Cursor.hs:91) unfoldrN (src/Data/StorableVector/Cursor.hs:98) unfoldrNIO (src/Data/StorableVector/Cursor.hs:103) pack (src/Data/StorableVector/Cursor.hs:153) zipWith (src/Data/StorableVector/Cursor.hs:178) zipNWith (src/Data/StorableVector/Cursor.hs:186) whileM (src/Data/StorableVector/Cursor.hs:242) switchL (src/Data/StorableVector/Cursor.hs:250) obviousNullIO (src/Data/StorableVector/Cursor.hs:257) viewL (src/Data/StorableVector/Cursor.hs:272) viewLIO (src/Data/StorableVector/Cursor.hs:276) foldr (src/Data/StorableVector/Cursor.hs:287) (src/Data/StorableVector/Cursor.hs:298) null (src/Data/StorableVector/Cursor.hs:310) drop (src/Data/StorableVector/Cursor.hs:322) dropIO (src/Data/StorableVector/Cursor.hs:325) take (src/Data/StorableVector/Cursor.hs:332) 90% ( 19 / 21) in 'Data.StorableVector.Base' Missing documentation for: createAndTrim' (src/Data/StorableVector/Base.hs:202) incPtr (src/Data/StorableVector/Base.hs:166) 40% ( 2 / 5) in 'Data.StorableVector.Pointer' Missing documentation for: cons (src/Data/StorableVector/Pointer.hs:36) viewL (src/Data/StorableVector/Pointer.hs:42) switchL (src/Data/StorableVector/Pointer.hs:46) 40% ( 2 / 5) in 'Data.StorableVector.ST.Private' Missing documentation for: Vector (src/Data/StorableVector/ST/Private.hs:28) unsafeCreate (src/Data/StorableVector/ST/Private.hs:41) unsafeToVector (src/Data/StorableVector/ST/Private.hs:53) 97% (116 /120) in 'Data.StorableVector' Missing documentation for: viewL (src/Data/StorableVector.hs:687) viewR (src/Data/StorableVector.hs:691) switchL (src/Data/StorableVector.hs:673) switchR (src/Data/StorableVector.hs:680) 0% ( 0 / 6) in 'Data.StorableVector.Lazy.PointerPrivate' Missing documentation for: Module header Pointer (src/Data/StorableVector/Lazy/PointerPrivate.hs:10) empty (src/Data/StorableVector/Lazy/PointerPrivate.hs:17) cons (src/Data/StorableVector/Lazy/PointerPrivate.hs:22) viewL (src/Data/StorableVector/Lazy/PointerPrivate.hs:27) switchL (src/Data/StorableVector/Lazy/PointerPrivate.hs:31) 23% ( 23 /100) in 'Data.StorableVector.Lazy' Missing documentation for: Vector (src/Data/StorableVector/Lazy.hs:64) (src/Data/StorableVector/Lazy.hs:67) (src/Data/StorableVector/Lazy.hs:72) (src/Data/StorableVector/Lazy.hs:75) (src/Data/StorableVector/Lazy.hs:81) ChunkSize (src/Data/StorableVector/Lazy.hs:86) (src/Data/StorableVector/Lazy.hs:89) (src/Data/StorableVector/Lazy.hs:97) (src/Data/StorableVector/Lazy.hs:106) (src/Data/StorableVector/Lazy.hs:111) chunkSize (src/Data/StorableVector/Lazy.hs:114) defaultChunkSize (src/Data/StorableVector/Lazy.hs:121) empty (src/Data/StorableVector/Lazy.hs:130) singleton (src/Data/StorableVector/Lazy.hs:134) fromChunks (src/Data/StorableVector/Lazy.hs:137) pack (src/Data/StorableVector/Lazy.hs:140) unpack (src/Data/StorableVector/Lazy.hs:143) packWith (src/Data/StorableVector/Lazy.hs:148) unpackWith (src/Data/StorableVector/Lazy.hs:153) unfoldr (src/Data/StorableVector/Lazy.hs:158) sample (src/Data/StorableVector/Lazy.hs:191) sampleN (src/Data/StorableVector/Lazy.hs:196) iterate (src/Data/StorableVector/Lazy.hs:202) repeat (src/Data/StorableVector/Lazy.hs:205) cycle (src/Data/StorableVector/Lazy.hs:209) replicate (src/Data/StorableVector/Lazy.hs:213) null (src/Data/StorableVector/Lazy.hs:226) length (src/Data/StorableVector/Lazy.hs:229) equal (src/Data/StorableVector/Lazy.hs:232) index (src/Data/StorableVector/Lazy.hs:247) cons (src/Data/StorableVector/Lazy.hs:267) append (src/Data/StorableVector/Lazy.hs:273) concat (src/Data/StorableVector/Lazy.hs:296) sliceVertical (src/Data/StorableVector/Lazy.hs:299) map (src/Data/StorableVector/Lazy.hs:307) reverse (src/Data/StorableVector/Lazy.hs:314) foldl (src/Data/StorableVector/Lazy.hs:322) foldl' (src/Data/StorableVector/Lazy.hs:326) foldr (src/Data/StorableVector/Lazy.hs:330) monoidConcatMap (src/Data/StorableVector/Lazy.hs:335) any (src/Data/StorableVector/Lazy.hs:340) all (src/Data/StorableVector/Lazy.hs:344) maximum (src/Data/StorableVector/Lazy.hs:347) minimum (src/Data/StorableVector/Lazy.hs:352) pointer (src/Data/StorableVector/Lazy.hs:371) viewL (src/Data/StorableVector/Lazy.hs:375) viewR (src/Data/StorableVector/Lazy.hs:382) switchL (src/Data/StorableVector/Lazy.hs:393) switchR (src/Data/StorableVector/Lazy.hs:398) scanl (src/Data/StorableVector/Lazy.hs:421) mapAccumL (src/Data/StorableVector/Lazy.hs:428) mapAccumR (src/Data/StorableVector/Lazy.hs:436) crochetLChunk (src/Data/StorableVector/Lazy.hs:444) crochetL (src/Data/StorableVector/Lazy.hs:460) take (src/Data/StorableVector/Lazy.hs:478) drop (src/Data/StorableVector/Lazy.hs:505) splitAt (src/Data/StorableVector/Lazy.hs:514) dropMargin (src/Data/StorableVector/Lazy.hs:554) dropWhile (src/Data/StorableVector/Lazy.hs:562) takeWhile (src/Data/StorableVector/Lazy.hs:571) span (src/Data/StorableVector/Lazy.hs:581) filter (src/Data/StorableVector/Lazy.hs:604) zipWith3 (src/Data/StorableVector/Lazy.hs:630) zipWith4 (src/Data/StorableVector/Lazy.hs:648) zipWithSize (src/Data/StorableVector/Lazy.hs:717) zipWithSize3 (src/Data/StorableVector/Lazy.hs:732) zipWithSize4 (src/Data/StorableVector/Lazy.hs:747) sieve (src/Data/StorableVector/Lazy.hs:766) deinterleave (src/Data/StorableVector/Lazy.hs:776) padAlt (src/Data/StorableVector/Lazy.hs:827) cancelNullVector (src/Data/StorableVector/Lazy.hs:843) fromChunk (src/Data/StorableVector/Lazy.hs:849) hGetContentsSync (src/Data/StorableVector/Lazy.hs:1336) hPut (src/Data/StorableVector/Lazy.hs:1346) writeFile (src/Data/StorableVector/Lazy.hs:1363) appendFile (src/Data/StorableVector/Lazy.hs:1367) moduleError (src/Data/StorableVector/Lazy.hs:1373) 20% ( 1 / 5) in 'Data.StorableVector.Lazy.Pointer' Missing documentation for: Pointer (src/Data/StorableVector/Lazy/PointerPrivate.hs:10) cons (src/Data/StorableVector/Lazy/Pointer.hs:19) viewL (src/Data/StorableVector/Lazy/PointerPrivate.hs:27) switchL (src/Data/StorableVector/Lazy/PointerPrivate.hs:31) 50% ( 10 / 20) in 'Data.StorableVector.ST.Strict' Missing documentation for: Vector (src/Data/StorableVector/ST/Private.hs:28) new (src/Data/StorableVector/ST/Strict.hs:59) new_ (src/Data/StorableVector/ST/Strict.hs:71) unsafeRead (src/Data/StorableVector/ST/Strict.hs:166) unsafeWrite (src/Data/StorableVector/ST/Strict.hs:172) unsafeModify (src/Data/StorableVector/ST/Strict.hs:178) freeze (src/Data/StorableVector/ST/Strict.hs:191) thaw (src/Data/StorableVector/ST/Strict.hs:212) length (src/Data/StorableVector/ST/Strict.hs:222) runSTVector (src/Data/StorableVector/ST/Strict.hs:228) 60% ( 3 / 5) in 'Data.StorableVector.Lazy.Builder' Missing documentation for: Builder (src/Data/StorableVector/Lazy/Builder.hs:46) put (src/Data/StorableVector/Lazy/Builder.hs:80) 9% ( 5 / 54) in 'Data.StorableVector.Lazy.Pattern' Missing documentation for: Vector (src/Data/StorableVector/Lazy.hs:64) ChunkSize (src/Data/StorableVector/Lazy.hs:86) chunkSize (src/Data/StorableVector/Lazy.hs:114) defaultChunkSize (src/Data/StorableVector/Lazy.hs:121) LazySize (src/Data/StorableVector/Lazy/Pattern.hs:124) empty (src/Data/StorableVector/Lazy.hs:130) singleton (src/Data/StorableVector/Lazy.hs:134) pack (src/Data/StorableVector/Lazy/Pattern.hs:134) unpack (src/Data/StorableVector/Lazy.hs:143) packWith (src/Data/StorableVector/Lazy/Pattern.hs:140) unpackWith (src/Data/StorableVector/Lazy.hs:153) unfoldrN (src/Data/StorableVector/Lazy/Pattern.hs:166) iterateN (src/Data/StorableVector/Lazy/Pattern.hs:189) cycle (src/Data/StorableVector/Lazy.hs:209) replicate (src/Data/StorableVector/Lazy/Pattern.hs:200) null (src/Data/StorableVector/Lazy.hs:226) length (src/Data/StorableVector/Lazy/Pattern.hs:221) cons (src/Data/StorableVector/Lazy.hs:267) append (src/Data/StorableVector/Lazy.hs:273) concat (src/Data/StorableVector/Lazy.hs:296) map (src/Data/StorableVector/Lazy.hs:307) reverse (src/Data/StorableVector/Lazy.hs:314) foldl (src/Data/StorableVector/Lazy.hs:322) foldl' (src/Data/StorableVector/Lazy.hs:326) any (src/Data/StorableVector/Lazy.hs:340) all (src/Data/StorableVector/Lazy.hs:344) maximum (src/Data/StorableVector/Lazy.hs:347) minimum (src/Data/StorableVector/Lazy.hs:352) viewL (src/Data/StorableVector/Lazy.hs:375) viewR (src/Data/StorableVector/Lazy.hs:382) switchL (src/Data/StorableVector/Lazy.hs:393) switchR (src/Data/StorableVector/Lazy.hs:398) scanl (src/Data/StorableVector/Lazy.hs:421) mapAccumL (src/Data/StorableVector/Lazy.hs:428) mapAccumR (src/Data/StorableVector/Lazy.hs:436) crochetL (src/Data/StorableVector/Lazy.hs:460) drop (src/Data/StorableVector/Lazy/Pattern.hs:268) splitAt (src/Data/StorableVector/Lazy/Pattern.hs:273) splitAtVectorPattern (src/Data/StorableVector/Lazy/Pattern.hs:283) dropMargin (src/Data/StorableVector/Lazy.hs:554) dropWhile (src/Data/StorableVector/Lazy.hs:562) takeWhile (src/Data/StorableVector/Lazy.hs:571) span (src/Data/StorableVector/Lazy.hs:581) filter (src/Data/StorableVector/Lazy.hs:604) zipWith3 (src/Data/StorableVector/Lazy.hs:630) zipWith4 (src/Data/StorableVector/Lazy.hs:648) zipWithSize (src/Data/StorableVector/Lazy/Pattern.hs:304) zipWithSize3 (src/Data/StorableVector/Lazy/Pattern.hs:318) zipWithSize4 (src/Data/StorableVector/Lazy/Pattern.hs:333) 29% ( 5 / 17) in 'Data.StorableVector.ST.Lazy' Missing documentation for: Vector (src/Data/StorableVector/ST/Private.hs:28) new (src/Data/StorableVector/ST/Lazy.hs:53) new_ (src/Data/StorableVector/ST/Lazy.hs:58) modify (src/Data/StorableVector/ST/Lazy.hs:79) unsafeRead (src/Data/StorableVector/ST/Lazy.hs:85) unsafeWrite (src/Data/StorableVector/ST/Lazy.hs:90) unsafeModify (src/Data/StorableVector/ST/Lazy.hs:95) freeze (src/Data/StorableVector/ST/Lazy.hs:101) unsafeFreeze (src/Data/StorableVector/ST/Lazy.hs:106) thaw (src/Data/StorableVector/ST/Lazy.hs:111) length (src/Data/StorableVector/ST/Strict.hs:222) runSTVector (src/Data/StorableVector/ST/Lazy.hs:118) 0% ( 0 / 5) in 'Data.StorableVector.Lazy.PointerPrivateIndex' Missing documentation for: Module header Pointer (src/Data/StorableVector/Lazy/PointerPrivateIndex.hs:12) cons (src/Data/StorableVector/Lazy/PointerPrivateIndex.hs:17) viewL (src/Data/StorableVector/Lazy/PointerPrivateIndex.hs:21) switchL (src/Data/StorableVector/Lazy/PointerPrivateIndex.hs:25) Documentation created: dist/doc/html/storablevector/index.html, dist/doc/html/storablevector/storablevector.txt Creating package registration file: /tmp/pkgConf-storablevector-0.229860596960188534.10 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/storablevector-0.2.10-2SXoO1zX19DHzt050eoHvZ Registering storablevector-0.2.10... Installed storablevector-0.2.10 Configuring soxlib-0.0.2.1... cabal: The pkg-config package 'sox' version >=14.3 && <14.5 is required but it could not be found. Failed to install soxlib-0.0.2.1 cabal: Error: some packages failed to install: soxlib-0.0.2.1 failed during the configure step. The exception was: ExitFailure 1