Build #1 for sox-0.2.2.6

[all reports]

Package sox-0.2.2.6
Install InstallOk
Docs Ok
Tests NotTried
Time submitted 2016-02-12 12:39:48.357712 UTC
Compiler ghc-7.10.3
OS linux
Arch x86_64
Dependencies utility-ht-0.0.11, unix-2.7.1.0, transformers-0.4.2.0, sample-frame-0.0.3, process-1.2.3.0, extensible-exceptions-0.1.1.4, explicit-exception-0.1.8, containers-0.5.6.2, base-4.8.2.0
Flags splitbase -executeshell

Code Coverage

No Code Coverage was submitted for this report.

Build log

[view raw]

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 extensible-exceptions-0.1.1.4...
Building extensible-exceptions-0.1.1.4...
Preprocessing library extensible-exceptions-0.1.1.4...
[1 of 1] Compiling Control.Exception.Extensible ( Control/Exception/Extensible.hs, dist/build/Control/Exception/Extensible.o )
In-place registering extensible-exceptions-0.1.1.4...
Running Haddock for extensible-exceptions-0.1.1.4...
Running hscolour for extensible-exceptions-0.1.1.4...
Preprocessing library extensible-exceptions-0.1.1.4...
Preprocessing library extensible-exceptions-0.1.1.4...
Haddock coverage:
 100% (  2 /  2) in 'Control.Exception.Extensible'
Documentation created: dist/doc/html/extensible-exceptions/index.html,
dist/doc/html/extensible-exceptions/extensible-exceptions.txt
Creating package registration file:
/tmp/pkgConf-extensible-exceptions-0.1.1111537764338888228.4
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.3/extensible-exceptions-0.1.1.4-FEBYnjUcabpEXD3JqlYlJc
Registering extensible-exceptions-0.1.1.4...
Installed extensible-exceptions-0.1.1.4
Configuring primitive-0.6.1.0...
Building primitive-0.6.1.0...
Preprocessing library primitive-0.6.1.0...
[ 1 of 10] Compiling Data.Primitive.Internal.Compat ( Data/Primitive/Internal/Compat.hs, dist/build/Data/Primitive/Internal/Compat.o )
[ 2 of 10] Compiling Data.Primitive.MachDeps ( Data/Primitive/MachDeps.hs, dist/build/Data/Primitive/MachDeps.o )
[ 3 of 10] Compiling Data.Primitive.Internal.Operations ( Data/Primitive/Internal/Operations.hs, dist/build/Data/Primitive/Internal/Operations.o )
[ 4 of 10] Compiling Control.Monad.Primitive ( Control/Monad/Primitive.hs, dist/build/Control/Monad/Primitive.o )

Control/Monad/Primitive.hs:41:1: Warning:
    Module ‘Control.Monad.Trans.Error’ is deprecated:
      Use Control.Monad.Trans.Except instead

Control/Monad/Primitive.hs:100:11: Warning:
    In the use of type constructor or class ‘Error’
    (imported from Control.Monad.Trans.Error):
    Deprecated: "Use Control.Monad.Trans.Except instead"

Control/Monad/Primitive.hs:100:47: Warning:
    In the use of type constructor or class ‘ErrorT’
    (imported from Control.Monad.Trans.Error):
    Deprecated: "Use Control.Monad.Trans.Except instead"

Control/Monad/Primitive.hs:101:19: Warning:
    In the use of type constructor or class ‘ErrorT’
    (imported from Control.Monad.Trans.Error):
    Deprecated: "Use Control.Monad.Trans.Except instead"
[ 5 of 10] Compiling Data.Primitive.Types ( Data/Primitive/Types.hs, dist/build/Data/Primitive/Types.o )
[ 6 of 10] Compiling Data.Primitive.Array ( Data/Primitive/Array.hs, dist/build/Data/Primitive/Array.o )
[ 7 of 10] Compiling Data.Primitive.ByteArray ( Data/Primitive/ByteArray.hs, dist/build/Data/Primitive/ByteArray.o )
[ 8 of 10] Compiling Data.Primitive.Addr ( Data/Primitive/Addr.hs, dist/build/Data/Primitive/Addr.o )
[ 9 of 10] Compiling Data.Primitive   ( Data/Primitive.hs, dist/build/Data/Primitive.o )
[10 of 10] Compiling Data.Primitive.MutVar ( Data/Primitive/MutVar.hs, dist/build/Data/Primitive/MutVar.o )
In-place registering primitive-0.6.1.0...
Running Haddock for primitive-0.6.1.0...
Running hscolour for primitive-0.6.1.0...
Preprocessing library primitive-0.6.1.0...
Preprocessing library primitive-0.6.1.0...

Control/Monad/Primitive.hs:41:1: Warning:
    Module ‘Control.Monad.Trans.Error’ is deprecated:
      Use Control.Monad.Trans.Except instead

Control/Monad/Primitive.hs:100:11: Warning:
    In the use of type constructor or class ‘Error’
    (imported from Control.Monad.Trans.Error):
    Deprecated: "Use Control.Monad.Trans.Except instead"

Control/Monad/Primitive.hs:100:47: Warning:
    In the use of type constructor or class ‘ErrorT’
    (imported from Control.Monad.Trans.Error):
    Deprecated: "Use Control.Monad.Trans.Except instead"

Control/Monad/Primitive.hs:101:19: Warning:
    In the use of type constructor or class ‘ErrorT’
    (imported from Control.Monad.Trans.Error):
    Deprecated: "Use Control.Monad.Trans.Except instead"
Haddock coverage:
 100% (  3 /  3) in 'Data.Primitive.Internal.Compat'
   3% (  1 / 35) in 'Data.Primitive.MachDeps'
  Missing documentation for:
    sIZEOF_CHAR (Data/Primitive/MachDeps.hs:19)
    aLIGNMENT_CHAR (Data/Primitive/MachDeps.hs:19)
    sIZEOF_INT (Data/Primitive/MachDeps.hs:19)
    aLIGNMENT_INT (Data/Primitive/MachDeps.hs:19)
    sIZEOF_WORD (Data/Primitive/MachDeps.hs:19)
    aLIGNMENT_WORD (Data/Primitive/MachDeps.hs:19)
    sIZEOF_DOUBLE (Data/Primitive/MachDeps.hs:19)
    aLIGNMENT_DOUBLE (Data/Primitive/MachDeps.hs:19)
    sIZEOF_FLOAT (Data/Primitive/MachDeps.hs:19)
    aLIGNMENT_FLOAT (Data/Primitive/MachDeps.hs:19)
    sIZEOF_PTR (Data/Primitive/MachDeps.hs:19)
    aLIGNMENT_PTR (Data/Primitive/MachDeps.hs:19)
    sIZEOF_FUNPTR (Data/Primitive/MachDeps.hs:19)
    aLIGNMENT_FUNPTR (Data/Primitive/MachDeps.hs:19)
    sIZEOF_STABLEPTR (Data/Primitive/MachDeps.hs:19)
    aLIGNMENT_STABLEPTR (Data/Primitive/MachDeps.hs:19)
    sIZEOF_INT8 (Data/Primitive/MachDeps.hs:19)
    aLIGNMENT_INT8 (Data/Primitive/MachDeps.hs:19)
    sIZEOF_WORD8 (Data/Primitive/MachDeps.hs:19)
    aLIGNMENT_WORD8 (Data/Primitive/MachDeps.hs:19)
    sIZEOF_INT16 (Data/Primitive/MachDeps.hs:19)
    aLIGNMENT_INT16 (Data/Primitive/MachDeps.hs:19)
    sIZEOF_WORD16 (Data/Primitive/MachDeps.hs:19)
    aLIGNMENT_WORD16 (Data/Primitive/MachDeps.hs:19)
    sIZEOF_INT32 (Data/Primitive/MachDeps.hs:19)
    aLIGNMENT_INT32 (Data/Primitive/MachDeps.hs:19)
    sIZEOF_WORD32 (Data/Primitive/MachDeps.hs:19)
    aLIGNMENT_WORD32 (Data/Primitive/MachDeps.hs:19)
    sIZEOF_INT64 (Data/Primitive/MachDeps.hs:19)
    aLIGNMENT_INT64 (Data/Primitive/MachDeps.hs:19)
    sIZEOF_WORD64 (Data/Primitive/MachDeps.hs:19)
    aLIGNMENT_WORD64 (Data/Primitive/MachDeps.hs:19)
    Word64_# (Data/Primitive/MachDeps.hs:120)
    Int64_# (Data/Primitive/MachDeps.hs:121)
   3% (  1 / 29) in 'Data.Primitive.Internal.Operations'
  Missing documentation for:
    setWord8Array# (Data/Primitive/Internal/Operations.hs:33)
    setWord16Array# (Data/Primitive/Internal/Operations.hs:35)
    setWord32Array# (Data/Primitive/Internal/Operations.hs:37)
    setWord64Array# (Data/Primitive/Internal/Operations.hs:39)
    setWordArray# (Data/Primitive/Internal/Operations.hs:41)
    setInt8Array# (Data/Primitive/Internal/Operations.hs:43)
    setInt16Array# (Data/Primitive/Internal/Operations.hs:45)
    setInt32Array# (Data/Primitive/Internal/Operations.hs:47)
    setInt64Array# (Data/Primitive/Internal/Operations.hs:49)
    setIntArray# (Data/Primitive/Internal/Operations.hs:51)
    setAddrArray# (Data/Primitive/Internal/Operations.hs:53)
    setFloatArray# (Data/Primitive/Internal/Operations.hs:55)
    setDoubleArray# (Data/Primitive/Internal/Operations.hs:57)
    setWideCharArray# (Data/Primitive/Internal/Operations.hs:59)
    setWord8OffAddr# (Data/Primitive/Internal/Operations.hs:62)
    setWord16OffAddr# (Data/Primitive/Internal/Operations.hs:64)
    setWord32OffAddr# (Data/Primitive/Internal/Operations.hs:66)
    setWord64OffAddr# (Data/Primitive/Internal/Operations.hs:68)
    setWordOffAddr# (Data/Primitive/Internal/Operations.hs:70)
    setInt8OffAddr# (Data/Primitive/Internal/Operations.hs:72)
    setInt16OffAddr# (Data/Primitive/Internal/Operations.hs:74)
    setInt32OffAddr# (Data/Primitive/Internal/Operations.hs:76)
    setInt64OffAddr# (Data/Primitive/Internal/Operations.hs:78)
    setIntOffAddr# (Data/Primitive/Internal/Operations.hs:80)
    setAddrOffAddr# (Data/Primitive/Internal/Operations.hs:82)
    setFloatOffAddr# (Data/Primitive/Internal/Operations.hs:84)
    setDoubleOffAddr# (Data/Primitive/Internal/Operations.hs:86)
    setWideCharOffAddr# (Data/Primitive/Internal/Operations.hs:88)
  75% ( 12 / 16) in 'Control.Monad.Primitive'
  Missing documentation for:
    unsafeInlinePrim (Control/Monad/Primitive.hs:189)
    unsafeInlineIO (Control/Monad/Primitive.hs:193)
    unsafeInlineST (Control/Monad/Primitive.hs:197)
    touch (Control/Monad/Primitive.hs:201)
 100% (  3 /  3) in 'Data.Primitive.Types'
 100% ( 15 / 15) in 'Data.Primitive.Array'
  93% ( 27 / 29) in 'Data.Primitive.ByteArray'
  Missing documentation for:
    ByteArray#
    MutableByteArray#
 100% ( 16 / 16) in 'Data.Primitive.Addr'
 100% (  7 /  7) in 'Data.Primitive'
 100% (  9 /  9) in 'Data.Primitive.MutVar'
Documentation created: dist/doc/html/primitive/index.html,
dist/doc/html/primitive/primitive.txt
Creating package registration file:
/tmp/pkgConf-primitive-0.6.11544617505243268139.0
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.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-116820852731662981776.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.02356491571448703729.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-02000419805746349250.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 storable-record-0.0.3.1...
Building storable-record-0.0.3.1...
Preprocessing library storable-record-0.0.3.1...
[1 of 7] Compiling Foreign.Storable.Newtype ( src/Foreign/Storable/Newtype.hs, dist/build/Foreign/Storable/Newtype.o )
[2 of 7] Compiling Foreign.Storable.FixedArray ( src/Foreign/Storable/FixedArray.hs, dist/build/Foreign/Storable/FixedArray.o )
[3 of 7] Compiling Foreign.Storable.Traversable ( src/Foreign/Storable/Traversable.hs, dist/build/Foreign/Storable/Traversable.o )
[4 of 7] Compiling Foreign.Storable.RecordMinimalSize ( src/Foreign/Storable/RecordMinimalSize.hs, dist/build/Foreign/Storable/RecordMinimalSize.o )

src/Foreign/Storable/RecordMinimalSize.hs:73:1: Warning:
    The import of ‘Control.Applicative’ is redundant
      except perhaps to import instances from ‘Control.Applicative’
    To import instances alone, use: import Control.Applicative()

src/Foreign/Storable/RecordMinimalSize.hs:75:1: Warning:
    The import of ‘Data.Monoid’ is redundant
      except perhaps to import instances from ‘Data.Monoid’
    To import instances alone, use: import Data.Monoid()
[5 of 7] Compiling Foreign.Storable.RecordReaderPtr ( src/Foreign/Storable/RecordReaderPtr.hs, dist/build/Foreign/Storable/RecordReaderPtr.o )

src/Foreign/Storable/RecordReaderPtr.hs:73:1: Warning:
    The import of ‘Control.Applicative’ is redundant
      except perhaps to import instances from ‘Control.Applicative’
    To import instances alone, use: import Control.Applicative()

src/Foreign/Storable/RecordReaderPtr.hs:75:1: Warning:
    The import of ‘Data.Monoid’ is redundant
      except perhaps to import instances from ‘Data.Monoid’
    To import instances alone, use: import Data.Monoid()
[6 of 7] Compiling Foreign.Storable.TraversableUnequalSizes ( src/Foreign/Storable/TraversableUnequalSizes.hs, dist/build/Foreign/Storable/TraversableUnequalSizes.o )
[7 of 7] Compiling Foreign.Storable.Record ( src/Foreign/Storable/Record.hs, dist/build/Foreign/Storable/Record.o )

src/Foreign/Storable/Record.hs:70:1: Warning:
    The import of ‘Control.Applicative’ is redundant
      except perhaps to import instances from ‘Control.Applicative’
    To import instances alone, use: import Control.Applicative()

src/Foreign/Storable/Record.hs:72:1: Warning:
    The import of ‘Data.Monoid’ is redundant
      except perhaps to import instances from ‘Data.Monoid’
    To import instances alone, use: import Data.Monoid()
In-place registering storable-record-0.0.3.1...
Running Haddock for storable-record-0.0.3.1...
Running hscolour for storable-record-0.0.3.1...
Preprocessing library storable-record-0.0.3.1...
Preprocessing library storable-record-0.0.3.1...

src/Foreign/Storable/RecordMinimalSize.hs:73:1: Warning:
    The import of ‘Control.Applicative’ is redundant
      except perhaps to import instances from ‘Control.Applicative’
    To import instances alone, use: import Control.Applicative()

src/Foreign/Storable/RecordMinimalSize.hs:75:1: Warning:
    The import of ‘Data.Monoid’ is redundant
      except perhaps to import instances from ‘Data.Monoid’
    To import instances alone, use: import Data.Monoid()

src/Foreign/Storable/RecordReaderPtr.hs:73:1: Warning:
    The import of ‘Control.Applicative’ is redundant
      except perhaps to import instances from ‘Control.Applicative’
    To import instances alone, use: import Control.Applicative()

src/Foreign/Storable/RecordReaderPtr.hs:75:1: Warning:
    The import of ‘Data.Monoid’ is redundant
      except perhaps to import instances from ‘Data.Monoid’
    To import instances alone, use: import Data.Monoid()

src/Foreign/Storable/Record.hs:70:1: Warning:
    The import of ‘Control.Applicative’ is redundant
      except perhaps to import instances from ‘Control.Applicative’
    To import instances alone, use: import Control.Applicative()

src/Foreign/Storable/Record.hs:72:1: Warning:
    The import of ‘Data.Monoid’ is redundant
      except perhaps to import instances from ‘Data.Monoid’
    To import instances alone, use: import Data.Monoid()
Haddock coverage:
  20% (  1 /  5) in 'Foreign.Storable.Newtype'
  Missing documentation for:
    sizeOf (src/Foreign/Storable/Newtype.hs:23)
    alignment (src/Foreign/Storable/Newtype.hs:26)
    peek (src/Foreign/Storable/Newtype.hs:30)
    poke (src/Foreign/Storable/Newtype.hs:35)
   0% (  0 /  6) in 'Foreign.Storable.FixedArray'
  Missing documentation for:
    Module header
    roundUp (src/Foreign/Storable/FixedArray.hs:12)
    sizeOfArray (src/Foreign/Storable/FixedArray.hs:16)
    pokeNext (src/Foreign/Storable/FixedArray.hs:21)
    peekNext (src/Foreign/Storable/FixedArray.hs:29)
    run (src/Foreign/Storable/FixedArray.hs:36)
  50% (  3 /  6) in 'Foreign.Storable.Traversable'
  Missing documentation for:
    alignment (src/Foreign/Storable/Traversable.hs:62)
    sizeOf (src/Foreign/Storable/Traversable.hs:68)
    poke (src/Foreign/Storable/Traversable.hs:117)
  11% (  1 /  9) in 'Foreign.Storable.RecordMinimalSize'
  Missing documentation for:
    Dictionary (src/Foreign/Storable/RecordMinimalSize.hs:84)
    Access (src/Foreign/Storable/RecordMinimalSize.hs:91)
    element (src/Foreign/Storable/RecordMinimalSize.hs:138)
    run (src/Foreign/Storable/RecordMinimalSize.hs:155)
    alignment (src/Foreign/Storable/RecordMinimalSize.hs:163)
    sizeOf (src/Foreign/Storable/RecordMinimalSize.hs:169)
    peek (src/Foreign/Storable/RecordMinimalSize.hs:174)
    poke (src/Foreign/Storable/RecordMinimalSize.hs:179)
  11% (  1 /  9) in 'Foreign.Storable.RecordReaderPtr'
  Missing documentation for:
    Dictionary (src/Foreign/Storable/RecordReaderPtr.hs:84)
    Access (src/Foreign/Storable/RecordReaderPtr.hs:91)
    element (src/Foreign/Storable/RecordReaderPtr.hs:138)
    run (src/Foreign/Storable/RecordReaderPtr.hs:155)
    alignment (src/Foreign/Storable/RecordReaderPtr.hs:163)
    sizeOf (src/Foreign/Storable/RecordReaderPtr.hs:168)
    peek (src/Foreign/Storable/RecordReaderPtr.hs:173)
    poke (src/Foreign/Storable/RecordReaderPtr.hs:178)
  20% (  1 /  5) in 'Foreign.Storable.TraversableUnequalSizes'
  Missing documentation for:
    alignment (src/Foreign/Storable/TraversableUnequalSizes.hs:29)
    sizeOf (src/Foreign/Storable/TraversableUnequalSizes.hs:36)
    peek (src/Foreign/Storable/TraversableUnequalSizes.hs:49)
    poke (src/Foreign/Storable/TraversableUnequalSizes.hs:68)
  11% (  1 /  9) in 'Foreign.Storable.Record'
  Missing documentation for:
    Dictionary (src/Foreign/Storable/Record.hs:81)
    Access (src/Foreign/Storable/Record.hs:88)
    element (src/Foreign/Storable/Record.hs:141)
    run (src/Foreign/Storable/Record.hs:156)
    alignment (src/Foreign/Storable/Record.hs:164)
    sizeOf (src/Foreign/Storable/Record.hs:169)
    peek (src/Foreign/Storable/Record.hs:174)
    poke (src/Foreign/Storable/Record.hs:179)
Documentation created: dist/doc/html/storable-record/index.html,
dist/doc/html/storable-record/storable-record.txt
Creating package registration file:
/tmp/pkgConf-storable-record-0.0.32457988981891252715.1
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.3/storable-record-0.0.3.1-7DEwUG6hbFmEFANaZShd8M
Registering storable-record-0.0.3.1...
Installed storable-record-0.0.3.1
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.86994600081867107722.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 sample-frame-0.0.3...
Building sample-frame-0.0.3...
Preprocessing library sample-frame-0.0.3...
[1 of 3] Compiling Sound.Frame      ( src/Sound/Frame.hs, dist/build/Sound/Frame.o )
[2 of 3] Compiling Sound.Frame.Stereo ( src/Sound/Frame/Stereo.hs, dist/build/Sound/Frame/Stereo.o )

src/Sound/Frame/Stereo.hs:15:1: Warning:
    The import of ‘<*>, pure, Applicative’
    from module ‘Control.Applicative’ is redundant
[3 of 3] Compiling Sound.Frame.MuLaw ( src/Sound/Frame/MuLaw.hs, dist/build/Sound/Frame/MuLaw.o )
In-place registering sample-frame-0.0.3...
Running Haddock for sample-frame-0.0.3...
Running hscolour for sample-frame-0.0.3...
Preprocessing library sample-frame-0.0.3...
Preprocessing library sample-frame-0.0.3...

src/Sound/Frame/Stereo.hs:15:1: Warning:
    The import of ‘<*>, pure, Applicative’
    from module ‘Control.Applicative’ is redundant
Haddock coverage:
  57% (  4 /  7) in 'Sound.Frame'
  Missing documentation for:
    Module header
    sizeOfElementFoldable (src/Sound/Frame.hs:43)
    withSignal (src/Sound/Frame.hs:107)
   0% (  0 / 11) in 'Sound.Frame.Stereo'
  Missing documentation for:
    Module header
    T (src/Sound/Frame/Stereo.hs:26)
    left (src/Sound/Frame/Stereo.hs:26)
    right (src/Sound/Frame/Stereo.hs:26)
    cons (src/Sound/Frame/Stereo.hs:41)
    map (src/Sound/Frame/Stereo.hs:45)
    Channel (src/Sound/Frame/Stereo.hs:49)
    select (src/Sound/Frame/Stereo.hs:52)
    interleave (src/Sound/Frame/Stereo.hs:59)
    sequence (src/Sound/Frame/Stereo.hs:63)
    liftApplicative (src/Sound/Frame/Stereo.hs:67)
   0% (  0 /  6) in 'Sound.Frame.MuLaw'
  Missing documentation for:
    Module header
    T (src/Sound/Frame/MuLaw.hs:19)
    cons (src/Sound/Frame/MuLaw.hs:33)
    decons (src/Sound/Frame/MuLaw.hs:37)
    fromLinear16 (src/Sound/Frame/MuLaw.hs:42)
    toLinear16 (src/Sound/Frame/MuLaw.hs:56)
Documentation created: dist/doc/html/sample-frame/index.html,
dist/doc/html/sample-frame/sample-frame.txt
Creating package registration file:
/tmp/pkgConf-sample-frame-0.06497859051259577690.3
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.3/sample-frame-0.0.3-1XH2kVPiuW45tCClvoTNyJ
Registering sample-frame-0.0.3...
Installed sample-frame-0.0.3
Downloading sox-0.2.2.6...
Configuring sox-0.2.2.6...
Building sox-0.2.2.6...
Preprocessing library sox-0.2.2.6...
[ 1 of 15] Compiling Sound.Sox.Private.Information ( src/Sound/Sox/Private/Information.hs, dist/build/Sound/Sox/Private/Information.o )

src/Sound/Sox/Private/Information.hs:16:1: Warning:
    The import of ‘<*>, pure, Applicative’
    from module ‘Control.Applicative’ is redundant
[ 2 of 15] Compiling Sound.Sox.Information ( src/Sound/Sox/Information.hs, dist/build/Sound/Sox/Information.o )

src/Sound/Sox/Information.hs:24:1: Warning:
    The import of ‘<*>, pure, Applicative’
    from module ‘Control.Applicative’ is redundant
[ 3 of 15] Compiling Sound.Sox.Signal.List ( src/Sound/Sox/Signal/List.hs, dist/build/Sound/Sox/Signal/List.o )

src/Sound/Sox/Signal/List.hs:71:10: 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"
[ 4 of 15] Compiling Sound.Sox.Frame.Stereo ( src/Sound/Sox/Frame/Stereo.hs, dist/build/Sound/Sox/Frame/Stereo.o )
[ 5 of 15] Compiling Sound.Sox.Private.Format ( src/Sound/Sox/Private/Format.hs, dist/build/Sound/Sox/Private/Format.o )
[ 6 of 15] Compiling Sound.Sox.Format ( src/Sound/Sox/Format.hs, dist/build/Sound/Sox/Format.o )
[ 7 of 15] Compiling Sound.Sox.Private.Arguments ( src/Sound/Sox/Private/Arguments.hs, dist/build/Sound/Sox/Private/Arguments.o )

src/Sound/Sox/Private/Arguments.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()
[ 8 of 15] Compiling Sound.Sox.Private.Option ( src/Sound/Sox/Private/Option.hs, dist/build/Sound/Sox/Private/Option.o )

src/Sound/Sox/Private/Option.hs:5: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 15] Compiling Sound.Sox.Convert ( src/Sound/Sox/Convert.hs, dist/build/Sound/Sox/Convert.o )

src/Sound/Sox/Convert.hs:5: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 15] Compiling Sound.Sox.Option.Format ( src/Sound/Sox/Option/Format.hs, dist/build/Sound/Sox/Option/Format.o )

src/Sound/Sox/Option/Format.hs:9: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 15] Compiling Sound.Sox.System ( unix/src/Sound/Sox/System.hs, dist/build/Sound/Sox/System.o )
[12 of 15] Compiling Sound.Sox.Frame  ( src/Sound/Sox/Frame.hs, dist/build/Sound/Sox/Frame.o )
[13 of 15] Compiling Sound.Sox.Read   ( src/Sound/Sox/Read.hs, dist/build/Sound/Sox/Read.o )

src/Sound/Sox/Read.hs:15: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()
[14 of 15] Compiling Sound.Sox.Write  ( src/Sound/Sox/Write.hs, dist/build/Sound/Sox/Write.o )

src/Sound/Sox/Write.hs:9: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()
[15 of 15] Compiling Sound.Sox.Play   ( src/Sound/Sox/Play.hs, dist/build/Sound/Sox/Play.o )

src/Sound/Sox/Play.hs:9: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 sox-0.2.2.6...
Running Haddock for sox-0.2.2.6...
Running hscolour for sox-0.2.2.6...
Preprocessing library sox-0.2.2.6...
Preprocessing library sox-0.2.2.6...

src/Sound/Sox/Private/Information.hs:16:1: Warning:
    The import of ‘<*>, pure, Applicative’
    from module ‘Control.Applicative’ is redundant

src/Sound/Sox/Information.hs:24:1: Warning:
    The import of ‘<*>, pure, Applicative’
    from module ‘Control.Applicative’ is redundant

src/Sound/Sox/Signal/List.hs:71:10: 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"

src/Sound/Sox/Private/Arguments.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/Sound/Sox/Private/Option.hs:5: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/Sox/Convert.hs:5: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/Sox/Option/Format.hs:9: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/Sox/Read.hs:15: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/Sox/Write.hs:9: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/Sox/Play.hs:9: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:
   7% (  1 / 14) in 'Sound.Sox.Private.Information'
  Missing documentation for:
    T (src/Sound/Sox/Private/Information.hs:34)
     (src/Sound/Sox/Private/Information.hs:37)
     (src/Sound/Sox/Private/Information.hs:41)
    simple (src/Sound/Sox/Private/Information.hs:48)
    format (src/Sound/Sox/Private/Information.hs:53)
    simpleRead (src/Sound/Sox/Private/Information.hs:56)
    sampleRate (src/Sound/Sox/Private/Information.hs:59)
    numberOfChannels (src/Sound/Sox/Private/Information.hs:62)
    length (src/Sound/Sox/Private/Information.hs:65)
    bitsPerSample (src/Sound/Sox/Private/Information.hs:68)
    get (src/Sound/Sox/Private/Information.hs:73)
    exampleMulti (src/Sound/Sox/Private/Information.hs:93)
    exampleSingle (src/Sound/Sox/Private/Information.hs:97)
   9% (  1 / 11) in 'Sound.Sox.Information'
  Missing documentation for:
    T (src/Sound/Sox/Information.hs:37)
    simple (src/Sound/Sox/Information.hs:51)
    format (src/Sound/Sox/Information.hs:68)
    sampleRate (src/Sound/Sox/Information.hs:74)
    numberOfChannels (src/Sound/Sox/Information.hs:77)
    length (src/Sound/Sox/Information.hs:80)
    bitsPerSample (src/Sound/Sox/Information.hs:83)
    get (src/Sound/Sox/Information.hs:88)
    exampleMulti (src/Sound/Sox/Information.hs:91)
    exampleSingle (src/Sound/Sox/Information.hs:95)
  14% (  1 /  7) in 'Sound.Sox.Signal.List'
  Missing documentation for:
    writeFile (src/Sound/Sox/Signal/List.hs:34)
    put (src/Sound/Sox/Signal/List.hs:38)
    withReadFile (src/Sound/Sox/Signal/List.hs:56)
    getContents (src/Sound/Sox/Signal/List.hs:64)
    ReadException (src/Sound/Sox/Signal/List.hs:49)
    IOReadException (src/Sound/Sox/Signal/List.hs:53)
  20% (  1 /  5) in 'Sound.Sox.Frame.Stereo'
  Missing documentation for:
    T
    left
    right
    cons
   0% (  0 /  2) in 'Sound.Sox.Private.Format'
  Missing documentation for:
    Module header
    T (src/Sound/Sox/Private/Format.hs:3)
   0% (  0 / 17) in 'Sound.Sox.Format'
  Missing documentation for:
    Module header
    custom (src/Sound/Sox/Format.hs:9)
    aiff (src/Sound/Sox/Format.hs:12)
    wave (src/Sound/Sox/Format.hs:15)
    ogg (src/Sound/Sox/Format.hs:18)
    mp3 (src/Sound/Sox/Format.hs:21)
    iff8svx (src/Sound/Sox/Format.hs:24)
    muLaw (src/Sound/Sox/Format.hs:27)
    signedByte (src/Sound/Sox/Format.hs:31)
    unsignedByte (src/Sound/Sox/Format.hs:31)
    signedWord (src/Sound/Sox/Format.hs:35)
    unsignedWord (src/Sound/Sox/Format.hs:35)
    signedLong (src/Sound/Sox/Format.hs:39)
    unsignedLong (src/Sound/Sox/Format.hs:39)
    ieeeSinglePrecision (src/Sound/Sox/Format.hs:43)
    ieeeDoublePrecision (src/Sound/Sox/Format.hs:43)
    T (src/Sound/Sox/Private/Format.hs:3)
   0% (  0 /  6) in 'Sound.Sox.Private.Arguments'
  Missing documentation for:
    Module header
    T (src/Sound/Sox/Private/Arguments.hs:5)
     (src/Sound/Sox/Private/Arguments.hs:7)
    single (src/Sound/Sox/Private/Arguments.hs:11)
    fileName (src/Sound/Sox/Private/Arguments.hs:14)
    pipe (src/Sound/Sox/Private/Arguments.hs:17)
  20% (  1 /  5) in 'Sound.Sox.Private.Option'
  Missing documentation for:
    Module header
     (src/Sound/Sox/Private/Option.hs:14)
    toArguments (src/Sound/Sox/Private/Option.hs:18)
    single (src/Sound/Sox/Private/Option.hs:24)
  50% (  1 /  2) in 'Sound.Sox.Convert'
  Missing documentation for:
    Module header
  11% (  1 /  9) in 'Sound.Sox.Option.Format'
  Missing documentation for:
    Module header
    none (src/Sound/Sox/Option/Format.hs:12)
    numberOfChannels (src/Sound/Sox/Option/Format.hs:15)
    numberOfChannelsAuto (src/Sound/Sox/Option/Format.hs:19)
    sampleRate (src/Sound/Sox/Option/Format.hs:25)
    bitsPerSample (src/Sound/Sox/Option/Format.hs:29)
    format (src/Sound/Sox/Option/Format.hs:33)
    single (src/Sound/Sox/Private/Option.hs:24)
  33% (  1 /  3) in 'Sound.Sox.System'
  Missing documentation for:
    Module header
    ignoreCtrlC (unix/src/Sound/Sox/System.hs:24)
  25% (  1 /  4) in 'Sound.Sox.Frame'
  Missing documentation for:
    Module header
    C (src/Sound/Sox/Frame.hs:13)
    withSignal
  17% (  1 /  6) in 'Sound.Sox.Read'
  Missing documentation for:
    Module header
    Handle (src/Sound/Sox/Read.hs:23)
    close (src/Sound/Sox/Read.hs:84)
    withHandle1 (src/Sound/Sox/Read.hs:89)
    withHandle2 (src/Sound/Sox/Read.hs:95)
  50% (  2 /  4) in 'Sound.Sox.Write'
  Missing documentation for:
    Module header
    extended (src/Sound/Sox/Write.hs:44)
  33% (  1 /  3) in 'Sound.Sox.Play'
  Missing documentation for:
    Module header
    extended (src/Sound/Sox/Play.hs:37)
Documentation created: dist/doc/html/sox/index.html, dist/doc/html/sox/sox.txt
Creating package registration file:
/tmp/pkgConf-sox-0.2.21726234031005418816.6
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.3/sox-0.2.2.6-D3hijamfwjL7ibuWUJVf3b
Registering sox-0.2.2.6...
Installed sox-0.2.2.6

Test log

No test log was submitted for this report.