Resolving dependencies... Configuring explicit-exception-0.1.8... Building explicit-exception-0.1.8... Preprocessing library explicit-exception-0.1.8... [ 1 of 11] Compiling Control.Monad.Label ( src/Control/Monad/Label.hs, dist/build/Control/Monad/Label.o ) src/Control/Monad/Label.hs: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:295: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:296: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:298: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:299: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.8... Running Haddock for explicit-exception-0.1.8... Running hscolour for explicit-exception-0.1.8... Preprocessing library explicit-exception-0.1.8... Preprocessing library explicit-exception-0.1.8... src/Control/Monad/Label.hs: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:295: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:296: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:298: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:299: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:102) toMaybe (src/Control/Monad/Exception/Synchronous.hs:108) fromEither (src/Control/Monad/Exception/Synchronous.hs:105) toEither (src/Control/Monad/Exception/Synchronous.hs:111) fromExitCode (src/Control/Monad/Exception/Synchronous.hs:124) toExitCode (src/Control/Monad/Exception/Synchronous.hs:118) mapException (src/Control/Monad/Exception/Synchronous.hs:158) mapExceptional (src/Control/Monad/Exception/Synchronous.hs:164) throw (src/Control/Monad/Exception/Synchronous.hs:170) assert (src/Control/Monad/Exception/Synchronous.hs:173) catch (src/Control/Monad/Exception/Synchronous.hs:177) resolve (src/Control/Monad/Exception/Synchronous.hs:194) fromMaybeT (src/Control/Monad/Exception/Synchronous.hs:289) toMaybeT (src/Control/Monad/Exception/Synchronous.hs:292) fromErrorT (src/Control/Monad/Exception/Synchronous.hs:295) toErrorT (src/Control/Monad/Exception/Synchronous.hs:298) fromEitherT (src/Control/Monad/Exception/Synchronous.hs:301) toEitherT (src/Control/Monad/Exception/Synchronous.hs:304) fromExitCodeT (src/Control/Monad/Exception/Synchronous.hs:313) toExitCodeT (src/Control/Monad/Exception/Synchronous.hs:307) switchT (src/Control/Monad/Exception/Synchronous.hs:320) mapExceptionT (src/Control/Monad/Exception/Synchronous.hs:335) mapExceptionalT (src/Control/Monad/Exception/Synchronous.hs:342) throwT (src/Control/Monad/Exception/Synchronous.hs:348) assertT (src/Control/Monad/Exception/Synchronous.hs:352) catchT (src/Control/Monad/Exception/Synchronous.hs:356) resolveT (src/Control/Monad/Exception/Synchronous.hs:384) tryT (src/Control/Monad/Exception/Synchronous.hs:390) manyMonoidT (src/Control/Monad/Exception/Synchronous.hs:413) 44% ( 18 / 41) in 'Control.Monad.Exception.Asynchronous.Strict' Missing documentation for: Module header fromSynchronous (src/Control/Monad/Exception/Asynchronous/Strict.hs:101) fromSynchronousNull (src/Control/Monad/Exception/Asynchronous/Strict.hs:108) fromSynchronousMonoid (src/Control/Monad/Exception/Asynchronous/Strict.hs:111) toSynchronous (src/Control/Monad/Exception/Asynchronous/Strict.hs:116) throwMonoid (src/Control/Monad/Exception/Asynchronous/Strict.hs:128) continue (src/Control/Monad/Exception/Asynchronous/Strict.hs:186) maybeAbort (src/Control/Monad/Exception/Asynchronous/Strict.hs:195) mapException (src/Control/Monad/Exception/Asynchronous/Strict.hs:220) mapExceptional (src/Control/Monad/Exception/Asynchronous/Strict.hs:223) simultaneousBindM (src/Control/Monad/Exception/Asynchronous/Strict.hs:256) sequenceA (src/Control/Monad/Exception/Asynchronous/Strict.hs:284) mapM (src/Control/Monad/Exception/Asynchronous/Strict.hs:289) sequence (src/Control/Monad/Exception/Asynchronous/Strict.hs:293) swapToAsynchronousSynchronous (src/Control/Monad/Exception/Asynchronous/Strict.hs:339) fromSynchronousT (src/Control/Monad/Exception/Asynchronous/Strict.hs:358) fromSynchronousMonoidT (src/Control/Monad/Exception/Asynchronous/Strict.hs:365) mapExceptionT (src/Control/Monad/Exception/Asynchronous/Strict.hs:404) mapExceptionalT (src/Control/Monad/Exception/Asynchronous/Strict.hs:411) throwMonoidT (src/Control/Monad/Exception/Asynchronous/Strict.hs:418) eatNothingT (src/Control/Monad/Exception/Asynchronous/Strict.hs:423) appendM (src/Control/Monad/Exception/Asynchronous/Strict.hs:460) continueM (src/Control/Monad/Exception/Asynchronous/Strict.hs:467) 29% ( 5 / 17) in 'Control.Monad.Exception.Warning' Missing documentation for: fromExceptionNull (src/Control/Monad/Exception/Warning.hs:45) toException (src/Control/Monad/Exception/Warning.hs:48) warn (src/Control/Monad/Exception/Warning.hs:58) (src/Control/Monad/Exception/Warning.hs:63) (src/Control/Monad/Exception/Warning.hs:68) (src/Control/Monad/Exception/Warning.hs:76) WarnableT (src/Control/Monad/Exception/Warning.hs:91) fromSynchronousT (src/Control/Monad/Exception/Warning.hs:95) warnT (src/Control/Monad/Exception/Warning.hs:102) (src/Control/Monad/Exception/Warning.hs:108) (src/Control/Monad/Exception/Warning.hs:112) (src/Control/Monad/Exception/Warning.hs:117) 25% ( 3 / 12) in 'Control.Monad.Exception.Label' Missing documentation for: LabeledException (src/Control/Monad/Exception/Label.hs:22) LabeledExceptionalT (src/Control/Monad/Exception/Label.hs:25) runLabelT (src/Control/Monad/Exception/Label.hs:31) labelT (src/Control/Monad/Exception/Label.hs:38) stripLabelT (src/Control/Monad/Exception/Label.hs:45) decorateLabelT (src/Control/Monad/Exception/Label.hs:50) getLabels (src/Control/Monad/Exception/Label.hs:55) throwT (src/Control/Monad/Exception/Label.hs:60) (src/Control/Monad/Exception/Label.hs:105) 57% ( 4 / 7) in 'System.IO.Straight' Missing documentation for: sioToIO (src/System/IO/Straight.hs:34) ioToExceptionalSIO (src/System/IO/Straight.hs:37) unsafeInterleaveSIO (src/System/IO/Straight.hs:42) 0% ( 0 / 3) in 'System.IO.Exception.File' Missing documentation for: Module header EIO (src/System/IO/Exception/File.hs:8) close (src/System/IO/Exception/File.hs:10) 20% ( 1 / 5) in 'System.IO.Exception.BinaryFile' Missing documentation for: open (src/System/IO/Exception/BinaryFile.hs:15) with (src/System/IO/Exception/BinaryFile.hs:19) getByte (src/System/IO/Exception/BinaryFile.hs:24) putByte (src/System/IO/Exception/BinaryFile.hs:28) 44% ( 18 / 41) in 'Control.Monad.Exception.Asynchronous.Lazy' Missing documentation for: Module header fromSynchronous (src/Control/Monad/Exception/Asynchronous/Lazy.hs:106) fromSynchronousNull (src/Control/Monad/Exception/Asynchronous/Lazy.hs:113) fromSynchronousMonoid (src/Control/Monad/Exception/Asynchronous/Lazy.hs:116) toSynchronous (src/Control/Monad/Exception/Asynchronous/Lazy.hs:121) throwMonoid (src/Control/Monad/Exception/Asynchronous/Lazy.hs:133) continue (src/Control/Monad/Exception/Asynchronous/Lazy.hs:191) maybeAbort (src/Control/Monad/Exception/Asynchronous/Lazy.hs:201) mapException (src/Control/Monad/Exception/Asynchronous/Lazy.hs:226) mapExceptional (src/Control/Monad/Exception/Asynchronous/Lazy.hs:229) simultaneousBindM (src/Control/Monad/Exception/Asynchronous/Lazy.hs:275) sequenceA (src/Control/Monad/Exception/Asynchronous/Lazy.hs:303) mapM (src/Control/Monad/Exception/Asynchronous/Lazy.hs:308) sequence (src/Control/Monad/Exception/Asynchronous/Lazy.hs:312) swapToAsynchronousSynchronous (src/Control/Monad/Exception/Asynchronous/Lazy.hs:358) fromSynchronousT (src/Control/Monad/Exception/Asynchronous/Lazy.hs:378) fromSynchronousMonoidT (src/Control/Monad/Exception/Asynchronous/Lazy.hs:385) mapExceptionT (src/Control/Monad/Exception/Asynchronous/Lazy.hs:424) mapExceptionalT (src/Control/Monad/Exception/Asynchronous/Lazy.hs:431) throwMonoidT (src/Control/Monad/Exception/Asynchronous/Lazy.hs:438) eatNothingT (src/Control/Monad/Exception/Asynchronous/Lazy.hs:443) appendM (src/Control/Monad/Exception/Asynchronous/Lazy.hs:480) continueM (src/Contro src/System/IO/Exception/TextFile.hs:47:4: Warning: 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: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.1278722862233665123.8 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.3/explicit-exception-0.1.8-4TNDeJ4Z8jK41klwS6CqGp Registering explicit-exception-0.1.8... Installed explicit-exception-0.1.8 Configuring monoid-transformer-0.0.3... Building monoid-transformer-0.0.3... Preprocessing library monoid-transformer-0.0.3... [1 of 6] Compiling Data.Monoid.MonadicEndo ( src/Data/Monoid/MonadicEndo.hs, dist/build/Data/Monoid/MonadicEndo.o ) src/Data/Monoid/MonadicEndo.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() [2 of 6] Compiling Data.Monoid.Transformer ( src/Data/Monoid/Transformer.hs, dist/build/Data/Monoid/Transformer.o ) src/Data/Monoid/Transformer.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() [3 of 6] Compiling Data.Monoid.Monad ( src/Data/Monoid/Monad.hs, dist/build/Data/Monoid/Monad.o ) src/Data/Monoid/Monad.hs:6: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() [4 of 6] Compiling Data.Monoid.Reader ( src/Data/Monoid/Reader.hs, dist/build/Data/Monoid/Reader.o ) [5 of 6] Compiling Data.Monoid.State ( src/Data/Monoid/State.hs, dist/build/Data/Monoid/State.o ) [6 of 6] Compiling Data.Monoid.Applicative ( src/Data/Monoid/Applicative.hs, dist/build/Data/Monoid/Applicative.o ) src/Data/Monoid/Applicative.hs:5:1: Warning: The import of ‘pure, Applicative’ from module ‘Control.Applicative’ is redundant src/Data/Monoid/Applicative.hs:6: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 monoid-transformer-0.0.3... Running Haddock for monoid-transformer-0.0.3... Running hscolour for monoid-transformer-0.0.3... Preprocessing library monoid-transformer-0.0.3... Preprocessing library monoid-transformer-0.0.3... src/Data/Monoid/MonadicEndo.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() src/Data/Monoid/Transformer.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() src/Data/Monoid/Monad.hs:6: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/Data/Monoid/Applicative.hs:5:1: Warning: The import of ‘pure, Applicative’ from module ‘Control.Applicative’ is redundant src/Data/Monoid/Applicative.hs:6: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: 33% ( 1 / 3) in 'Data.Monoid.MonadicEndo' Missing documentation for: Module header (src/Data/Monoid/MonadicEndo.hs:14) 0% ( 0 / 2) in 'Data.Monoid.Transformer' Missing documentation for: Module header C (src/Data/Monoid/Transformer.hs:5) 25% ( 1 / 4) in 'Data.Monoid.Monad' Missing documentation for: Module header (src/Data/Monoid/Monad.hs:16) (src/Data/Monoid/Monad.hs:21) 17% ( 1 / 6) in 'Data.Monoid.Reader' Missing documentation for: Module header pure (src/Data/Monoid/Reader.hs:16) (src/Data/Monoid/Reader.hs:19) (src/Data/Monoid/Reader.hs:24) (src/Data/Monoid/Reader.hs:27) 9% ( 1 / 11) in 'Data.Monoid.State' Missing documentation for: Module header pure (src/Data/Monoid/State.hs:24) evaluate (src/Data/Monoid/State.hs:28) execute (src/Data/Monoid/State.hs:31) put (src/Data/Monoid/State.hs:35) modify (src/Data/Monoid/State.hs:38) (src/Data/Monoid/State.hs:42) (src/Data/Monoid/State.hs:50) (src/Data/Monoid/State.hs:53) mapFst (src/Data/Monoid/State.hs:58) 25% ( 1 / 4) in 'Data.Monoid.Applicative' Missing documentation for: Module header (src/Data/Monoid/Applicative.hs:14) (src/Data/Monoid/Applicative.hs:19) Documentation created: dist/doc/html/monoid-transformer/index.html, dist/doc/html/monoid-transformer/monoid-transformer.txt Creating package registration file: /tmp/pkgConf-monoid-transformer-0.0111537764338888228.3 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.3/monoid-transformer-0.0.3-BwaPPHf7sPwD6Fc0B8urOT Registering monoid-transformer-0.0.3... Installed monoid-transformer-0.0.3 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.11665947468619290071.0 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.3/primitive-0.6.1.0-EphY2c7CCxSCBKjAN0YTR3 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-17670662491886086990.1 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.3/random-1.1-9Kgekc9yEaLHLNUuw6paWL Registering random-1.1... Installed random-1.1 Configuring 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.014073922921841585795.11 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.3/utility-ht-0.0.11-1dKOfAkrqjK4ivPs0wS8vj 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-0181271232525829204.5 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.3/tf-random-0.5-1eLmkn3WUnC8NZpPuDLGKF Registering tf-random-0.5... Installed tf-random-0.5 Configuring QuickCheck-2.8.2... Building QuickCheck-2.8.2... Preprocessing library QuickCheck-2.8.2... [ 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.2... Running Haddock for QuickCheck-2.8.2... Running hscolour for QuickCheck-2.8.2... Preprocessing library QuickCheck-2.8.2... Preprocessing library QuickCheck-2.8.2... 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:47) ranges (Test/QuickCheck/Text.hs:52) number (Test/QuickCheck/Text.hs:60) short (Test/QuickCheck/Text.hs:63) showErr (Test/QuickCheck/Text.hs:71) oneLine (Test/QuickCheck/Text.hs:74) isOneLine (Test/QuickCheck/Text.hs:77) bold (Test/QuickCheck/Text.hs:80) newTerminal (Test/QuickCheck/Text.hs:91) withStdioTerminal (Test/QuickCheck/Text.hs:105) withNullTerminal (Test/QuickCheck/Text.hs:111) terminalOutput (Test/QuickCheck/Text.hs:115) handle (Test/QuickCheck/Text.hs:118) Terminal (Test/QuickCheck/Text.hs:88) putTemp (Test/QuickCheck/Text.hs:129) putPart (Test/QuickCheck/Text.hs:129) putLine (Test/QuickCheck/Text.hs:129) 100% ( 2 / 2) in 'Test.QuickCheck.State' 89% ( 25 / 28) in 'Test.QuickCheck.Gen' Missing documentation for: (Test/QuickCheck/Gen.hs:48) (Test/QuickCheck/Gen.hs:52) (Test/QuickCheck/Gen.hs:56) 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:188) doneTesting (Test/QuickCheck/Test.hs:194) giveUp (Test/QuickCheck/Test.hs:224) runATest (Test/QuickCheck/Test.hs:240) summary (Test/QuickCheck/Test.hs:306) success (Test/QuickCheck/Test.hs:317) labelPercentage (Test/QuickCheck/Test.hs:347) insufficientCoverage (Test/QuickCheck/Test.hs:355) foundFailure (Test/QuickCheck/Test.hs:362) localMin (Test/QuickCheck/Test.hs:366) localMin' (Test/QuickCheck/Test.hs:396) localMinFound (Test/QuickCheck/Test.hs:408) callbackPostTest (Test/QuickCheck/Test.hs:433) callbackPostFinalFailure (Test/QuickCheck/Test.hs:438) 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.816047654042006138722.2 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.3/QuickCheck-2.8.2-6TxL5Cx3o2p0HsyT59KWiD Registering QuickCheck-2.8.2... Installed QuickCheck-2.8.2 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.18303659812053232475.1 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.3/non-negative-0.1.1-HtO1jxZ5NG0B45ZSYf31da Registering non-negative-0.1.1... Installed non-negative-0.1.1 Configuring event-list-0.1.1.3... Building event-list-0.1.1.3... Preprocessing library event-list-0.1.1.3... [ 1 of 21] Compiling Data.AlternatingList.Custom ( src/Data/AlternatingList/Custom.hs, dist/build/Data/AlternatingList/Custom.o ) [ 2 of 21] Compiling Data.EventList.Utility ( src/Data/EventList/Utility.hs, dist/build/Data/EventList/Utility.o ) [ 3 of 21] Compiling Data.AlternatingList.List.Disparate ( src/Data/AlternatingList/List/Disparate.hs, dist/build/Data/AlternatingList/List/Disparate.o ) [ 4 of 21] Compiling Data.AlternatingList.List.Uniform ( src/Data/AlternatingList/List/Uniform.hs, dist/build/Data/AlternatingList/List/Uniform.o ) [ 5 of 21] Compiling Data.EventList.Relative.BodyBodyPrivate ( src/Data/EventList/Relative/BodyBodyPrivate.hs, dist/build/Data/EventList/Relative/BodyBodyPrivate.o ) [ 6 of 21] Compiling Data.EventList.Relative.BodyBody ( src/Data/EventList/Relative/BodyBody.hs, dist/build/Data/EventList/Relative/BodyBody.o ) [ 7 of 21] Compiling Data.AlternatingList.List.Mixed ( src/Data/AlternatingList/List/Mixed.hs, dist/build/Data/AlternatingList/List/Mixed.o ) [ 8 of 21] Compiling Data.EventList.Relative.TimeBodyPrivate ( src/Data/EventList/Relative/TimeBodyPrivate.hs, dist/build/Data/EventList/Relative/TimeBodyPrivate.o ) src/Data/EventList/Relative/TimeBodyPrivate.hs:21: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/Data/EventList/Relative/TimeBodyPrivate.hs:22:1: Warning: The import of ‘Data.Monoid’ is redundant except perhaps to import instances from ‘Data.Monoid’ To import instances alone, use: import Data.Monoid() [ 9 of 21] Compiling Data.EventList.Relative.BodyTimePrivate ( src/Data/EventList/Relative/BodyTimePrivate.hs, dist/build/Data/EventList/Relative/BodyTimePrivate.o ) src/Data/EventList/Relative/BodyTimePrivate.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() [10 of 21] Compiling Data.EventList.Relative.TimeTimePrivate ( src/Data/EventList/Relative/TimeTimePrivate.hs, dist/build/Data/EventList/Relative/TimeTimePrivate.o ) src/Data/EventList/Relative/TimeTimePrivate.hs:31:1: Warning: The import of ‘Control.Applicative’ is redundant except perhaps to import instances from ‘Control.Applicative’ To import instances alone, use: import Control.Applicative() src/Data/EventList/Relative/TimeTimePrivate.hs:32: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() [11 of 21] Compiling Data.EventList.Relative.BodyTime ( src/Data/EventList/Relative/BodyTime.hs, dist/build/Data/EventList/Relative/BodyTime.o ) [12 of 21] Compiling Data.EventList.Absolute.TimeBodyPrivate ( src/Data/EventList/Absolute/TimeBodyPrivate.hs, dist/build/Data/EventList/Absolute/TimeBodyPrivate.o ) src/Data/EventList/Absolute/TimeBodyPrivate.hs:18: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/Data/EventList/Absolute/TimeBodyPrivate.hs:19: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() [13 of 21] Compiling Data.EventList.Absolute.TimeTimePrivate ( src/Data/EventList/Absolute/TimeTimePrivate.hs, dist/build/Data/EventList/Absolute/TimeTimePrivate.o ) src/Data/EventList/Absolute/TimeTimePrivate.hs:23: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() [14 of 21] Compiling Data.EventList.Absolute.TimeMixed ( src/Data/EventList/Absolute/TimeMixed.hs, dist/build/Data/EventList/Absolute/TimeMixed.o ) [15 of 21] Compiling Data.EventList.Absolute.TimeBody ( src/Data/EventList/Absolute/TimeBody.hs, dist/build/Data/EventList/Absolute/TimeBody.o ) [16 of 21] Compiling Data.EventList.Absolute.TimeTime ( src/Data/EventList/Absolute/TimeTime.hs, dist/build/Data/EventList/Absolute/TimeTime.o ) [17 of 21] Compiling Data.EventList.Relative.TimeBody ( src/Data/EventList/Relative/TimeBody.hs, dist/build/Data/EventList/Relative/TimeBody.o ) [18 of 21] Compiling Data.EventList.Relative.TimeTime ( src/Data/EventList/Relative/TimeTime.hs, dist/build/Data/EventList/Relative/TimeTime.o ) [19 of 21] Compiling Data.EventList.Relative.MixedTime ( src/Data/EventList/Relative/MixedTime.hs, dist/build/Data/EventList/Relative/MixedTime.o ) [20 of 21] Compiling Data.EventList.Relative.TimeMixed ( src/Data/EventList/Relative/TimeMixed.hs, dist/build/Data/EventList/Relative/TimeMixed.o ) [21 of 21] Compiling Data.EventList.Relative.MixedBody ( src/Data/EventList/Relative/MixedBody.hs, dist/build/Data/EventList/Relative/MixedBody.o ) In-place registering event-list-0.1.1.3... Running Haddock for event-list-0.1.1.3... Running hscolour for event-list-0.1.1.3... Preprocessing library event-list-0.1.1.3... Preprocessing library event-list-0.1.1.3... Haddock coverage: 43% ( 3 / 7) in 'Data.AlternatingList.Custom' Missing documentation for: mapDisparate (src/Data/AlternatingList/Custom.hs:42) mapUniform (src/Data/AlternatingList/Custom.hs:48) foldrDisparate (src/Data/AlternatingList/Custom.hs:56) foldrUniform (src/Data/AlternatingList/Custom.hs:64) 17% ( 1 / 6) in 'Data.EventList.Utility' Missing documentation for: Module header roundDiff (src/Data/EventList/Utility.hs:24) floorDiff (src/Data/EventList/Utility.hs:30) beforeBy (src/Data/EventList/Utility.hs:38) slice (src/Data/EventList/Utility.hs:48) 4% ( 2 / 48) in 'Data.AlternatingList.List.Disparate' Missing documentation for: T (src/Data/AlternatingList/List/Disparate.hs:59) fromPairList (src/Data/AlternatingList/List/Disparate.hs:88) toPairList (src/Data/AlternatingList/List/Disparate.hs:91) map (src/Data/AlternatingList/List/Disparate.hs:107) mapFirst (src/Data/AlternatingList/List/Disparate.hs:111) mapSecond (src/Data/AlternatingList/List/Disparate.hs:115) zipWithFirst (src/Data/AlternatingList/List/Disparate.hs:119) zipWithSecond (src/Data/AlternatingList/List/Disparate.hs:123) concatMonoid (src/Data/AlternatingList/List/Disparate.hs:128) concatMapMonoid (src/Data/AlternatingList/List/Disparate.hs:133) sequence (src/Data/AlternatingList/List/Disparate.hs:141) sequence_ (src/Data/AlternatingList/List/Disparate.hs:148) traverse (src/Data/AlternatingList/List/Disparate.hs:155) traverse_ (src/Data/AlternatingList/List/Disparate.hs:161) traverseFirst (src/Data/AlternatingList/List/Disparate.hs:167) traverseSecond (src/Data/AlternatingList/List/Disparate.hs:172) getFirsts (src/Data/AlternatingList/List/Disparate.hs:178) getSeconds (src/Data/AlternatingList/List/Disparate.hs:181) length (src/Data/AlternatingList/List/Disparate.hs:184) genericLength (src/Data/AlternatingList/List/Disparate.hs:187) empty (src/Data/AlternatingList/List/Disparate.hs:192) singleton (src/Data/AlternatingList/List/Disparate.hs:195) null (src/Data/AlternatingList/List/Disparate.hs:198) cons (src/Data/AlternatingList/List/Disparate.hs:202) snoc (src/Data/AlternatingList/List/Disparate.hs:205) viewL (src/Data/AlternatingList/List/Disparate.hs:209) viewR (src/Data/AlternatingList/List/Disparate.hs:227) switchL (src/Data/AlternatingList/List/Disparate.hs:214) switchR (src/Data/AlternatingList/List/Disparate.hs:233) mapHead (src/Data/AlternatingList/List/Disparate.hs:221) mapLast (src/Data/AlternatingList/List/Disparate.hs:239) foldr (src/Data/AlternatingList/List/Disparate.hs:244) foldrPair (src/Data/AlternatingList/List/Disparate.hs:248) foldl (src/Data/AlternatingList/List/Disparate.hs:252) reverse (src/Data/AlternatingList/List/Disparate.hs:267) format (src/Data/AlternatingList/List/Disparate.hs:63) append (src/Data/AlternatingList/List/Disparate.hs:257) concat (src/Data/AlternatingList/List/Disparate.hs:260) cycle (src/Data/AlternatingList/List/Disparate.hs:263) take (src/Data/AlternatingList/List/Disparate.hs:280) drop (src/Data/AlternatingList/List/Disparate.hs:283) genericSplitAt (src/Data/AlternatingList/List/Disparate.hs:287) genericTake (src/Data/AlternatingList/List/Disparate.hs:290) genericDrop (src/Data/AlternatingList/List/Disparate.hs:293) spanFirst (src/Data/AlternatingList/List/Disparate.hs:297) spanSecond (src/Data/AlternatingList/List/Disparate.hs:301) 5% ( 2 / 44) in 'Data.AlternatingList.List.Uniform' Missing documentation for: map (src/Data/AlternatingList/List/Uniform.hs:89) mapFirst (src/Data/AlternatingList/List/Uniform.hs:92) mapSecond (src/Data/AlternatingList/List/Uniform.hs:95) zipWithFirst (src/Data/AlternatingList/List/Uniform.hs:99) zipWithSecond (src/Data/AlternatingList/List/Uniform.hs:103) concatMonoid (src/Data/AlternatingList/List/Uniform.hs:109) concatMapMonoid (src/Data/AlternatingList/List/Uniform.hs:114) sequence (src/Data/AlternatingList/List/Uniform.hs:122) sequence_ (src/Data/AlternatingList/List/Uniform.hs:127) traverse (src/Data/AlternatingList/List/Uniform.hs:133) traverse_ (src/Data/AlternatingList/List/Uniform.hs:139) traverseFirst (src/Data/AlternatingList/List/Uniform.hs:145) traverseSecond (src/Data/AlternatingList/List/Uniform.hs:150) getFirsts (src/Data/AlternatingList/List/Uniform.hs:156) getSeconds (src/Data/AlternatingList/List/Uniform.hs:159) length (src/Data/AlternatingList/List/Uniform.hs:162) genericLength (src/Data/AlternatingList/List/Uniform.hs:165) fromFirstList (src/Data/AlternatingList/List/Uniform.hs:169) fromSecondList (src/Data/AlternatingList/List/Uniform.hs:173) fromEitherList (src/Data/AlternatingList/List/Uniform.hs:178) singleton (src/Data/AlternatingList/List/Uniform.hs:187) isSingleton (src/Data/AlternatingList/List/Uniform.hs:190) cons (src/Data/AlternatingList/List/Uniform.hs:194) snoc (src/Data/AlternatingList/List/Uniform.hs:198) reverse (src/Data/AlternatingList/List/Uniform.hs:224) mapSecondHead (src/Data/AlternatingList/List/Uniform.hs:202) forceSecondHead (src/Data/AlternatingList/List/Uniform.hs:205) foldr (src/Data/AlternatingList/List/Uniform.hs:210) foldl (src/Data/AlternatingList/List/Uniform.hs:219) format (src/Data/AlternatingList/List/Uniform.hs:68) filterFirst (src/Data/AlternatingList/List/Uniform.hs:229) partitionFirst (src/Data/AlternatingList/List/Uniform.hs:237) partitionMaybeFirst (src/Data/AlternatingList/List/Uniform.hs:247) partitionEitherFirst (src/Data/AlternatingList/List/Uniform.hs:255) unzipEitherFirst (src/Data/AlternatingList/List/Uniform.hs:263) filterSecond (src/Data/AlternatingList/List/Uniform.hs:233) partitionSecond (src/Data/AlternatingList/List/Uniform.hs:242) partitionMaybeSecond (src/Data/AlternatingList/List/Uniform.hs:251) partitionEitherSecond (src/Data/AlternatingList/List/Uniform.hs:259) unzipEitherSecond (src/Data/AlternatingList/List/Uniform.hs:272) catMaybesFirst (src/Data/AlternatingList/List/Uniform.hs:281) catMaybesSecond (src/Data/AlternatingList/List/Uniform.hs:288) 9% ( 1 / 11) in 'Data.EventList.Relative.BodyBodyPrivate' Missing documentation for: T (src/Data/EventList/Relative/BodyBodyPrivate.hs:22) (src/Data/EventList/Relative/BodyBodyPrivate.hs:25) (src/Data/EventList/Relative/BodyBodyPrivate.hs:29) (src/Data/EventList/Relative/BodyBodyPrivate.hs:43) (src/Data/EventList/Relative/BodyBodyPrivate.hs:46) (src/Data/EventList/Relative/BodyBodyPrivate.hs:49) $** (src/Data/EventList/Relative/BodyBodyPrivate.hs:56) lift (src/Data/EventList/Relative/BodyBodyPrivate.hs:60) liftM (src/Data/EventList/Relative/BodyBodyPrivate.hs:65) unlift (src/Data/EventList/Relative/BodyBodyPrivate.hs:70) 20% ( 1 / 5) in 'Data.EventList.Relative.BodyBody' Missing documentation for: T (src/Data/EventList/Relative/BodyBodyPrivate.hs:22) concatMapMonoid (src/Data/EventList/Relative/BodyBody.hs:30) traverse (src/Data/EventList/Relative/BodyBody.hs:35) mapM (src/Data/EventList/Relative/BodyBody.hs:41) 2% ( 1 / 45) in 'Data.AlternatingList.List.Mixed' Missing documentation for: consFirst (src/Data/AlternatingList/List/Mixed.hs:54) consSecond (src/Data/AlternatingList/List/Mixed.hs:57) ./ (src/Data/AlternatingList/List/Mixed.hs:50) /. (src/Data/AlternatingList/List/Mixed.hs:47) snocFirst (src/Data/AlternatingList/List/Mixed.hs:61) snocSecond (src/Data/AlternatingList/List/Mixed.hs:65) viewL (src/Data/AlternatingList/List/Mixed.hs:70) viewFirstL (src/Data/AlternatingList/List/Mixed.hs:73) viewSecondL (src/Data/AlternatingList/List/Mixed.hs:77) viewR (src/Data/AlternatingList/List/Mixed.hs:81) viewFirstR (src/Data/AlternatingList/List/Mixed.hs:88) viewSecondR (src/Data/AlternatingList/List/Mixed.hs:99) switchL (src/Data/AlternatingList/ src/Data/EventList/Relative/TimeBodyPrivate.hs:21: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/Data/EventList/Relative/TimeBodyPrivate.hs:22:1: Warning: The import of ‘Data.Monoid’ is redundant except perhaps to import instances from ‘Data.Monoid’ To import instances alone, use: import Data.Monoid() src/Data/EventList/Relative/BodyTimePrivate.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/Data/EventList/Relative/TimeTimePrivate.hs:31:1: Warning: The import of ‘Control.Applicative’ is redundant except perhaps to import instances from ‘Control.Applicative’ To import instances alone, use: import Control.Applicative() src/Data/EventList/Relative/TimeTimePrivate.hs:32: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() List/Mixed.hs:108) switchFirstL (src/Data/AlternatingList/List/Mixed.hs:113) switchSecondL (src/Data/AlternatingList/List/Mixed.hs:118) switchR (src/Data/AlternatingList/List/Mixed.hs:129) switchFirstR (src/Data/AlternatingList/List/Mixed.hs:134) switchSecondR (src/Data/AlternatingList/List/Mixed.hs:139) mapFirstL (src/Data/AlternatingList/List/Mixed.hs:144) mapFirstHead (src/Data/AlternatingList/List/Mixed.hs:150) mapFirstTail (src/Data/AlternatingList/List/Mixed.hs:155) mapSecondL (src/Data/AlternatingList/List/Mixed.hs:161) mapSecondHead (src/Data/AlternatingList/List/Uniform.hs:202) mapSecondTail (src/Data/AlternatingList/List/Mixed.hs:173) mapFirstR (src/Data/AlternatingList/List/Mixed.hs:179) mapFirstLast (src/Data/AlternatingList/List/Mixed.hs:186) mapFirstInit (src/Data/AlternatingList/List/Mixed.hs:191) mapSecondR (src/Data/AlternatingList/List/Mixed.hs:197) mapSecondLast (src/Data/AlternatingList/List/Mixed.hs:202) mapSecondInit (src/Data/AlternatingList/List/Mixed.hs:207) appendUniformUniform (src/Data/AlternatingList/List/Mixed.hs:223) appendDisparateUniform (src/Data/AlternatingList/List/Mixed.hs:227) appendUniformDisparate (src/Data/AlternatingList/List/Mixed.hs:231) concatUniform (src/Data/AlternatingList/List/Mixed.hs:240) concatDisparate (src/Data/AlternatingList/List/Mixed.hs:236) reverseUniform (src/Data/AlternatingList/List/Mixed.hs:214) reverseDisparate (src/Data/AlternatingList/List/Mixed.hs:218) splitAtDisparateUniform (src/Data/AlternatingList/List/Mixed.hs:247) splitAtUniformDisparate (src/Data/AlternatingList/List/Mixed.hs:257) splitAtUniformUniform (src/Data/AlternatingList/List/Mixed.hs:262) takeDisparate (src/Data/AlternatingList/List/Mixed.hs:272) takeUniform (src/Data/AlternatingList/List/Mixed.hs:276) dropDisparate (src/Data/AlternatingList/List/Mixed.hs:280) dropUniform (src/Data/AlternatingList/List/Mixed.hs:283) 6% ( 1 / 16) in 'Data.EventList.Relative.TimeBodyPrivate' Missing documentation for: T (src/Data/EventList/Relative/TimeBodyPrivate.hs:30) (src/Data/EventList/Relative/TimeBodyPrivate.hs:34) (src/Data/EventList/Relative/TimeBodyPrivate.hs:38) (src/Data/EventList/Relative/TimeBodyPrivate.hs:43) (src/Data/EventList/Relative/TimeBodyPrivate.hs:47) (src/Data/EventList/Relative/TimeBodyPrivate.hs:50) (src/Data/EventList/Relative/TimeBodyPrivate.hs:53) $~* (src/Data/EventList/Relative/TimeBodyPrivate.hs:60) lift (src/Data/EventList/Relative/TimeBodyPrivate.hs:64) liftA (src/Data/EventList/Relative/TimeBodyPrivate.hs:69) liftM (src/Data/EventList/Relative/TimeBodyPrivate.hs:74) unlift (src/Data/EventList/Relative/TimeBodyPrivate.hs:79) mapTimeL (src/Data/EventList/Relative/TimeBodyPrivate.hs:86) mapTimeHead (src/Data/EventList/Relative/TimeBodyPrivate.hs:91) mapTimeTail (src/Data/EventList/Relative/TimeBodyPrivate.hs:96) 6% ( 1 / 16) in 'Data.EventList.Relative.BodyTimePrivate' Missing documentation for: T (src/Data/EventList/Relative/BodyTimePrivate.hs:24) (src/Data/EventList/Relative/BodyTimePrivate.hs:27) (src/Data/EventList/Relative/BodyTimePrivate.hs:31) (src/Data/EventList/Relative/BodyTimePrivate.hs:36) (src/Data/EventList/Relative/BodyTimePrivate.hs:40) (src/Data/EventList/Relative/BodyTimePrivate.hs:43) (src/Data/EventList/Relative/BodyTimePrivate.hs:46) $*~ (src/Data/EventList/Relative/BodyTimePrivate.hs:53) lift (src/Data/EventList/Relative/BodyTimePrivate.hs:57) liftA (src/Data/EventList/Relative/BodyTimePrivate.hs:62) liftM (src/Data/EventList/Relative/BodyTimePrivate.hs:67) unlift (src/Data/EventList/Relative/BodyTimePrivate.hs:72) concat (src/Data/EventList/Relative/BodyTimePrivate.hs:80) cycle (src/Data/EventList/Relative/BodyTimePrivate.hs:87) mapTimeLast (src/Data/EventList/Relative/BodyTimePrivate.hs:92) 3% ( 1 / 36) in 'Data.EventList.Relative.TimeTimePrivate' Missing documentation for: T (src/Data/EventList/Relative/TimeTimePrivate.hs:39) (src/Data/EventList/Relative/TimeTimePrivate.hs:43) (src/Data/EventList/Relative/TimeTimePrivate.hs:46) (src/Data/EventList/Relative/TimeTimePrivate.hs:52) append (src/Data/EventList/Relative/TimeTimePrivate.hs:60) appendAlt (src/Data/EventList/Relative/TimeTimePrivate.hs:60) appendSwitch (src/Data/EventList/Relative/TimeTimePrivate.hs:60) (src/Data/EventList/Relative/TimeTimePrivate.hs:90) (src/Data/EventList/Relative/TimeTimePrivate.hs:93) (src/Data/EventList/Relative/TimeTimePrivate.hs:96) $~~ (src/Data/EventList/Relative/TimeTimePrivate.hs:103) lift (src/Data/EventList/Relative/TimeTimePrivate.hs:107) liftA (src/Data/EventList/Relative/TimeTimePrivate.hs:112) liftM (src/Data/EventList/Relative/TimeTimePrivate.hs:117) unlift (src/Data/EventList/Relative/TimeTimePrivate.hs:122) consBody (src/Data/EventList/Relative/TimeTimePrivate.hs:130) consTime (src/Data/EventList/Relative/TimeTimePrivate.hs:133) viewTimeL (src/Data/EventList/Relative/TimeTimePrivate.hs:137) viewBodyL (src/Data/EventList/Relative/TimeTimePrivate.hs:140) viewTimeR (src/Data/EventList/Relative/TimeTimePrivate.hs:144) viewBodyR (src/Data/EventList/Relative/TimeTimePrivate.hs:147) switchTimeL (src/Data/EventList/Relative/TimeTimePrivate.hs:152) switchBodyL (src/Data/EventList/Relative/TimeTimePrivate.hs:157) switchTimeR (src/Data/EventList/Relative/TimeTimePrivate.hs:163) switchBodyR (src/Data/EventList/Relative/TimeTimePrivate.hs:167) mapTimeL (src/Data/EventList/Relative/TimeTimePrivate.hs:171) mapTimeHead (src/Data/EventList/Relative/TimeTimePrivate.hs:176) mapTimeTail (src/Data/EventList/Relative/TimeTimePrivate.hs:181) mapTimeR (src/Data/EventList/Relative/TimeTimePrivate.hs:196) mapTimeLast (src/Data/EventList/Relative/TimeTimePrivate.hs:201) mapTimeInit (src/Data/EventList/Relative/TimeTimePrivate.hs:206) foldr (src/Data/EventList/Relative/TimeTimePrivate.hs:212) forceTimeHead (src/Data/EventList/Relative/TimeTimePrivate.hs:215) delay (src/Data/EventList/Relative/TimeTimePrivate.hs:220) flatten (src/Data/EventList/Relative/TimeTimePrivate.hs:225) 3% ( 1 / 31) in 'Data.EventList.Relative.BodyTime' Missing documentation for: T (src/Data/EventList/Relative/BodyTimePrivate.hs:24) empty (src/Data/EventList/Relative/BodyTime.hs:125) singleton (src/Data/EventList/Relative/BodyTime.hs:131) null (src/Data/EventList/Relative/BodyTime.hs:128) fromPairList (src/Data/EventList/Relative/BodyTime.hs:44) toPairList (src/Data/EventList/Relative/BodyTime.hs:47) getTimes (src/Data/EventList/Relative/BodyTime.hs:53) getBodies (src/Data/EventList/Relative/BodyTime.hs:50) duration (src/Data/EventList/Relative/BodyTime.hs:56) durationR (src/Data/EventList/Relative/BodyTime.hs:59) mapBody (src/Data/EventList/Relative/BodyTime.hs:63) mapTime (src/Data/EventList/Relative/BodyTime.hs:66) concatMapMonoid (src/Data/EventList/Relative/BodyTime.hs:70) traverse (src/Data/EventList/Relative/BodyTime.hs:76) traverse_ (src/Data/EventList/Relative/BodyTime.hs:82) traverseBody (src/Data/EventList/Relative/BodyTime.hs:87) traverseTime (src/Data/EventList/Relative/BodyTime.hs:91) mapM (src/Data/EventList/Relative/BodyTime.hs:96) mapM_ (src/Data/EventList/Relative/BodyTime.hs:102) mapBodyM (src/Data/EventList/Relative/BodyTime.hs:109) mapTimeM (src/Data/EventList/Relative/BodyTime.hs:113) foldr (src/Data/EventList/Relative/BodyTime.hs:118) foldrPair (src/Data/EventList/Relative/BodyTime.hs:121) cons (src/Data/EventList/Relative/BodyTime.hs:135) snoc (src/Data/EventList/Relative/BodyTime.hs:138) viewL (src/Data/EventList/Relative/BodyTime.hs:143) viewR (src/Data/EventList/Relative/BodyTime.hs:146) switchL (src/Data/EventList/Relative/BodyTime.hs:151) switchR (src/Data/EventList/Relative src/Data/EventList/Absolute/TimeBodyPrivate.hs:18: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/Data/EventList/Absolute/TimeBodyPrivate.hs:19: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/Data/EventList/Absolute/TimeTimePrivate.hs:23: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() /BodyTime.hs:155) span (src/Data/EventList/Relative/BodyTime.hs:159) 10% ( 2 / 20) in 'Data.EventList.Absolute.TimeBodyPrivate' Missing documentation for: T (src/Data/EventList/Absolute/TimeBodyPrivate.hs:26) (src/Data/EventList/Absolute/TimeBodyPrivate.hs:30) (src/Data/EventList/Absolute/TimeBodyPrivate.hs:35) (src/Data/EventList/Absolute/TimeBodyPrivate.hs:40) (src/Data/EventList/Absolute/TimeBodyPrivate.hs:43) (src/Data/EventList/Absolute/TimeBodyPrivate.hs:46) $~ (src/Data/EventList/Absolute/TimeBodyPrivate.hs:53) lift (src/Data/EventList/Absolute/TimeBodyPrivate.hs:57) liftA (src/Data/EventList/Absolute/TimeBodyPrivate.hs:62) liftM (src/Data/EventList/Absolute/TimeBodyPrivate.hs:67) switchL (src/Data/EventList/Absolute/TimeBodyPrivate.hs:74) switchR (src/Data/EventList/Absolute/TimeBodyPrivate.hs:78) mapBody (src/Data/EventList/Absolute/TimeBodyPrivate.hs:82) mapTime (src/Data/EventList/Absolute/TimeBodyPrivate.hs:85) delay (src/Data/EventList/Absolute/TimeBodyPrivate.hs:100) append (src/Data/EventList/Absolute/TimeBodyPrivate.hs:108) concat (src/Data/EventList/Absolute/TimeBodyPrivate.hs:112) cycle (src/Data/EventList/Absolute/TimeBodyPrivate.hs:122) 8% ( 1 / 13) in 'Data.EventList.Absolute.TimeTimePrivate' Missing documentation for: T (src/Data/EventList/Absolute/TimeTimePrivate.hs:26) $* (src/Data/EventList/Absolute/TimeTimePrivate.hs:31) lift (src/Data/EventList/Absolute/TimeTimePrivate.hs:35) liftA (src/Data/EventList/Absolute/TimeTimePrivate.hs:40) liftM (src/Data/EventList/Absolute/TimeTimePrivate.hs:45) snocBody (src/Data/EventList/Absolute/TimeTimePrivate.hs:51) snocTime (src/Data/EventList/Absolute/TimeTimePrivate.hs:55) viewTimeR (src/Data/EventList/Absolute/TimeTimePrivate.hs:60) viewBodyR (src/Data/EventList/Absolute/TimeTimePrivate.hs:64) switchTimeR (src/Data/EventList/Absolute/TimeTimePrivate.hs:70) switchBodyR (src/Data/EventList/Absolute/TimeTimePrivate.hs:75) mapTimeInit (src/Data/EventList/Absolute/TimeTimePrivate.hs:80) 12% ( 1 / 8) in 'Data.EventList.Absolute.TimeMixed' Missing documentation for: snocBody (src/Data/EventList/Absolute/TimeTimePrivate.hs:51) snocTime (src/Data/EventList/Absolute/TimeTimePrivate.hs:55) viewTimeR (src/Data/EventList/Absolute/TimeTimePrivate.hs:60) viewBodyR (src/Data/EventList/Absolute/TimeTimePrivate.hs:64) switchTimeR (src/Data/EventList/Absolute/TimeTimePrivate.hs:70) switchBodyR (src/Data/EventList/Absolute/TimeTimePrivate.hs:75) mapTimeInit (src/Data/EventList/Absolute/TimeTimePrivate.hs:80) 24% ( 13 / 55) in 'Data.EventList.Absolute.TimeBody' Missing documentation for: T (src/Data/EventList/Absolute/TimeBodyPrivate.hs:26) empty (src/Data/EventList/Absolute/TimeBody.hs:67) singleton (src/Data/EventList/Absolute/TimeBody.hs:73) null (src/Data/EventList/Absolute/TimeBody.hs:70) viewL (src/Data/EventList/Absolute/TimeBody.hs:86) viewR (src/Data/EventList/Absolute/TimeBody.hs:89) switchL (src/Data/EventList/Absolute/TimeBodyPrivate.hs:74) switchR (src/Data/EventList/Absolute/TimeBodyPrivate.hs:78) cons (src/Data/EventList/Absolute/TimeBody.hs:77) snoc (src/Data/EventList/Absolute/TimeBody.hs:80) fromPairList (src/Data/EventList/Absolute/TimeBody.hs:93) toPairList (src/Data/EventList/Absolute/TimeBody.hs:96) getTimes (src/Data/EventList/Absolute/TimeBody.hs:102) getBodies (src/Data/EventList/Absolute/TimeBody.hs:99) mapBody (src/Data/EventList/Absolute/TimeBodyPrivate.hs:82) mapTime (src/Data/EventList/Absolute/TimeBodyPrivate.hs:85) concatMapMonoid (src/Data/EventList/Absolute/TimeBody.hs:108) traverse (src/Data/EventList/Absolute/TimeBody.hs:115) traverse_ (src/Data/EventList/Absolute/TimeBody.hs:120) traverseBody (src/Data/EventList/Absolute/TimeBody.hs:126) traverseTime (src/Data/EventList/Absolute/TimeBody.hs:130) mapM (src/Data/EventList/Absolute/TimeBody.hs:135) mapM_ (src/Data/EventList/Absolute/TimeBody.hs:141) mapBodyM (src/Data/EventList/Absolute/TimeBody.hs:148) mapTimeM (src/Data/EventList/Absolute/TimeBody.hs:152) insertBy (src/Data/EventList/Absolute/TimeBody.hs:359) decreaseStart (src/Data/EventList/Absolute/TimeBody.hs:413) delay (src/Data/EventList/Absolute/TimeBodyPrivate.hs:100) filter (src/Data/EventList/Absolute/TimeBody.hs:181) partition (src/Data/EventList/Absolute/TimeBody.hs:198) partitionMaybe (src/Data/EventList/Absolute/TimeBody.hs:206) foldr (src/Data/EventList/Absolute/TimeBody.hs:174) foldrPair (src/Data/EventList/Absolute/TimeBody.hs:177) mapMaybe (src/Data/EventList/Absolute/TimeBody.hs:185) catMaybes (src/Data/EventList/Absolute/TimeBody.hs:190) isNormalized (src/Data/EventList/Absolute/TimeBody.hs:302) flatten (src/Data/EventList/Absolute/TimeBody.hs:276) append (src/Data/EventList/Absolute/TimeBodyPrivate.hs:108) concat (src/Data/EventList/Absolute/TimeBodyPrivate.hs:112) cycle (src/Data/EventList/Absolute/TimeBodyPrivate.hs:122) resample (src/Data/EventList/Absolute/TimeBody.hs:450) collectCoincidentFoldr (src/Data/EventList/Absolute/TimeBody.hs:243) 9% ( 4 / 45) in 'Data.EventList.Absolute.TimeTime' Missing documentation for: T (src/Data/EventList/Absolute/TimeTimePrivate.hs:26) pause (src/Data/EventList/Absolute/TimeTime.hs:66) isPause (src/Data/EventList/Absolute/TimeTime.hs:69) viewL (src/Data/EventList/Absolute/TimeTime.hs:94) switchL (src/Data/EventList/Absolute/TimeTime.hs:101) cons (src/Data/EventList/Absolute/TimeTime.hs:86) snoc (src/Data/EventList/Absolute/TimeTime.hs:89) mapBody (src/Data/EventList/Absolute/TimeTime.hs:107) mapTime (src/Data/EventList/Absolute/TimeTime.hs:110) concatMapMonoid (src/Data/EventList/Absolute/TimeTime.hs:115) traverse (src/Data/EventList/Absolute/TimeTime.hs:122) traverse_ (src/Data/EventList/Absolute/TimeTime.hs:127) traverseBody (src/Data/EventList/Absolute/TimeTime.hs:133) traverseTime (src/Data/EventList/Absolute/TimeTime.hs:137) mapM (src/Data/EventList/Absolute/TimeTime.hs:142) mapM_ (src/Data/EventList/Absolute/TimeTime.hs:148) mapBodyM (src/Data/EventList/Absolute/TimeTime.hs:155) mapTimeM (src/Data/EventList/Absolute/TimeTime.hs:159) getTimes (src/Data/EventList/Absolute/TimeTime.hs:77) getBodies (src/Data/EventList/Absolute/TimeTime.hs:74) duration (src/Data/EventList/Absolute/TimeTime.hs:80) merge (src/Data/EventList/Absolute/TimeTime.hs:248) mergeBy (src/Data/EventList/Absolute/TimeTime.hs:252) insert (src/Data/EventList/Absolute/TimeTime.hs:262) insertBy (src/Data/EventList/Absolute/TimeTime.hs:266) decreaseStart (src/Data/EventList/Absolute/TimeTime.hs:317) delay (src/Data/EventList/Absolute/TimeTime.hs:330) filter (src/Data/EventList/Absolute/TimeTime.hs:169) partition (src/Data/EventList/Absolute/TimeTime.hs:186) slice (src/Data/EventList/Absolute/TimeTime.hs:195) foldr (src/Data/EventList/Absolute/TimeTime.hs:165) mapMaybe (src/Data/EventList/Absolute/TimeTime.hs:173) catMaybes (src/Data/EventList/Absolute/TimeTime.hs:178) isNormalized (src/Data/EventList/Absolute/TimeTime.hs:241) collectCoincident (src/Data/EventList/Absolute/TimeTime.hs:203) flatten (src/Data/EventList/Absolute/TimeTime.hs:218) append (src/Data/EventList/Absolute/TimeTime.hs:293) concat (src/Data/EventList/Absolute/TimeTime.hs:299) cycle (src/Data/EventList/Absolute/TimeTime.hs:312) discretize (src/Data/EventList/Absolute/TimeTime.hs:338) resample (src/Data/EventList/Absolute/TimeTime.hs:342) 27% ( 16 / 60) in 'Data.EventList.Relative.TimeBody' Missing documentation for: T (src/Data/EventList/Relative/TimeBodyPrivate.hs:30) empty (src/Data/EventList/Relative/TimeBody.hs:80) singleton (src/Data/EventList/Relative/TimeBody.hs:86) null (src/Data/EventList/Relative/TimeBody.hs:83) viewL (src/Data/EventList/Relative/TimeBody.hs:98) viewR (src/Data/EventList/Relative/TimeBody.hs:101) switchL (src/Data/EventList/Relative/TimeBody.hs:106) switchR (src/Data/EventList/Relative/TimeBody.hs:110) cons (src/Data/EventList/Relative/TimeBody.hs:90) snoc (src/Data/EventList/Relative/TimeBody.hs:93) fromPairList (src/Data/EventList/Relative/TimeBody.hs:115) toPairList (src/Data/EventList/Relative/TimeBody.hs:118) getTimes (src/Data/EventList/Relative/TimeBody.hs:124) getBodies (src/Data/EventList/Relative/TimeBody.hs:121) duration (src/Data/EventList/Relative/TimeBody.hs:127) mapBody (src/Data/EventList/Relative/TimeBody.hs:132) mapTime (src/Data/EventList/Relative/TimeBody.hs:135) zipWithBody (src/Data/EventList/Relative/TimeBody.hs:139) zipWithTime (src/Data/EventList/Relative/TimeBody.hs:144) unzip (src/Data/EventList/Relative/TimeBody.hs:150) concatMapMonoid (src/Data/EventList/Relative/TimeBody.hs:159) traverse (src/Data/EventList/Relative/TimeBody.hs:166) traverse_ (src/Data/EventList/Relative/TimeBody.hs:171) traverseBody (src/Data/EventList/Relative/TimeBody.hs:177) traverseTime (src/Data/EventList/Relative/TimeBody.hs:181) mapM (src/Data/EventList/Relative/TimeBody.hs:186) mapM_ (src/Data/EventList/Relative/TimeBody.hs:192) mapBodyM (src/Data/EventList/Relative/TimeBody.hs:199) mapTimeM (src/Data/EventList/Relative/TimeBody.hs:203) foldr (src/Data/EventList/Relative/TimeBody.hs:210) foldrPair (src/Data/EventList/Relative/TimeBody.hs:213) insertBy (src/Data/EventList/Relative/TimeBody.hs:423) decreaseStart (src/Data/EventList/Relative/TimeBody.hs:499) delay (src/Data/EventList/Relative/TimeBody.hs:504) partition (src/Data/EventList/Relative/TimeBody.hs:274) partitionMaybe (src/Data/EventList/Relative/TimeBody.hs:293) span (src/Data/EventList/Relative/TimeBody.hs:314) mapMaybe (src/Data/EventList/Relative/TimeBody.hs:225) isNormalized (src/Data/EventList/Relative/TimeBody.hs:364) append (src/Data/EventList/Relative/TimeBody.hs:488) concat (src/Data/EventList/Relative/TimeBody.hs:491) cycle (src/Data/EventList/Relative/TimeBody.hs:494) resample (src/Data/EventList/Relative/TimeBody.hs:537) fromAbsoluteEventList (src/Data/EventList/Relative/TimeBody.hs:551) 26% ( 18 / 70) in 'Data.EventList.Relative.TimeTime' Missing documentation for: T (src/Data/EventList/Relative/TimeTimePrivate.hs:39) mapBody (src/Data/EventList/Relative/TimeTime.hs:125) mapTime (src/Data/EventList/Relative/TimeTime.hs:128) zipWithBody (src/Data/EventList/Relative/TimeTime.hs:132) zipWithTime (src/Data/EventList/Relative/TimeTime.hs:137) unzip (src/Data/EventList/Relative/TimeTime.hs:142) concatMapMonoid (src/Data/EventList/Relative/TimeTime.hs:152) traverse (src/Data/EventList/Relative/TimeTime.hs:157) traverse_ (src/Data/EventList/Relative/TimeTime.hs:162) traverseBody (src/Data/EventList/Relative/TimeTime.hs:168) traverseTime (src/Data/EventList/Relative/TimeTime.hs:172) mapM (src/Data/EventList/Relative/TimeTime.hs:177) mapM_ (src/Data/EventList/Relative/TimeTime.hs:183) mapBodyM (src/Data/EventList/Relative/TimeTime.hs:190) mapTimeM (src/Data/EventList/Relative/TimeTime.hs:194) getTimes (src/Data/EventList/Relative/TimeTime.hs:86) getBodies (src/Data/EventList/Relative/TimeTime.hs:83) duration (src/Data/EventList/Relative/TimeTime.hs:89) mergeBy (src/Data/EventList/Relative/TimeTime.hs:225) pad (src/Data/EventList/Relative/TimeTime.hs:304) moveBackward (src/Data/EventList/Relative/TimeTime.hs:321) arrangeBy (src/Data/EventList/Relative/TimeTime.hs:418) decreaseStart (src/Data/EventList/Relative/TimeTime.hs:534) delay (src/Data/EventList/Relative/TimeTimePrivate.hs:220) partition (src/Data/EventList/Relative/TimeTime.hs:590) partitionMaybe (src/Data/EventList/Relative/TimeTime.hs:599) foldr (src/Data/EventList/Relative/TimeTimePrivate.hs:212) foldl (src/Data/EventList/Relative/TimeTime.hs:630) pause (src/Data/EventList/Relative/TimeTime.hs:75) isPause (src/Data/EventList/Relative/TimeTime.hs:78) cons (src/Data/EventList/Relative/TimeTime.hs:94) snoc (src/Data/EventList/Relative/TimeTime.hs:97) viewL (src/Data/EventList/Relative/TimeTime.hs:102) viewR (src/Data/EventList/Relative/TimeTime.hs:114) switchL (src/Data/EventList/Relative/TimeTime.hs:109) switchR (src/Data/EventList/Relative/TimeTime.hs:119) mapMaybe (src/Data/EventList/Relative/TimeTime.hs:564) append (src/Data/EventList/Relative/TimeTimePrivate.hs:60) concat (src/Data/EventList/Relative/TimeTime.hs:429) cycleNaive (src/Data/EventList/Relative/TimeTime.hs:459) reverse (src/Data/EventList/Relative/TimeTime.hs:633) takeTime (src/Data/EventList/Relative/TimeTime.hs:496) dropTime (src/Data/EventList/Relative/TimeTime.hs:500) forceTimeHead (src/Data/EventList/Relative/TimeTimePrivate.hs:215) discretize (src/Data/EventList/Relative/TimeTime.hs:637) resample (src/Data/EventList/Relative/TimeTime.hs:642) collectCoincident (src/Data/EventList/Relative/TimeTime.hs:540) flatten (src/Data/EventList/Relative/TimeTimePrivate.hs:225) mapCoincident (src/Data/EventList/Relative/TimeTime.hs:546) isNormalized (src/Data/EventList/Relative/TimeTime.hs:207) toAbsoluteEventList (src/Data/EventList/Relative/TimeTime.hs:648) fromAbsoluteEventList (src/Data/EventList/Relative/TimeTime.hs:655) 6% ( 1 / 16) in 'Data.EventList.Relative.MixedTime' Missing documentation for: consBody (src/Data/EventList/Relative/TimeTimePrivate.hs:130) consTime (src/Data/EventList/Relative/TimeTimePrivate.hs:133) /. (src/Data/EventList/Relative/MixedTime.hs:45) ./ (src/Data/EventList/Relative/MixedTime.hs:42) empty (src/Data/EventList/Relative/BodyTime.hs:125) viewTimeL (src/Data/EventList/Relative/TimeTimePrivate.hs:137) viewBodyL (src/Data/EventList/Relative/TimeTimePrivate.hs:140) switchTimeL (src/Data/EventList/Relative/TimeTimePrivate.hs:152) switchBodyL (src/Data/EventList/Relative/TimeTimePrivate.hs:157) mapTimeL (src/Data/EventList/Relative/TimeTimePrivate.hs:171) mapTimeHead (src/Data/EventList/Relative/TimeTimePrivate.hs:176) mapTimeTail (src/Data/EventList/Relative/TimeTimePrivate.hs:181) mapBodyL (src/Data/EventList/Relative/MixedTime.hs:48) mapBodyHead (src/Data/EventList/Relative/MixedTime.hs:53) mapBodyTail (src/Data/EventList/Relative/MixedTime.hs:58) 17% ( 3 / 18) in 'Data.EventList.Relative.TimeMixed' Missing documentation for: snocBody (src/Data/EventList/Relative/TimeMixed.hs:44) snocTime (src/Data/EventList/Relative/TimeMixed.hs:47) viewTimeR (src/Data/EventList/Relative/TimeTimePrivate.hs:144) viewBodyR (src/Data/EventList/Relative/TimeTimePrivate.hs:147) switchTimeR (src/Data/EventList/Relative/TimeTimePrivate.hs:163) switchBodyR (src/Data/EventList/Relative/TimeTimePrivate.hs:167) mapTimeR (src/Data/EventList/Relative/TimeTimePrivate.hs:196) mapTimeLast (src/Data/EventList/Relative/TimeTimePrivate.hs:201) mapTimeInit (src/Data/EventList/Relative/TimeTimePrivate.hs:206) mapBodyR (src/Data/EventList/Relative/TimeMixed.hs:52) mapBodyLast (src/Data/EventList/Relative/TimeMixed.hs:57) mapBodyInit (src/Data/EventList/Relative/TimeMixed.hs:62) splitAtTime (src/Data/EventList/Relative/TimeMixed.hs:112) takeTime (src/Data/EventList/Relative/TimeMixed.hs:120) dropTime (src/Data/EventList/Relative/TimeMixed.hs:124) 8% ( 1 / 13) in 'Data.EventList.Relative.MixedBody' Missing documentation for: consBody (src/Data/EventList/Relative/MixedBody.hs:38) consTime (src/Data/EventList/Relative/MixedBody.hs:41) /. (src/Data/EventList/Relative/MixedBody.hs:41) ./ (src/Data/EventList/Relative/MixedBody.hs:38) empty (src/Data/EventList/Relative/TimeBody.hs:80) viewTimeL (src/Data/EventList/Relative/MixedBody.hs:50) viewBodyL (src/Data/EventList/Relative/MixedBody.hs:54) switchTimeL (src/Data/EventList/Relative/MixedBody.hs:59) switchBodyL (src/Data/EventList/Relative/MixedBody.hs:64) mapTimeL (src/Data/EventList/Relative/TimeBodyPrivate.hs:86) mapTimeHead (src/Data/EventList/Relative/TimeBodyPrivate.hs:91) mapTimeTail (src/Data/EventList/Relative/TimeBodyPrivate.hs:96) Warning: Data.EventList.Relative.TimeBody: could not find link destinations for: roundDiff Documentation created: dist/doc/html/event-list/index.html, dist/doc/html/event-list/event-list.txt Creating package registration file: /tmp/pkgConf-event-list-0.1.11514620094499429649.3 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.3/event-list-0.1.1.3-4KIizBMN1Lm5dSgqlSHiNX Registering event-list-0.1.1.3... Installed event-list-0.1.1.3 Configuring midi-0.2.2.1... Building midi-0.2.2.1... Preprocessing library midi-0.2.2.1... [ 1 of 42] Compiling Sound.MIDI.Parser.Report ( src/Sound/MIDI/Parser/Report.hs, dist/build/Sound/MIDI/Parser/Report.o ) [ 2 of 42] Compiling Sound.MIDI.Parser.Exception ( parser/Sound/MIDI/Parser/Exception.hs, dist/build/Sound/MIDI/Parser/Exception.o ) [ 3 of 42] Compiling Sound.MIDI.Parser.Warning ( parser/Sound/MIDI/Parser/Warning.hs, dist/build/Sound/MIDI/Parser/Warning.o ) [ 4 of 42] Compiling Sound.MIDI.Utility ( src/Sound/MIDI/Utility.hs, dist/build/Sound/MIDI/Utility.o ) [ 5 of 42] Compiling Sound.MIDI.ControllerPrivate ( src/Sound/MIDI/ControllerPrivate.hs, dist/build/Sound/MIDI/ControllerPrivate.o ) [ 6 of 42] Compiling Sound.MIDI.Controller ( src/Sound/MIDI/Controller.hs, dist/build/Sound/MIDI/Controller.o ) [ 7 of 42] Compiling Sound.MIDI.IO ( src/Sound/MIDI/IO.hs, dist/build/Sound/MIDI/IO.o ) [ 8 of 42] Compiling Sound.MIDI.Bit ( src/Sound/MIDI/Bit.hs, dist/build/Sound/MIDI/Bit.o ) [ 9 of 42] Compiling Sound.MIDI.Monoid ( src/Sound/MIDI/Monoid.hs, dist/build/Sound/MIDI/Monoid.o ) src/Sound/MIDI/Monoid.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() [10 of 42] Compiling Sound.MIDI.Writer.Basic ( src/Sound/MIDI/Writer/Basic.hs, dist/build/Sound/MIDI/Writer/Basic.o ) src/Sound/MIDI/Writer/Basic.hs:12: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() [11 of 42] Compiling Sound.MIDI.Parser.Class ( parser/Sound/MIDI/Parser/Class.hs, dist/build/Sound/MIDI/Parser/Class.o ) [12 of 42] Compiling Sound.MIDI.Parser.Restricted ( src/Sound/MIDI/Parser/Restricted.hs, dist/build/Sound/MIDI/Parser/Restricted.o ) src/Sound/MIDI/Parser/Restricted.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() [13 of 42] Compiling Sound.MIDI.Parser.ByteString ( src/Sound/MIDI/Parser/ByteString.hs, dist/build/Sound/MIDI/Parser/ByteString.o ) src/Sound/MIDI/Parser/ByteString.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() [14 of 42] Compiling Sound.MIDI.Parser.Stream ( parser/Sound/MIDI/Parser/Stream.hs, dist/build/Sound/MIDI/Parser/Stream.o ) parser/Sound/MIDI/Parser/Stream.hs:11: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() [15 of 42] Compiling Sound.MIDI.Parser.File ( src/Sound/MIDI/Parser/File.hs, dist/build/Sound/MIDI/Parser/File.o ) src/Sound/MIDI/Parser/File.hs:11: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() [16 of 42] Compiling Sound.MIDI.Message.System.RealTime ( src/Sound/MIDI/Message/System/RealTime.hs, dist/build/Sound/MIDI/Message/System/RealTime.o ) [17 of 42] Compiling Sound.MIDI.Parser.Status ( src/Sound/MIDI/Parser/Status.hs, dist/build/Sound/MIDI/Parser/Status.o ) [18 of 42] Compiling Sound.MIDI.Writer.Status ( src/Sound/MIDI/Writer/Status.hs, dist/build/Sound/MIDI/Writer/Status.o ) src/Sound/MIDI/Writer/Status.hs:13: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() [19 of 42] Compiling Sound.MIDI.Parser.Primitive ( src/Sound/MIDI/Parser/Primitive.hs, dist/build/Sound/MIDI/Parser/Primitive.o ) [20 of 42] Compiling Sound.MIDI.KeySignature ( src/Sound/MIDI/KeySignature.hs, dist/build/Sound/MIDI/KeySignature.o ) [21 of 42] Compiling Sound.MIDI.Message.Channel.Mode ( src/Sound/MIDI/Message/Channel/Mode.hs, dist/build/Sound/MIDI/Message/Channel/Mode.o ) [22 of 42] Compiling Sound.MIDI.Message.System.Common ( src/Sound/MIDI/Message/System/Common.hs, dist/build/Sound/MIDI/Message/System/Common.o ) [23 of 42] Compiling Sound.MIDI.Manufacturer ( src/Sound/MIDI/Manufacturer.hs, dist/build/Sound/MIDI/Manufacturer.o ) [24 of 42] Compiling Sound.MIDI.Message.System.Exclusive ( src/Sound/MIDI/Message/System/Exclusive.hs, dist/build/Sound/MIDI/Message/System/Exclusive.o ) [25 of 42] Compiling Sound.MIDI.Message.System ( src/Sound/MIDI/Message/System.hs, dist/build/Sound/MIDI/Message/System.o ) [26 of 42] Compiling Sound.MIDI.MachineControl ( src/Sound/MIDI/MachineControl.hs, dist/build/Sound/MIDI/MachineControl.o ) [27 of 42] Compiling Sound.MIDI.File.Event.SystemExclusive ( src/Sound/MIDI/File/Event/SystemExclusive.hs, dist/build/Sound/MIDI/File/Event/SystemExclusive.o ) [28 of 42] Compiling Sound.MIDI.String ( src/Sound/MIDI/String.hs, dist/build/Sound/MIDI/String.o ) [29 of 42] Compiling Sound.MIDI.Message.Channel.Voice ( src/Sound/MIDI/Message/Channel/Voice.hs, dist/build/Sound/MIDI/Message/Channel/Voice.o ) [30 of 42] Compiling Sound.MIDI.Message.Channel ( src/Sound/MIDI/Message/Channel.hs, dist/build/Sound/MIDI/Message/Channel.o ) [31 of 42] Compiling Sound.MIDI.Message ( src/Sound/MIDI/Message.hs, dist/build/Sound/MIDI/Message.o ) [32 of 42] Compiling Sound.MIDI.File.Event.Meta ( src/Sound/MIDI/File/Event/Meta.hs, dist/build/Sound/MIDI/File/Event/Meta.o ) [33 of 42] Compiling Sound.MIDI.File.Event ( src/Sound/MIDI/File/Event.hs, dist/build/Sound/MIDI/File/Event.o ) src/Sound/MIDI/File/Event.hs:55:22: Warning: In the use of type constructor or class ‘SysEx.T’ (imported from Sound.MIDI.File.Event.SystemExclusive): Deprecated: "implement this data type properly" [34 of 42] Compiling Sound.MIDI.Message.Class.Utility ( src/Sound/MIDI/Message/Class/Utility.hs, dist/build/Sound/MIDI/Message/Class/Utility.o ) [35 of 42] Compiling Sound.MIDI.Message.Class.Check ( src/Sound/MIDI/Message/Class/Check.hs, dist/build/Sound/MIDI/Message/Class/Check.o ) [36 of 42] Compiling Sound.MIDI.Message.Class.Query ( src/Sound/MIDI/Message/Class/Query.hs, dist/build/Sound/MIDI/Message/Class/Query.o ) [37 of 42] Compiling Sound.MIDI.Message.Class.Construct ( src/Sound/MIDI/Message/Class/Construct.hs, dist/build/Sound/MIDI/Message/Class/Construct.o ) [38 of 42] Compiling Sound.MIDI.General ( src/Sound/MIDI/General.hs, dist/build/Sound/MIDI/General.o ) [39 of 42] Compiling Sound.MIDI.File ( src/Sound/MIDI/File.hs, dist/build/Sound/MIDI/File.o ) [40 of 42] Compiling Sound.MIDI.File.Load ( src/Sound/MIDI/File/Load.hs, dist/build/Sound/MIDI/File/Load.o ) src/Sound/MIDI/File/Load.hs:261:16: Warning: In the use of ‘showTime’ (imported from Sound.MIDI.File): Deprecated: "only use this for debugging" src/Sound/MIDI/File/Load.hs:262:23: Warning: In the use of ‘showEvent’ (imported from Sound.MIDI.File): Deprecated: "only use this for debugging" [41 of 42] Compiling Sound.MIDI.File.Save ( src/Sound/MIDI/File/Save.hs, dist/build/Sound/MIDI/File/Save.o ) [42 of 42] Compiling Sound.MIDI.Example.ControllerRamp ( src/Sound/MIDI/Example/ControllerRamp.hs, dist/build/Sound/MIDI/Example/ControllerRamp.o ) In-place registering midi-0.2.2.1... Running Haddock for midi-0.2.2.1... Running hscolour for midi-0.2.2.1... Preprocessing library midi-0.2.2.1... Preprocessing library midi-0.2.2.1... src/Sound/MIDI/Monoid.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() Haddock coverage: 67% ( 2 / 3) in 'Sound.MIDI.Parser.Report' Missing documentation for: UserMessage (src/Sound/MIDI/Parser/Report.hs:23) 20% ( 1 / 5) in 'Sound.MIDI.Parser.Exception' Missing documentation for: T (parser/Sound/MIDI/Parser/Exception.hs:11) run (parser/Sound/MIDI/Parser/Exception.hs:14) giveUp (parser/Sound/MIDI/Parser/Exception.hs:19) try (parser/Sound/MIDI/Parser/Exception.hs:22) 25% ( 1 / 4) in 'Sound.MIDI.Parser.Warning' Missing documentation for: T (parser/Sound/MIDI/Parser/Warning.hs:12) run (parser/Sound/MIDI/Parser/Warning.hs:15) warn (parser/Sound/MIDI/Parser/Warning.hs:27) 0% ( 0 / 15) in 'Sound.MIDI.Utility' Missing documentation for: Module header checkRange (src/Sound/MIDI/Utility.hs:10) loopM (src/Sound/MIDI/Utility.hs:20) enumRandomR (src/Sound/MIDI/Utility.hs:34) boundedEnumRandom (src/Sound/MIDI/Utility.hs:38) chooseEnum (src/Sound/MIDI/Utility.hs:41) quantityRandomR (src/Sound/MIDI/Utility.hs:45) boundedQuantityRandom (src/Sound/MIDI/Utility.hs:50) chooseQuantity (src/Sound/MIDI/Utility.hs:55) ArbChar (src/Sound/MIDI/Utility.hs:61) (src/Sound/MIDI/Utility.hs:63) arbitraryString (src/Sound/MIDI/Utility.hs:71) ArbByte (src/Sound/MIDI/Utility.hs:76) (src/Sound/MIDI/Utility.hs:78) arbitraryByteList (src/Sound/MIDI/Utility.hs:82) 14% ( 1 / 7) in 'Sound.MIDI.ControllerPrivate' Missing documentation for: Module header toController (src/Sound/MIDI/ControllerPrivate.hs:28) (src/Sound/MIDI/ControllerPrivate.hs:32) (src/Sound/MIDI/ControllerPrivate.hs:36) (src/Sound/MIDI/ControllerPrivate.hs:40) (src/Sound/MIDI/ControllerPrivate.hs:44) 1% ( 1 /104) in 'Sound.MIDI.Controller' Missing documentation for: T (src/Sound/MIDI/Controller.hs:60) Value (src/Sound/MIDI/Controller.hs:69) fromInt (src/Sound/MIDI/Controller.hs:62) toInt (src/Sound/MIDI/Controller.hs:65) bankSelect (src/Sound/MIDI/Controller.hs:76) modulation (src/Sound/MIDI/Controller.hs:76) breathControl (src/Sound/MIDI/Controller.hs:76) footControl (src/Sound/MIDI/Controller.hs:76) portamentoTime (src/Sound/MIDI/Controller.hs:76) dataEntry (src/Sound/MIDI/Controller.hs:76) volume (src/Sound/MIDI/Controller.hs:76) balance (src/Sound/MIDI/Controller.hs:76) panorama (src/Sound/MIDI/Controller.hs:76) expression (src/Sound/MIDI/Controller.hs:76) effectControl1 (src/Sound/MIDI/Controller.hs:76) effectControl2 (src/Sound/MIDI/Controller.hs:76) generalPurpose1 (src/Sound/MIDI/Controller.hs:76) generalPurpose2 (src/Sound/MIDI/Controller.hs:76) generalPurpose3 (src/Sound/MIDI/Controller.hs:76) generalPurpose4 (src/Sound/MIDI/Controller.hs:76) vectorX (src/Sound/MIDI/Controller.hs:100) vectorY (src/Sound/MIDI/Controller.hs:100) soundController1 (src/Sound/MIDI/Controller.hs:148) soundController2 (src/Sound/MIDI/Controller.hs:148) soundController3 (src/Sound/MIDI/Controller.hs:148) soundController4 (src/Sound/MIDI/Controller.hs:148) soundController5 (src/Sound/MIDI/Controller.hs:148) soundController6 (src/Sound/MIDI/Controller.hs:148) soundController7 (src/Sound/MIDI/Controller.hs:148) soundController8 (src/Sound/MIDI/Controller.hs:148) soundController9 (src/Sound/MIDI/Controller.hs:148) soundController10 (src/Sound/MIDI/Controller.hs:148) portamentoControl (src/Sound/MIDI/Controller.hs:148) effect1Depth (src/Sound/MIDI/Controller.hs:148) effect2Depth (src/Sound/MIDI/Controller.hs:148) effect3Depth (src/Sound/MIDI/Controller.hs:148) effect4Depth (src/Sound/MIDI/Controller.hs:148) effect5Depth (src/Sound/MIDI/Controller.hs:148) bankSelectMSB (src/Sound/MIDI/Controller.hs:132) modulationMSB (src/Sound/MIDI/Controller.hs:132) breathControlMSB (src/Sound/MIDI/Controller.hs:132) footControlMSB (src/Sound/MIDI/Controller.hs:132) portamentoTimeMSB (src/Sound/MIDI/Controller.hs:132) dataEntryMSB (src/Sound/MIDI/Controller.hs:132) volumeMSB (src/Sound/MIDI/Controller.hs:132) balanceMSB (src/Sound/MIDI/Controller.hs:132) panoramaMSB (src/Sound/MIDI/Controller.hs:132) expressionMSB (src/Sound/MIDI/Controller.hs:132) effectControl1MSB (src/Sound/MIDI/Controller.hs:132) effectControl2MSB (src/Sound/MIDI/Controller.hs:132) generalPurpose1MSB (src/Sound/MIDI/Controller.hs:132) generalPurpose2MSB (src/Sound/MIDI/Controller.hs:132) generalPurpose3MSB (src/Sound/MIDI/Controller.hs:132) generalPurpose4MSB (src/Sound/MIDI/Controller.hs:132) bankSelectLSB (src/Sound/MIDI/Controller.hs:140) modulationLSB (src/Sound/MIDI/Controller.hs:140) breathControlLSB (src/Sound/MIDI/Controller.hs:140) footControlLSB (src/Sound/MIDI/Controller.hs:140) portamentoTimeLSB (src/Sound/MIDI/Controller.hs:140) dataEntryLSB (src/Sound/MIDI/Controller.hs:140) volumeLSB (src/Sound/MIDI/Controller.hs:140) balanceLSB (src/Sound/MIDI/Controller.hs:140) panoramaLSB (src/Sound/MIDI/Controller.hs:140) expressionLSB (src/Sound/MIDI/Controller.hs:140) effectControl1LSB (src/Sound/MIDI/Controller.hs:140) effectControl2LSB (src/Sound/MIDI/Controller.hs:140) generalPurpose1LSB (src/Sound/MIDI/Controller.hs:140) generalPurpose2LSB (src/Sound/MIDI/Controller.hs:140) generalPurpose3LSB (src/Sound/MIDI/Controller.hs:140) generalPurpose4LSB (src/Sound/MIDI/Controller.hs:140) soundVariation (src/Sound/MIDI/Controller.hs:100) timbre (src/Sound/MIDI/Controller.hs:100) harmonicIntensity (src/Sound/MIDI/Controller.hs:100) releaseTime (src/Sound/MIDI/Controller.hs:100) attackTime (src/Sound/MIDI/Controller.hs:100) brightness (src/Sound/MIDI/Controller.hs:100) decayTime (src/Sound/MIDI/Controller.hs:100) vibratoRate (src/Sound/MIDI/Controller.hs:100) vibratoDepth (src/Sound/MIDI/Controller.hs:100) vibratoDelay (src/Sound/MIDI/Controller.hs:100) reverbSendLevel (src/Sound/MIDI/Controller.hs:100) chorusSendLevel (src/Sound/MIDI/Controller.hs:100) legato (src/Sound/MIDI/Controller.hs:148) sustain (src/Sound/MIDI/Controller.hs:148) portamento (src/Sound/MIDI/Controller.hs:148) sustenuto (src/Sound/MIDI/Controller.hs:148) softPedal (src/Sound/MIDI/Controller.hs:148) hold2 (src/Sound/MIDI/Controller.hs:148) generalPurpose5 (src/Sound/MIDI/Controller.hs:148) generalPurpose6 (src/Sound/MIDI/Controller.hs:148) generalPurpose7 (src/Sound/MIDI/Controller.hs:148) generalPurpose8 (src/Sound/MIDI/Controller.hs:148) externalEffectDepth (src/Sound/MIDI/Controller.hs:100) tremoloDepth (src/Sound/MIDI/Controller.hs:100) chorusDepth (src/Sound/MIDI/Controller.hs:100) celesteDepth (src/Sound/MIDI/Controller.hs:100) phaserDepth (src/Sound/MIDI/Controller.hs:100) dataIncrement (src/Sound/MIDI/Controller.hs:158) dataDecrement (src/Sound/MIDI/Controller.hs:158) nonRegisteredParameterLSB (src/Sound/MIDI/Controller.hs:158) nonRegisteredParameterMSB (src/Sound/MIDI/Controller.hs:158) registeredParameterLSB (src/Sound/MIDI/Controller.hs:158) registeredParameterMSB (src/Sound/MIDI/Controller.hs:158) 43% ( 3 / 7) in 'Sound.MIDI.IO' Missing documentation for: readBinaryFile (src/Sound/MIDI/IO.hs:31) ByteList (src/Sound/MIDI/IO.hs:15) listCharFromByte (src/Sound/MIDI/IO.hs:28) listByteFromChar (src/Sound/MIDI/IO.hs:36) 53% ( 9 / 17) in 'Sound.MIDI.Bit' Missing documentation for: toBits (src/Sound/MIDI/Bit.hs:43) toOctal (src/Sound/MIDI/Bit.hs:43) toHex (src/Sound/MIDI/Bit.hs:43) toBytes (src/Sound/MIDI/Bit.hs:43) fromBits (src/Sound/MIDI/Bit.hs:69) fromOctal (src/Sound/MIDI/Bit.hs:69) fromHex (src/Sound/MIDI/Bit.hs:69) fromBytes (src/Sound/MIDI/Bit.hs:69) 0% ( 0 / 5) in 'Sound.MIDI.Monoid' Missing documentation for: Module header +#+ (src/Sound/MIDI/Monoid.hs:10) genAppend (src/Sound/MIDI/Monoid.hs:14) genConcat (src/Sound/MIDI/Monoid.hs src/Sound/MIDI/Writer/Basic.hs:12: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/Sound/MIDI/Parser/Restricted.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/Sound/MIDI/Parser/ByteString.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() parser/Sound/MIDI/Parser/Stream.hs:11: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/Sound/MIDI/Parser/File.hs:11: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/Sound/MIDI/Writer/Status.hs:13: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() :19) concatMap (src/Sound/MIDI/Monoid.hs:25) 9% ( 2 / 22) in 'Sound.MIDI.Writer.Basic' Missing documentation for: Module header C (src/Sound/MIDI/Writer/Basic.hs:34) ByteList (src/Sound/MIDI/Writer/Basic.hs:45) (src/Sound/MIDI/Writer/Basic.hs:47) (src/Sound/MIDI/Writer/Basic.hs:52) runByteList (src/Sound/MIDI/Writer/Basic.hs:65) ByteString (src/Sound/MIDI/Writer/Basic.hs:71) (src/Sound/MIDI/Writer/Basic.hs:73) (src/Sound/MIDI/Writer/Basic.hs:78) runByteString (src/Sound/MIDI/Writer/Basic.hs:90) SeekableFile (src/Sound/MIDI/Writer/Basic.hs:96) (src/Sound/MIDI/Writer/Basic.hs:98) (src/Sound/MIDI/Writer/Basic.hs:103) runSeekableFile (src/Sound/MIDI/Writer/Basic.hs:125) runSeekableHandle (src/Sound/MIDI/Writer/Basic.hs:132) putInt (src/Sound/MIDI/Writer/Basic.hs:139) putStr (src/Sound/MIDI/Writer/Basic.hs:142) putIntAsByte (src/Sound/MIDI/Writer/Basic.hs:145) putByteList (src/Sound/MIDI/Writer/Basic.hs:148) putLenByteList (src/Sound/MIDI/Writer/Basic.hs:151) Warning: Sound.MIDI.Parser.Class: isEnd is exported separately but will be documented under EndCheck. Consider exporting it together with its parent(s) for code clarity. Warning: Sound.MIDI.Parser.Class: getByte is exported separately but will be documented under C. Consider exporting it together with its parent(s) for code clarity. Warning: Sound.MIDI.Parser.Class: skip is exported separately but will be documented under C. Consider exporting it together with its parent(s) for code clarity. Warning: Sound.MIDI.Parser.Class: warn is exported separately but will be documented under C. Consider exporting it together with its parent(s) for code clarity. 31% ( 5 / 16) in 'Sound.MIDI.Parser.Class' Missing documentation for: Module header EndCheck (parser/Sound/MIDI/Parser/Class.hs:31) C (parser/Sound/MIDI/Parser/Class.hs:39) warnIf (parser/Sound/MIDI/Parser/Class.hs:60) giveUp (parser/Sound/MIDI/Parser/Exception.hs:19) try (parser/Sound/MIDI/Parser/Exception.hs:22) zeroOrMoreInc (parser/Sound/MIDI/Parser/Class.hs:98) emptyList (parser/Sound/MIDI/Parser/Class.hs:153) UserMessage (src/Sound/MIDI/Parser/Report.hs:23) Fragile (parser/Sound/MIDI/Parser/Class.hs:56) Partial (parser/Sound/MIDI/Parser/Class.hs:57) 25% ( 1 / 4) in 'Sound.MIDI.Parser.Restricted' Missing documentation for: T (src/Sound/MIDI/Parser/Restricted.hs:41) run (src/Sound/MIDI/Parser/Restricted.hs:22) runFragile (src/Sound/MIDI/Parser/Restricted.hs:31) 33% ( 2 / 6) in 'Sound.MIDI.Parser.ByteString' Missing documentation for: Module header T (src/Sound/MIDI/Parser/ByteString.hs:31) run (src/Sound/MIDI/Parser/ByteString.hs:41) UserMessage (src/Sound/MIDI/Parser/Report.hs:23) 25% ( 2 / 8) in 'Sound.MIDI.Parser.Stream' Missing documentation for: Module header T (parser/Sound/MIDI/Parser/Stream.hs:34) run (parser/Sound/MIDI/Parser/Stream.hs:43) runPartial (parser/Sound/MIDI/Parser/Stream.hs:39) ByteList (parser/Sound/MIDI/Parser/Stream.hs:86) UserMessage (src/Sound/MIDI/Parser/Report.hs:23) 29% ( 2 / 7) in 'Sound.MIDI.Parser.File' Missing documentation for: Module header T (src/Sound/MIDI/Parser/File.hs:25) runFile (src/Sound/MIDI/Parser/File.hs:28) runHandle (src/Sound/MIDI/Parser/File.hs:35) UserMessage (src/Sound/MIDI/Parser/Report.hs:23) 25% ( 1 / 4) in 'Sound.MIDI.Message.System.RealTime' Missing documentation for: T (src/Sound/MIDI/Message/System/RealTime.hs:15) get (src/Sound/MIDI/Message/System/RealTime.hs:27) put (src/Sound/MIDI/Message/System/RealTime.hs:38) 30% ( 3 / 10) in 'Sound.MIDI.Parser.Status' Missing documentation for: Status (src/Sound/MIDI/Parser/Status.hs:36) set (src/Sound/MIDI/Parser/Status.hs:39) get (src/Sound/MIDI/Parser/Status.hs:42) run (src/Sound/MIDI/Parser/Status.hs:45) lift (src/Sound/MIDI/Parser/Status.hs:49) fromChannel (src/Sound/MIDI/Parser/Status.hs:59) toChannel (src/Sound/MIDI/Parser/Status.hs:61) 6% ( 1 / 16) in 'Sound.MIDI.Writer.Status' Missing documentation for: Module header Uncompressed (src/Sound/MIDI/Writer/Status.hs:17) Compressed (src/Sound/MIDI/Writer/Status.hs:19) Status (src/Sound/MIDI/Writer/Status.hs:20) (src/Sound/MIDI/Writer/Status.hs:29) Compression (src/Sound/MIDI/Writer/Status.hs:35) (src/Sound/MIDI/Writer/Status.hs:43) (src/Sound/MIDI/Writer/Status.hs:47) clear (src/Sound/MIDI/Writer/Status.hs:55) (src/Sound/MIDI/Writer/Status.hs:59) fromWriter (src/Sound/MIDI/Writer/Status.hs:62) toWriter (src/Sound/MIDI/Writer/Status.hs:65) toWriterWithStatus (src/Sound/MIDI/Writer/Status.hs:68) toWriterWithoutStatus (src/Sound/MIDI/Writer/Status.hs:71) lift 40% ( 6 / 15) in 'Sound.MIDI.Parser.Primitive' Missing documentation for: getString (src/Sound/MIDI/Parser/Primitive.hs:36) getBigN (src/Sound/MIDI/Parser/Primitive.hs:39) getNByteInt (src/Sound/MIDI/Parser/Primitive.hs:56) get2 (src/Sound/MIDI/Parser/Primitive.hs:60) get3 (src/Sound/MIDI/Parser/Primitive.hs:60) get4 (src/Sound/MIDI/Parser/Primitive.hs:60) getNByteCardinal (src/Sound/MIDI/Parser/Primitive.hs:68) getEnum (src/Sound/MIDI/Parser/Primitive.hs:98) makeEnum (src/Sound/MIDI/Parser/Primitive.hs:101) 5% ( 2 / 37) in 'Sound.MIDI.KeySignature' Missing documentation for: Module header T (src/Sound/MIDI/KeySignature.hs:32) keyName (src/Sound/MIDI/KeySignature.hs:65) cfMajor (src/Sound/MIDI/KeySignature.hs:133) gfMajor (src/Sound/MIDI/KeySignature.hs:133) dfMajor (src/Sound/MIDI/KeySignature.hs:133) afMajor (src/Sound/MIDI/KeySignature.hs:133) efMajor (src/Sound/MIDI/KeySignature.hs:133) bfMajor (src/Sound/MIDI/KeySignature.hs:133) fMajor (src/Sound/MIDI/KeySignature.hs:133) cMajor (src/Sound/MIDI/KeySignature.hs:133) gMajor (src/Sound/MIDI/KeySignature.hs:133) dMajor (src/Sound/MIDI/KeySignature.hs:133) aMajor (src/Sound/MIDI/KeySignature.hs:133) eMajor (src/Sound/MIDI/KeySignature.hs:133) bMajor (src/Sound/MIDI/KeySignature.hs:133) fsMajor (src/Sound/MIDI/KeySignature.hs:133) csMajor (src/Sound/MIDI/KeySignature.hs:133) afMinor (src/Sound/MIDI/KeySignature.hs:137) efMinor (src/Sound/MIDI/KeySignature.hs:137) bfMinor (src/Sound/MIDI/KeySignature.hs:137) fMinor (src/Sound/MIDI/KeySignature.hs:137) cMinor (src/Sound/MIDI/KeySignature.hs:137) gMinor (src/Sound/MIDI/KeySignature.hs:137) dMinor (src/Sound/MIDI/KeySignature.hs:137) aMinor (src/Sound/MIDI/KeySignature.hs:137) eMinor (src/Sound/MIDI/KeySignature.hs:137) bMinor (src/Sound/MIDI/KeySignature.hs:137) fsMinor (src/Sound/MIDI/KeySignature.hs:137) csMinor (src/Sound/MIDI/KeySignature.hs:137) gsMinor (src/Sound/MIDI/KeySignature.hs:137) dsMinor (src/Sound/MIDI/KeySignature.hs:137) asMinor (src/Sound/MIDI/KeySignature.hs:137) get (src/Sound/MIDI/KeySignature.hs:174) toBytes (src/Sound/MIDI/KeySignature.hs:181) 33% ( 2 / 6) in 'Sound.MIDI.Message.Channel.Mode' Missing documentation for: T (src/Sound/MIDI/Message/Channel/Mode.hs:25) get (src/Sound/MIDI/Message/Channel/Mode.hs:50) put (src/Sound/MIDI/Message/Channel/Mode.hs:96) toControllerValue (src/Sound/MIDI/Message/Channel/Mode.hs:101) 20% ( 1 / 5) in 'Sound.MIDI.Message.System.Common' Missing documentation for: T (src/Sound/MIDI/Message/System/Common.hs:22) TimeNibbleType (src/Sound/MIDI/Message/System/Common.hs:29) get (src/Sound/MIDI/Message/System/Common.hs:43) put (src/Sound/MIDI/Message/System/Common.hs:58) 0% ( 1 /225) in 'Sound.MIDI.Manufacturer' Missing documentation for: T (src/Sound/MIDI/Manufacturer.hs:63) get (src/Sound/MIDI/Manufacturer.hs:353) put (src/Sound/MIDI/Manufacturer.hs:360) sequential (src/Sound/MIDI/Manufacturer.hs:70) idp (src/Sound/MIDI/Manufacturer.hs:70) octavePlateau (src/Sound/MIDI/Manufacturer.hs:70) moog (src/Sound/MIDI/Manufacturer.hs:70) passport (src/Sound/MIDI/Manufacturer.hs:70) lexicon (src/Sound/MIDI/Manufacturer.hs:70) kurzweil (src/Sound/MIDI/Manufacturer.hs:70) fender (src/Sound/MIDI/Manufacturer.hs:70) gulbransen (src/Sound/MIDI/Manufacturer.hs:70) akg (src/Sound/MIDI/Manufacturer.hs:70) voyce (src/Sound/MIDI/Manufacturer.hs:70) waveframe (src/Sound/MIDI/Manufacturer.hs:70) ada (src/Sound/MIDI/Manufacturer.hs:70) garfield (src/Sound/MIDI/Manufacturer.hs:70) ensoniq (src/Sound/MIDI/Manufacturer.hs:70) oberheim (src/Sound/MIDI/Manufacturer.hs:70) apple (src/Sound/MIDI/Manufacturer.hs:70) greyMatter (src/Sound/MIDI/Manufacturer.hs:70) digidesign (src/Sound/MIDI/Manufacturer.hs:70) palmTree (src/Sound/MIDI/Manufacturer.hs:70) jlCooper (src/Sound/MIDI/Manufacturer.hs:70) lowrey (src/Sound/MIDI/Manufacturer.hs:70) adamsSmith (src/Sound/MIDI/Manufacturer.hs:70) emu (src/Sound/MIDI/Manufacturer.hs:70) harmony (src/Sound/MIDI/Manufacturer.hs:70) art (src/Sound/MIDI/Manufacturer.hs:70) baldwin (src/Sound/MIDI/Manufacturer.hs:70) eventide (src/Sound/MIDI/Manufacturer.hs:70) inventronics (src/Sound/MIDI/Manufacturer.hs:70) keyConcepts (src/Sound/MIDI/Manufacturer.hs:70) clarity (src/Sound/MIDI/Manufacturer.hs:70) timeWarner (src/Sound/MIDI/Manufacturer.hs:70) digitalMusic (src/Sound/MIDI/Manufacturer.hs:70) iota (src/Sound/MIDI/Manufacturer.hs:70) newEngland (src/Sound/MIDI/Manufacturer.hs:70) artisyn (src/Sound/MIDI/Manufacturer.hs:70) ivl (src/Sound/MIDI/Manufacturer.hs:70) southernMusic (src/Sound/MIDI/Manufacturer.hs:70) lakeButler (src/Sound/MIDI/Manufacturer.hs:70) alesis (src/Sound/MIDI/Manufacturer.hs:70) dod (src/Sound/MIDI/Manufacturer.hs:70) studerEditech (src/Sound/MIDI/Manufacturer.hs:70) perfectFret (src/Sound/MIDI/Manufacturer.hs:70) kat (src/Sound/MIDI/Manufacturer.hs:70) opcode (src/Sound/MIDI/Manufacturer.hs:70) rane (src/Sound/MIDI/Manufacturer.hs:70) anadi (src/Sound/MIDI/Manufacturer.hs:70) kmx (src/Sound/MIDI/Manufacturer.hs:70) brenell (src/Sound/MIDI/Manufacturer.hs:70) peavey (src/Sound/MIDI/Manufacturer.hs:70) systems360 (src/Sound/MIDI/Manufacturer.hs:70) spectrum (src/Sound/MIDI/Manufacturer.hs:70) marquis (src/Sound/MIDI/Manufacturer.hs:70) zeta (src/Sound/MIDI/Manufacturer.hs:70) axxes (src/Sound/MIDI/Manufacturer.hs:70) orban (src/Sound/MIDI/Manufacturer.hs:70) kti (src/Sound/MIDI/Manufacturer.hs:70) breakaway (src/Sound/MIDI/Manufacturer.hs:70) cae (src/Sound/MIDI/Manufacturer.hs:70) rocktron (src/Sound/MIDI/Manufacturer.hs:70) pianoDisc (src/Sound/MIDI/Manufacturer.hs:70) cannon (src/Sound/MIDI/Manufacturer.hs:70) rogers (src/Sound/MIDI/Manufacturer.hs:70) blueSkyLogic (src/Sound/MIDI/Manufacturer.hs:70) encore (src/Sound/MIDI/Manufacturer.hs:70) uptown (src/Sound/MIDI/Manufacturer.hs:70) voce (src/Sound/MIDI/Manufacturer.hs:70) cti (src/Sound/MIDI/Manufacturer.hs:70) ssResearch (src/Sound/MIDI/Manufacturer.hs:70) broderbund (src/Sound/MIDI/Manufacturer.hs:70) allenOrgan (src/Sound/MIDI/Manufacturer.hs:70) musicQuest (src/Sound/MIDI/Manufacturer.hs:70) aphex (src/Sound/MIDI/Manufacturer.hs:70) gallienKrueger (src/Sound/MIDI/Manufacturer.hs:70) ibm (src/Sound/MIDI/Manufacturer.hs:70) hotzInstruments (src/Sound/MIDI/Manufacturer.hs:70) etaLighting (src/Sound/MIDI/Manufacturer.hs:70) nsi (src/Sound/MIDI/Manufacturer.hs:70) adLib (src/Sound/MIDI/Manufacturer.hs:70) richmond (src/Sound/MIDI/Manufacturer.hs:70) microsoft (src/Sound/MIDI/Manufacturer.hs:70) softwareToolworks (src/Sound/MIDI/Manufacturer.hs:70) rjmgNiche (src/Sound/MIDI/Manufacturer.hs:70) intone (src/Sound/MIDI/Manufacturer.hs:70) grooveTubes (src/Sound/MIDI/Manufacturer.hs:70) euphonix (src/Sound/MIDI/Manufacturer.hs:70) interMIDI (src/Sound/MIDI/Manufacturer.hs:70) loneWolf (src/Sound/MIDI/Manufacturer.hs:70) musonix (src/Sound/MIDI/Manufacturer.hs:70) taHorng (src/Sound/MIDI/Manufacturer.hs:70) eTek (src/Sound/MIDI/Manufacturer.hs:70) electrovoice (src/Sound/MIDI/Manufacturer.hs:70) midisoft (src/Sound/MIDI/Manufacturer.hs:70) qSoundLabs (src/Sound/MIDI/Manufacturer.hs:70) westrex (src/Sound/MIDI/Manufacturer.hs:70) nVidia (src/Sound/MIDI/Manufacturer.hs:70) ess (src/Sound/MIDI/Manufacturer.hs:70) mediaTrix (src/Sound/MIDI/Manufacturer.hs:70) brooktree (src/Sound/MIDI/Manufacturer.hs:70) otari (src/Sound/MIDI/Manufacturer.hs:70) keyElectronics (src/Sound/MIDI/Manufacturer.hs:70) crystalake (src/Sound/MIDI/Manufacturer.hs:70) crystal (src/Sound/MIDI/Manufacturer.hs:70) rockwell (src/Sound/MIDI/Manufacturer.hs:70) siliconGraphics (src/Sound/MIDI/Manufacturer.hs:70) midiman (src/Sound/MIDI/Manufacturer.hs:70) preSonus (src/Sound/MIDI/Manufacturer.hs:70) topaz (src/Sound/MIDI/Manufacturer.hs:70) castLighting (src/Sound/MIDI/Manufacturer.hs:70) microsoftConsumer (src/Sound/MIDI/Manufacturer.hs:70) fastForward (src/Sound/MIDI/Manufacturer.hs:70) headspace (src/Sound/MIDI/Manufacturer.hs:70) vanKoevering (src/Sound/MIDI/Manufacturer.hs:70) altech (src/Sound/MIDI/Manufacturer.hs:70) vlsi (src/Sound/MIDI/Manufacturer.hs:70) chromaticResearch (src/Sound/MIDI/Manufacturer.hs:70) sapphire (src/Sound/MIDI/Manufacturer.hs:70) idrc (src/Sound/MIDI/Manufacturer.hs:70) justonic (src/Sound/MIDI/Manufacturer.hs:70) torComp (src/Sound/MIDI/Manufacturer.hs:70) newtek (src/Sound/MIDI/Manufacturer.hs:70) soundSculpture (src/Sound/MIDI/Manufacturer.hs:70) walker (src/Sound/MIDI/Manufacturer.hs:70) pavo (src/Sound/MIDI/Manufacturer.hs:70) inVision (src/Sound/MIDI/Manufacturer.hs:70) tSquareDesign (src/Sound/MIDI/Manufacturer.hs:70) nemesys (src/Sound/MIDI/Manufacturer.hs:70) dbx (src/Sound/MIDI/Manufacturer.hs:70) syndyne (src/Sound/MIDI/Manufacturer.hs:70) bitheadz (src/Sound/MIDI/Manufacturer.hs:70) cakewalk (src/Sound/MIDI/Manufacturer.hs:70) staccato (src/Sound/MIDI/Manufacturer.hs:70) nationalSemiconductor (src/Sound/MIDI/Manufacturer.hs:70) boomTheory (src/Sound/MIDI/Manufacturer.hs:70) virtualDSP (src/Sound/MIDI/Manufacturer.hs:70) antares (src/Sound/MIDI/Manufacturer.hs:70) angelSoftware (src/Sound/MIDI/Manufacturer.hs:70) stLouis (src/Sound/MIDI/Manufacturer.hs:70) lyrrus (src/Sound/MIDI/Manufacturer.hs:70) passac (src/Sound/MIDI/Manufacturer.hs:240) siel (src/Sound/MIDI/Manufacturer.hs:240) synthaxe (src/Sound/MIDI/Manufacturer.hs:240) hohner (src/Sound/MIDI/Manufacturer.hs:240) twister (src/Sound/MIDI/Manufacturer.hs:240) solton (src/Sound/MIDI/Manufacturer.hs:240) jellinghaus (src/Sound/MIDI/Manufacturer.hs:240) southworth (src/Sound/MIDI/Manufacturer.hs:240) ppg (src/Sound/MIDI/Manufacturer.hs:240) jen (src/Sound/MIDI/Manufacturer.hs:240) ssl (src/Sound/MIDI/Manufacturer.hs:240) audioVeritrieb (src/Sound/MIDI/Manufacturer.hs:240) elka (src/Sound/MIDI/Manufacturer.hs:240) dynacord (src/Sound/MIDI/Manufacturer.hs:240) viscount (src/Sound/MIDI/Manufacturer.hs:240) clavia (src/Sound/MIDI/Manufacturer.hs:240) audioArchitect (src/Sound/MIDI/Manufacturer.hs:240) generalMusic (src/Sound/MIDI/Manufacturer.hs:240) soundcraft (src/Sound/MIDI/Manufacturer.hs:240) wersi (src/Sound/MIDI/Manufacturer.hs:240) avab (src/Sound/MIDI/Manufacturer.hs:240) digigram (src/Sound/MIDI/Manufacturer.hs:240) waldorf (src/Sound/MIDI/Manufacturer.hs:240) quasimidi (src/Sound/MIDI/Manufacturer.hs:240) dream (src/Sound/MIDI/Manufacturer.hs:240) strandLighting (src/Sound/MIDI/Manufacturer.hs:240) amek (src/Sound/MIDI/Manufacturer.hs:240) drBohm (src/Sound/MIDI/Manufacturer.hs:240) trident (src/Sound/MIDI/Manufacturer.hs:240) realWorldDesign (src/Sound/MIDI/Manufacturer.hs:240) yesTechnology (src/Sound/MIDI/Manufacturer.hs:240) audiomatica (src/Sound/MIDI/Manufacturer.hs:240) bontempiFarfisa (src/Sound/MIDI/Manufacturer.hs:240) fbtElectronica (src/Sound/MIDI/Manufacturer.hs:240) miditemp (src/Sound/MIDI/Manufacturer.hs:240) larkingAudio (src/Sound/MIDI/Manufacturer.hs:240) zero88lighting (src/Sound/MIDI/Manufacturer.hs:240) miconAudio (src/Sound/MIDI/Manufacturer.hs:240) forefront (src/Sound/MIDI/Manufacturer.hs:240) kenton (src/Sound/MIDI/Manufacturer.hs:240) adb (src/Sound/MIDI/Manufacturer.hs:240) jimMarshall (src/Sound/MIDI/Manufacturer.hs:240) dda (src/Sound/MIDI/Manufacturer.hs:240) bssAudio (src/Sound/MIDI/Manufacturer.hs:240) tcElectronic (src/Sound/MIDI/Manufacturer.hs:240) medeli (src/Sound/MIDI/Manufacturer.hs:240) charlieLab (src/Sound/MIDI/Manufacturer.hs:240) blueChip (src/Sound/MIDI/Manufacturer.hs:240) beeOH (src/Sound/MIDI/Manufacturer.hs:240) lgSemiconductor (src/Sound/MIDI/Manufacturer.hs:240) tesi (src/Sound/MIDI/Manufacturer.hs:240) emagic (src/Sound/MIDI/Manufacturer.hs:240) behringer (src/Sound/MIDI/Manufacturer.hs:240) access (src/Sound/MIDI/Manufacturer.hs:240) synoptic (src/Sound/MIDI/Manufacturer.hs:240) hanmesoft (src/Sound/MIDI/Manufacturer.hs:240) terratec (src/Sound/MIDI/Manufacturer.hs:240) proel (src/Sound/MIDI/Manufacturer.hs:240) ibk (src/Sound/MIDI/Manufacturer.hs:240) kawai (src/Sound/MIDI/Manufacturer.hs:316) roland (src/Sound/MIDI/Manufacturer.hs:316) korg (src/Sound/MIDI/Manufacturer.hs:316) yamaha (src/Sound/MIDI/Manufacturer.hs:316) casio (src/Sound/MIDI/Manufacturer.hs:316) kamiya (src/Sound/MIDI/Manufacturer.hs:316) akai (src/Sound/MIDI/Manufacturer.hs:316) japanVictor (src/Sound/MIDI/Manufacturer.hs:316) mesosha (src/Sound/MIDI/Manufacturer.hs:316) hoshinoGakki (src/Sound/MIDI/Manufacturer.hs:316) fujitsuElect (src/Sound/MIDI/Manufacturer.hs:316) sony (src/Sound/MIDI/Manufacturer.hs:316) nisshinOnpa (src/Sound/MIDI/Manufacturer.hs:316) teac (src/Sound/MIDI/Manufacturer.hs:316) matsushitaElec (src/Sound/MIDI/Manufacturer.hs:316) fostex (src/Sound/MIDI/Manufacturer.hs:316) zoom (src/Sound/MIDI/Manufacturer.hs:316) midori (src/Sound/MIDI/Manufacturer.hs:316) matsushitaComm (src/Sound/MIDI/Manufacturer.hs:316) suzuki (src/Sound/MIDI/Manufacturer.hs:316) nonCommercial (src/Sound/MIDI/Manufacturer.hs:343) nonRealTime (src/Sound/MIDI/Manufacturer.hs:343) realTime (src/Sound/MIDI/Manufacturer.hs:343) 40% ( 2 / 5) in 'Sound.MIDI.Message.System.Exclusive' Missing documentation for: T (src/Sound/MIDI/Message/System/Exclusive.hs:23) get (src/Sound/MIDI/Message/System/Exclusive.hs:43) getIncomplete (src/Sound/MIDI/Message/System/Exclusive.hs:48) 20% ( 1 / 5) in 'Sound.MIDI.Message.System' Missing documentation for: T (src/Sound/MIDI/Message/System.hs:22) get (src/Sound/MIDI/Message/System.hs:28) getIncomplete (src/Sound/MIDI/Message/System.hs:40) put (src/Sound/MIDI/Message/System.hs:53) 17% ( 1 / 6) in 'Sound.MIDI.MachineControl' Missing documentation for: Module header splitCommandList (src/Sound/MIDI/MachineControl.hs:54) getCommand (src/Sound/MIDI/MachineControl.hs:128) Command (src/Sound/MIDI/MachineControl.hs:69) runParser (src/Sound/MIDI/MachineControl.hs:192) 25% ( 1 / 4) in 'Sound.MIDI.File.Event.SystemExclusive' Missing documentation for: Module header get (src/Sound/MIDI/File/Event/SystemExclusive.hs:34) put (src/Sound/MIDI/File/Event/SystemExclusive.hs:41) 9% ( 1 / 11) in 'Sound.MIDI.String' Missing documentation for: unlinesS (src/Sound/MIDI/String.hs:9) concatS (src/Sound/MIDI/String.hs:12) rightS (src/Sound/MIDI/String.hs:15) leftS (src/Sound/MIDI/String.hs:15) centreS (src/Sound/MIDI/String.hs:15) right (src/Sound/MIDI/String.hs:20) left (src/Sound/MIDI/String.hs:20) centre (src/Sound/MIDI/String.hs:20) spaces (src/Sound/MIDI/String.hs:28) stateToReadS (src/Sound/MIDI/String.hs:31) 12% ( 12 / 96) in 'Sound.MIDI.Message.Channel.Voice' Missing documentation for: T (src/Sound/MIDI/Message/Channel/Voice.hs:68) get (src/Sound/MIDI/Message/Channel/Voice.hs:409) putWithStatus (src/Sound/MIDI/Message/Channel/Voice.hs:428) ControllerValue (src/Sound/MIDI/Message/Channel/Voice.hs:174) PitchBendRange (src/Sound/MIDI/Message/Channel/Voice.hs:172) Pressure (src/Sound/MIDI/Message/Channel/Voice.hs:173) isNote (src/Sound/MIDI/Message/Channel/Voice.hs:119) bankSelect (src/Sound/MIDI/Message/Channel/Voice.hs:305) modulation (src/Sound/MIDI/Message/Channel/Voice.hs:305) breathControl (src/Sound/MIDI/Message/Channel/Voice.hs:305) footControl (src/Sound/MIDI/Message/Channel/Voice.hs:305) portamentoTime (src/Sound/MIDI/Message/Channel/Voice.hs:305) dataEntry (src/Sound/MIDI/Message/Channel/Voice.hs:305) mainVolume (src/Sound/MIDI/Message/Channel/Voice.hs:305) balance (src/Sound/MIDI/Message/Channel/Voice.hs:305) panorama (src/Sound/MIDI/Message/Channel/Voice.hs:305) expression (src/Sound/MIDI/Message/Channel/Voice.hs:305) generalPurpose1 (src/Sound/MIDI/Message/Channel/Voice.hs:305) generalPurpose2 (src/Sound/MIDI/Message/Channel/Voice.hs:305) generalPurpose3 (src/Sound/MIDI/Message/Channel/Voice.hs:305) generalPurpose4 (src/Sound/MIDI/Message/Channel/Voice.hs:305) vectorX (src/Sound/MIDI/Message/Channel/Voice.hs:305) vectorY (src/Sound/MIDI/Message/Channel/Voice.hs:305) bankSelectMSB (src/Sound/MIDI/Message/Channel/Voice.hs:330) modulationMSB (src/Sound/MIDI/Message/Channel/Voice.hs:330) breathControlMSB (src/Sound/MIDI/Message/Channel/Voice.hs:330) footControlMSB (src/Sound/MIDI/Message/Channel/Voice.hs:330) portamentoTimeMSB (src/Sound/MIDI/Message/Channel/Voice.hs:330) dataEntryMSB (src/Sound/MIDI/Message/Channel/Voice.hs:330) mainVolumeMSB (src/Sound/MIDI/Message/Channel/Voice.hs:330) balanceMSB (src/Sound/MIDI/Message/Channel/Voice.hs:330) panoramaMSB (src/Sound/MIDI/Message/Channel/Voice.hs:330) expressionMSB (src/Sound/MIDI/Message/Channel/Voice.hs:330) generalPurpose1MSB (src/Sound/MIDI/Message/Channel/Voice.hs:330) generalPurpose2MSB (src/Sound/MIDI/Message/Channel/Voice.hs:330) generalPurpose3MSB (src/Sound/MIDI/Message/Channel/Voice.hs:330) generalPurpose4MSB (src/Sound/MIDI/Message/Channel/Voice.hs:330) bankSelectLSB (src/Sound/MIDI/Message/Channel/Voice.hs:337) modulationLSB (src/Sound/MIDI/Message/Channel/Voice.hs:337) breathControlLSB (src/Sound/MIDI/Message/Channel/Voice.hs:337) footControlLSB (src/Sound/MIDI/Message/Channel/Voice.hs:337) portamentoTimeLSB (src/Sound/MIDI/Message/Channel/Voice.hs:337) dataEntryLSB (src/Sound/MIDI/Message/Channel/Voice.hs:337) mainVolumeLSB (src/Sound/MIDI/Message/Channel/Voice.hs:337) balanceLSB (src/Sound/MIDI/Message/Channel/Voice.hs:337) panoramaLSB (src/Sound/MIDI/Message/Channel/Voice.hs:337) expressionLSB (src/Sound/MIDI/Message/Channel/Voice.hs:337) generalPurpose1LSB (src/Sound/MIDI/Message/Channel/Voice.hs:337) generalPurpose2LSB (src/Sound/MIDI/Message/Channel/Voice.hs:337) generalPurpose3LSB (src/Sound/MIDI/Message/Channel/Voice.hs:337) generalPurpose4LSB (src/Sound/MIDI/Message/Channel/Voice.hs:337) sustain (src/Sound/MIDI/Message/Channel/Voice.hs:344) porta (src/Sound/MIDI/Message/Channel/Voice.hs:344) sustenuto (src/Sound/MIDI/Message/Channel/Voice.hs:344) softPedal (src/Sound/MIDI/Message/Channel/Voice.hs:344) hold2 (src/Sound/MIDI/Message/Channel/Voice.hs:344) generalPurpose5 (src/Sound/MIDI/Message/Channel/Voice.hs:344) generalPurpose6 (src/Sound/MIDI/Message/Channel/Voice.hs:344) generalPurpose7 (src/Sound/MIDI/Message/Channel/Voice.hs:344) generalPurpose8 (src/Sound/MIDI/Message/Channel/Voice.hs:344) src/Sound/MIDI/File/Event.hs:55:22: Warning: In the use of type constructor or class ‘SysEx.T’ (imported from Sound.MIDI.File.Event.SystemExclusive): Deprecated: "implement this data type properly" src/Sound/MIDI/File/Load.hs:261:16: Warning: In the use of ‘showTime’ (imported from Sound.MIDI.File): Deprecated: "only use this for debugging" src/Sound/MIDI/File/Load.hs:262:23: Warning: In the use of ‘showEvent’ (imported from Sound.MIDI.File): Deprecated: "only use this for debugging" extDepth (src/Sound/MIDI/Message/Channel/Voice.hs:344) tremoloDepth (src/Sound/MIDI/Message/Channel/Voice.hs:344) chorusDepth (src/Sound/MIDI/Message/Channel/Voice.hs:344) celesteDepth (src/Sound/MIDI/Message/Channel/Voice.hs:344) phaserDepth (src/Sound/MIDI/Message/Channel/Voice.hs:344) dataIncrement (src/Sound/MIDI/Message/Channel/Voice.hs:349) dataDecrement (src/Sound/MIDI/Message/Channel/Voice.hs:349) nonRegisteredParameterLSB (src/Sound/MIDI/Message/Channel/Voice.hs:349) nonRegisteredParameterMSB (src/Sound/MIDI/Message/Channel/Voice.hs:349) registeredParameterLSB (src/Sound/MIDI/Message/Channel/Voice.hs:349) registeredParameterMSB (src/Sound/MIDI/Message/Channel/Voice.hs:349) Pitch (src/Sound/MIDI/Message/Channel/Voice.hs:177) fromPitch (src/Sound/MIDI/Message/Channel/Voice.hs:177) toPitch (src/Sound/MIDI/Message/Channel/Voice.hs:182) Velocity (src/Sound/MIDI/Message/Channel/Voice.hs:178) fromVelocity (src/Sound/MIDI/Message/Channel/Voice.hs:178) toVelocity (src/Sound/MIDI/Message/Channel/Voice.hs:185) Program (src/Sound/MIDI/Message/Channel/Voice.hs:179) fromProgram (src/Sound/MIDI/Message/Channel/Voice.hs:179) toProgram (src/Sound/MIDI/Message/Channel/Voice.hs:188) fromController (src/Sound/MIDI/ControllerPrivate.hs:26) toController (src/Sound/MIDI/ControllerPrivate.hs:28) increasePitch (src/Sound/MIDI/Message/Channel/Voice.hs:206) subtractPitch (src/Sound/MIDI/Message/Channel/Voice.hs:209) 26% ( 6 / 23) in 'Sound.MIDI.Message.Channel' Missing documentation for: T (src/Sound/MIDI/Message/Channel.hs:39) Body (src/Sound/MIDI/Message/Channel.hs:46) put (src/Sound/MIDI/Message/Channel.hs:115) putWithStatus (src/Sound/MIDI/Message/Channel.hs:118) fromChannel (src/Sound/MIDI/Parser/Status.hs:59) toChannel (src/Sound/MIDI/Parser/Status.hs:61) Pitch (src/Sound/MIDI/Message/Channel/Voice.hs:177) fromPitch (src/Sound/MIDI/Message/Channel/Voice.hs:177) toPitch (src/Sound/MIDI/Message/Channel/Voice.hs:182) Velocity (src/Sound/MIDI/Message/Channel/Voice.hs:178) fromVelocity (src/Sound/MIDI/Message/Channel/Voice.hs:178) toVelocity (src/Sound/MIDI/Message/Channel/Voice.hs:185) Program (src/Sound/MIDI/Message/Channel/Voice.hs:179) fromProgram (src/Sound/MIDI/Message/Channel/Voice.hs:179) toProgram (src/Sound/MIDI/Message/Channel/Voice.hs:188) fromController (src/Sound/MIDI/ControllerPrivate.hs:26) toController (src/Sound/MIDI/ControllerPrivate.hs:28) 11% ( 1 / 9) in 'Sound.MIDI.Message' Missing documentation for: T (src/Sound/MIDI/Message.hs:34) get (src/Sound/MIDI/Message.hs:41) getWithStatus (src/Sound/MIDI/Message.hs:49) getIncompleteWithStatus (src/Sound/MIDI/Message.hs:57) put (src/Sound/MIDI/Message.hs:72) putWithStatus (src/Sound/MIDI/Message.hs:78) maybeFromByteString (src/Sound/MIDI/Message.hs:65) toByteString (src/Sound/MIDI/Message.hs:86) 6% ( 1 / 16) in 'Sound.MIDI.File.Event.Meta' Missing documentation for: Module header T (src/Sound/MIDI/File/Event/Meta.hs:46) ElapsedTime (src/Sound/MIDI/File/Event/Meta.hs:38) fromElapsedTime (src/Sound/MIDI/File/Event/Meta.hs:94) toElapsedTime (src/Sound/MIDI/File/Event/Meta.hs:91) Tempo (src/Sound/MIDI/File/Event/Meta.hs:39) fromTempo (src/Sound/MIDI/File/Event/Meta.hs:101) toTempo (src/Sound/MIDI/File/Event/Meta.hs:98) SMPTEHours (src/Sound/MIDI/File/Event/Meta.hs:40) SMPTEMinutes (src/Sound/MIDI/File/Event/Meta.hs:41) SMPTESeconds (src/Sound/MIDI/File/Event/Meta.hs:42) SMPTEFrames (src/Sound/MIDI/File/Event/Meta.hs:43) SMPTEBits (src/Sound/MIDI/File/Event/Meta.hs:44) get (src/Sound/MIDI/File/Event/Meta.hs:115) put (src/Sound/MIDI/File/Event/Meta.hs:157) 21% ( 3 / 14) in 'Sound.MIDI.File.Event' Missing documentation for: T (src/Sound/MIDI/File/Event.hs:52) get (src/Sound/MIDI/File/Event.hs:86) TrackEvent (src/Sound/MIDI/File/Event.hs:46) ElapsedTime (src/Sound/MIDI/File/Event/Meta.hs:38) fromElapsedTime (src/Sound/MIDI/File/Event/Meta.hs:94) toElapsedTime (src/Sound/MIDI/File/Event/Meta.hs:91) mapBody (src/Sound/MIDI/File/Event.hs:48) maybeMIDIEvent (src/Sound/MIDI/File/Event.hs:66) maybeMetaEvent (src/Sound/MIDI/File/Event.hs:70) maybeVoice (src/Sound/MIDI/File/Event.hs:74) mapVoice (src/Sound/MIDI/File/Event.hs:78) 0% ( 0 / 9) in 'Sound.MIDI.Message.Class.Utility' Missing documentation for: Module header note (src/Sound/MIDI/Message/Class/Utility.hs:10) program (src/Sound/MIDI/Message/Class/Utility.hs:11) anyController (src/Sound/MIDI/Message/Class/Utility.hs:12) pitchBend (src/Sound/MIDI/Message/Class/Utility.hs:13) channelPressure (src/Sound/MIDI/Message/Class/Utility.hs:14) mode (src/Sound/MIDI/Message/Class/Utility.hs:15) explicitNoteOff (src/Sound/MIDI/Message/Class/Utility.hs:45) implicitNoteOff (src/Sound/MIDI/Message/Class/Utility.hs:52) 43% ( 3 / 7) in 'Sound.MIDI.Message.Class.Check' Missing documentation for: Module header controller (src/Sound/MIDI/Message/Class/Check.hs:75) liftMidi (src/Sound/MIDI/Message/Class/Check.hs:100) liftFile (src/Sound/MIDI/Message/Class/Check.hs:117) 50% ( 3 / 6) in 'Sound.MIDI.Message.Class.Query' Missing documentation for: Module header liftMidi (src/Sound/MIDI/Message/Class/Query.hs:89) liftFile (src/Sound/MIDI/Message/Class/Query.hs:106) 20% ( 2 / 10) in 'Sound.MIDI.Message.Class.Construct' Missing documentation for: Module header C (src/Sound/MIDI/Message/Class/Construct.hs:15) liftChannel (src/Sound/MIDI/Message/Class/Construct.hs:30) (src/Sound/MIDI/Message/Class/Construct.hs:36) liftMidi (src/Sound/MIDI/Message/Class/Construct.hs:84) (src/Sound/MIDI/Message/Class/Construct.hs:90) liftFile (src/Sound/MIDI/Message/Class/Construct.hs:99) (src/Sound/MIDI/Message/Class/Construct.hs:105) 13% ( 3 / 23) in 'Sound.MIDI.General' Missing documentation for: instrumentNameToProgram (src/Sound/MIDI/General.hs:23) instrumentNames (src/Sound/MIDI/General.hs:27) instrumentPrograms (src/Sound/MIDI/General.hs:30) instrumentFromProgram (src/Sound/MIDI/General.hs:99) instrumentToProgram (src/Sound/MIDI/General.hs:102) instrumentChannels (src/Sound/MIDI/General.hs:105) instruments (src/Sound/MIDI/General.hs:108) Instrument (src/Sound/MIDI/General.hs:111) (src/Sound/MIDI/General.hs:178) (src/Sound/MIDI/General.hs:182) drumChannel (src/Sound/MIDI/General.hs:190) drumProgram (src/Sound/MIDI/General.hs:193) drumMinKey (src/Sound/MIDI/General.hs:196) drumKeyTable (src/Sound/MIDI/General.hs:199) drumFromKey (src/Sound/MIDI/General.hs:202) drumToKey (src/Sound/MIDI/General.hs:205) drums (src/Sound/MIDI/General.hs:208) Drum (src/Sound/MIDI/General.hs:212) (src/Sound/MIDI/General.hs:232) (src/Sound/MIDI/General.hs:236) 50% ( 13 / 26) in 'Sound.MIDI.File' Missing documentation for: Division (src/Sound/MIDI/File.hs:55) Track (src/Sound/MIDI/File.hs:58) Type (src/Sound/MIDI/File.hs:53) ElapsedTime (src/Sound/MIDI/File/Event/Meta.hs:38) fromElapsedTime (src/Sound/MIDI/File/Event/Meta.hs:94) toElapsedTime (src/Sound/MIDI/File/Event/Meta.hs:91) Tempo (src/Sound/MIDI/File/Event/Meta.hs:39) fromTempo (src/Sound/MIDI/File/Event/Meta.hs:101) toTempo (src/Sound/MIDI/File/Event/Meta.hs:98) getTracks (src/Sound/MIDI/File.hs:118) ticksPerQuarterNote (src/Sound/MIDI/File.hs:162) showEvent (src/Sound/MIDI/File.hs:211) showTime (src/Sound/MIDI/File.hs:207) 67% ( 4 / 6) in 'Sound.MIDI.File.Load' Missing documentation for: maybeFromByteList (src/Sound/MIDI/File/Load.hs:82) maybeFromByteString (src/Sound/MIDI/File/Load.hs:87) 100% ( 6 / 6) in 'Sound.MIDI.File.Save' 0% ( 0 / 3) in 'Sound.MIDI.Example.ControllerRamp' Missing documentation for: Module header example (src/Sound/MIDI/Example/ControllerRamp.hs:17) main (src/Sound/MIDI/Example/ControllerRamp.hs:25) Warning: Sound.MIDI.Message.System.RealTime: could not find link destinations for: C Fragile C Warning: Sound.MIDI.KeySignature: could not find link destinations for: C Fragile Warning: Sound.MIDI.Message.Channel.Mode: could not find link destinations for: C Fragile C Warning: Sound.MIDI.Message.System.Common: could not find link destinations for: C Fragile C Warning: Sound.MIDI.Manufacturer: could not find link destinations for: C Fragile C Warning: Sound.MIDI.Message.System.Exclusive: could not find link destinations for: NonRealTime RealTime C Fragile Partial C Warning: Sound.MIDI.Message.System: could not find link destinations for: C Fragile Partial C Warning: Sound.MIDI.MachineControl: could not find link destinations for: C Fragile Partial T ByteList PossiblyIncomplete Warning: Sound.MIDI.File.Event.SystemExclusive: could not find link destinations for: C Fragile C Warning: Sound.MIDI.Message.Channel.Voice: could not find link destinations for: C Fragile C T Warning: Sound.MIDI.Message.Channel: could not find link destinations for: C Fragile T C Compression T Warning: Sound.MIDI.Message: could not find link destinations for: C Fragile T Partial C Compression T Warning: Sound.MIDI.File.Event.Meta: could not find link destinations for: C Fragile C Warning: Sound.MIDI.File.Event: could not find link destinations for: C Fragile T Compression C T Warning: Sound.MIDI.File.Load: could not find link destinations for: getChunk getChunks Documentation created: dist/doc/html/midi/index.html, dist/doc/html/midi/midi.txt Creating package registration file: /tmp/pkgConf-midi-0.2.211429301642133584523.1 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.3/midi-0.2.2.1-BEoYXt7ogDr0rcMes4eDCX Registering midi-0.2.2.1... Installed midi-0.2.2.1 Downloading midi-util-0.2... Configuring midi-util-0.2... Building midi-util-0.2... Preprocessing library midi-util-0.2... [1 of 1] Compiling Sound.MIDI.Util ( src/Sound/MIDI/Util.hs, dist/build/Sound/MIDI/Util.o ) In-place registering midi-util-0.2... Running Haddock for midi-util-0.2... Running hscolour for midi-util-0.2... Preprocessing library midi-util-0.2... Preprocessing library midi-util-0.2... Haddock coverage: 67% ( 39 / 58) in 'Sound.MIDI.Util' Missing documentation for: TimeSig (src/Sound/MIDI/Util.hs:82) applyTempoTrack (src/Sound/MIDI/Util.hs:234) unapplyTempoTrack (src/Sound/MIDI/Util.hs:240) makeTempoMap (src/Sound/MIDI/Util.hs:204) unmakeTempoMap (src/Sound/MIDI/Util.hs:207) tempoMapFromBPS (src/Sound/MIDI/Util.hs:210) tempoMapToBPS (src/Sound/MIDI/Util.hs:217) applyTempoMap (src/Sound/MIDI/Util.hs:224) unapplyTempoMap (src/Sound/MIDI/Util.hs:229) readSignatureFull (src/Sound/MIDI/Util.hs:156) showSignatureFull (src/Sound/MIDI/Util.hs:176) unmakeMeasureMap (src/Sound/MIDI/Util.hs:273) measureMapFromLengths (src/Sound/MIDI/Util.hs:300) measureMapToLengths (src/Sound/MIDI/Util.hs:310) measureMapFromTimeSigs (src/Sound/MIDI/Util.hs:279) measureMapToTimeSigs (src/Sound/MIDI/Util.hs:303) measureLengthToTimeSig (src/Sound/MIDI/Util.hs:185) readTrackName (src/Sound/MIDI/Util.hs:358) showTrackName (src/Sound/MIDI/Util.hs:362) Warning: Sound.MIDI.Util: could not find link destinations for: LookupA LookupB Documentation created: dist/doc/html/midi-util/index.html, dist/doc/html/midi-util/midi-util.txt Creating package registration file: /tmp/pkgConf-midi-util-01215387142364531492.2 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.3/midi-util-0.2-Ku5TCTXhg6QFAzS9tugCYm Registering midi-util-0.2... Installed midi-util-0.2