Build #3 for haddock-2.16.1

[all reports]

Package haddock-2.16.1
Install InstallOk
Docs Ok
Tests NotTried
Time submitted 2015-09-29 00:33:02.980712 UTC
Compiler ghc-7.10.2
OS linux
Arch x86_64
Dependencies haddock-api-2.16.1, base-4.8.1.0
Flags -in-ghc-tree

Code Coverage

No Code Coverage was submitted for this report.

Build log

[view raw]

Resolving dependencies...
[1 of 1] Compiling Main             ( /tmp/cabal-tmp-31941/ghc-paths-0.1.0.9/dist/setup/setup.hs, /tmp/cabal-tmp-31941/ghc-paths-0.1.0.9/dist/setup/Main.o )
Linking /tmp/cabal-tmp-31941/ghc-paths-0.1.0.9/dist/setup/setup ...
Configuring ghc-paths-0.1.0.9...
Building ghc-paths-0.1.0.9...
Preprocessing library ghc-paths-0.1.0.9...
[1 of 1] Compiling GHC.Paths        ( GHC/Paths.hs, dist/build/GHC/Paths.o )
In-place registering ghc-paths-0.1.0.9...
Running Haddock for ghc-paths-0.1.0.9...
Running hscolour for ghc-paths-0.1.0.9...
Preprocessing library ghc-paths-0.1.0.9...
Preprocessing library ghc-paths-0.1.0.9...
Haddock coverage:
   0% (  0 /  5) in 'GHC.Paths'
  Missing documentation for:
    Module header
    ghc (GHC/Paths.hs:7)
    ghc_pkg (GHC/Paths.hs:7)
    libdir (GHC/Paths.hs:7)
    docdir (GHC/Paths.hs:7)
Documentation created: dist/doc/html/ghc-paths/index.html,
dist/doc/html/ghc-paths/ghc-paths.txt
Creating package registration file:
/tmp/pkgConf-ghc-paths-0.1.010252023621350490027.9
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/ghc-paths-0.1.0.9-83fO7sKyOaAKK9cbE3049O
Registering ghc-paths-0.1.0.9...
Installed ghc-paths-0.1.0.9
Configuring haddock-library-1.2.1...
Building haddock-library-1.2.1...
Preprocessing library haddock-library-1.2.1...
[ 1 of 17] Compiling Data.Attoparsec.Number ( vendor/attoparsec-0.12.1.1/Data/Attoparsec/Number.hs, dist/build/Data/Attoparsec/Number.o )
[ 2 of 17] Compiling Data.Attoparsec.ByteString.FastSet ( vendor/attoparsec-0.12.1.1/Data/Attoparsec/ByteString/FastSet.hs, dist/build/Data/Attoparsec/ByteString/FastSet.o )
[ 3 of 17] Compiling Data.Attoparsec.Internal.Fhthagn ( vendor/attoparsec-0.12.1.1/Data/Attoparsec/Internal/Fhthagn.hs, dist/build/Data/Attoparsec/Internal/Fhthagn.o )
[ 4 of 17] Compiling Data.Attoparsec.ByteString.Buffer ( vendor/attoparsec-0.12.1.1/Data/Attoparsec/ByteString/Buffer.hs, dist/build/Data/Attoparsec/ByteString/Buffer.o )

vendor/attoparsec-0.12.1.1/Data/Attoparsec/ByteString/Buffer.hs:60: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 17] Compiling Data.Attoparsec.Internal.Types ( vendor/attoparsec-0.12.1.1/Data/Attoparsec/Internal/Types.hs, dist/build/Data/Attoparsec/Internal/Types.o )

vendor/attoparsec-0.12.1.1/Data/Attoparsec/Internal/Types.hs:28:1: Warning:
    The import of ‘Applicative, <$>’
    from module ‘Control.Applicative’ is redundant

vendor/attoparsec-0.12.1.1/Data/Attoparsec/Internal/Types.hs:35: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 17] Compiling Data.Attoparsec.Internal ( vendor/attoparsec-0.12.1.1/Data/Attoparsec/Internal.hs, dist/build/Data/Attoparsec/Internal.o )

vendor/attoparsec-0.12.1.1/Data/Attoparsec/Internal.hs:24: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()
[ 7 of 17] Compiling Data.Attoparsec.Combinator ( vendor/attoparsec-0.12.1.1/Data/Attoparsec/Combinator.hs, dist/build/Data/Attoparsec/Combinator.o )

vendor/attoparsec-0.12.1.1/Data/Attoparsec/Combinator.hs:38:1: Warning:
    The import of ‘Applicative, *>, <$>’
    from module ‘Control.Applicative’ is redundant

vendor/attoparsec-0.12.1.1/Data/Attoparsec/Combinator.hs:44: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 17] Compiling Data.Attoparsec.ByteString.Internal ( vendor/attoparsec-0.12.1.1/Data/Attoparsec/ByteString/Internal.hs, dist/build/Data/Attoparsec/ByteString/Internal.o )

vendor/attoparsec-0.12.1.1/Data/Attoparsec/ByteString/Internal.hs:68:1: Warning:
    The import of ‘<$>’ from module ‘Control.Applicative’ is redundant

vendor/attoparsec-0.12.1.1/Data/Attoparsec/ByteString/Internal.hs:139:14: Warning:
    In the use of ‘B.inlinePerformIO’
    (imported from Data.ByteString.Internal):
    Deprecated: "If you think you know what you are doing, use 'unsafePerformIO'. If you are sure you know what you are doing, use 'unsafeDupablePerformIO'. If you enjoy sharing an address space with a malevolent agent of chaos, try 'accursedUnutterablePerformIO'."
[ 9 of 17] Compiling Data.Attoparsec.ByteString ( vendor/attoparsec-0.12.1.1/Data/Attoparsec/ByteString.hs, dist/build/Data/Attoparsec/ByteString.o )
[10 of 17] Compiling Data.Attoparsec.ByteString.Char8 ( vendor/attoparsec-0.12.1.1/Data/Attoparsec/ByteString/Char8.hs, dist/build/Data/Attoparsec/ByteString/Char8.o )

vendor/attoparsec-0.12.1.1/Data/Attoparsec/ByteString/Char8.hs:123:1: Warning:
    The import of ‘<*, *>, <$>’
    from module ‘Control.Applicative’ is redundant
[11 of 17] Compiling Data.Attoparsec  ( vendor/attoparsec-0.12.1.1/Data/Attoparsec.hs, dist/build/Data/Attoparsec.o )
[12 of 17] Compiling Documentation.Haddock.Utf8 ( src/Documentation/Haddock/Utf8.hs, dist/build/Documentation/Haddock/Utf8.o )
[13 of 17] Compiling Documentation.Haddock.Types ( src/Documentation/Haddock/Types.hs, dist/build/Documentation/Haddock/Types.o )

src/Documentation/Haddock/Types.hs:17:1: Warning:
    The import of ‘Data.Foldable’ is redundant
      except perhaps to import instances from ‘Data.Foldable’
    To import instances alone, use: import Data.Foldable()

src/Documentation/Haddock/Types.hs:18:1: Warning:
    The import of ‘Data.Traversable’ is redundant
      except perhaps to import instances from ‘Data.Traversable’
    To import instances alone, use: import Data.Traversable()
[14 of 17] Compiling Documentation.Haddock.Parser.Monad ( src/Documentation/Haddock/Parser/Monad.hs, dist/build/Documentation/Haddock/Parser/Monad.o )
[15 of 17] Compiling Documentation.Haddock.Parser.Util ( src/Documentation/Haddock/Parser/Util.hs, dist/build/Documentation/Haddock/Parser/Util.o )
[16 of 17] Compiling Documentation.Haddock.Doc ( src/Documentation/Haddock/Doc.hs, dist/build/Documentation/Haddock/Doc.o )
[17 of 17] Compiling Documentation.Haddock.Parser ( src/Documentation/Haddock/Parser.hs, dist/build/Documentation/Haddock/Parser.o )
In-place registering haddock-library-1.2.1...
Running Haddock for haddock-library-1.2.1...
Running hscolour for haddock-library-1.2.1...
Preprocessing library haddock-library-1.2.1...
Preprocessing library haddock-library-1.2.1...

vendor/attoparsec-0.12.1.1/Data/Attoparsec/ByteString/Buffer.hs:60: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()

vendor/attoparsec-0.12.1.1/Data/Attoparsec/Internal/Types.hs:28:1: Warning:
    The import of ‘Applicative, <$>’
    from module ‘Control.Applicative’ is redundant

vendor/attoparsec-0.12.1.1/Data/Attoparsec/Internal/Types.hs:35: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()

vendor/attoparsec-0.12.1.1/Data/Attoparsec/Internal.hs:24: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()

vendor/attoparsec-0.12.1.1/Data/Attoparsec/Combinator.hs:38:1: Warning:
    The import of ‘Applicative, <$>, *>’
    from module ‘Control.Applicative’ is redundant

vendor/attoparsec-0.12.1.1/Data/Attoparsec/Combinator.hs:44: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()

vendor/attoparsec-0.12.1.1/Data/Attoparsec/ByteString/Internal.hs:68:1: Warning:
    The import of ‘<$>’ from module ‘Control.Applicative’ is redundant

vendor/attoparsec-0.12.1.1/Data/Attoparsec/ByteString/Internal.hs:139:14: Warning:
    In the use of ‘B.inlinePerformIO’
    (imported from Data.ByteString.Internal):
    Deprecated: "If you think you know what you are doing, use 'unsafePerformIO'. If you are sure you know what you are doing, use 'unsafeDupablePerformIO'. If you enjoy sharing an address space with a malevolent agent of chaos, try 'accursedUnutterablePerformIO'."

vendor/attoparsec-0.12.1.1/Data/Attoparsec/ByteString/Char8.hs:123:1: Warning:
    The import of ‘<$>, <*, *>’
    from module ‘Control.Applicative’ is redundant

src/Documentation/Haddock/Types.hs:17:1: Warning:
    The import of ‘Data.Foldable’ is redundant
      except perhaps to import instances from ‘Data.Foldable’
    To import instances alone, use: import Data.Foldable()

src/Documentation/Haddock/Types.hs:18:1: Warning:
    The import of ‘Data.Traversable’ is redundant
      except perhaps to import instances from ‘Data.Traversable’
    To import instances alone, use: import Data.Traversable()
Haddock coverage:
 100% (  2 /  2) in 'Data.Attoparsec.Number'
  69% (  9 / 13) in 'Data.Attoparsec.ByteString.FastSet'
  Missing documentation for:
    FastSet (vendor/attoparsec-0.12.1.1/Data/Attoparsec/ByteString/FastSet.hs:44)
    fromList (vendor/attoparsec-0.12.1.1/Data/Attoparsec/ByteString/FastSet.hs:62)
    fromSet (vendor/attoparsec-0.12.1.1/Data/Attoparsec/ByteString/FastSet.hs:44)
    charClass (vendor/attoparsec-0.12.1.1/Data/Attoparsec/ByteString/FastSet.hs:111)
  50% (  1 /  2) in 'Data.Attoparsec.Internal.Fhthagn'
  Missing documentation for:
    Module header
  22% (  2 /  9) in 'Data.Attoparsec.ByteString.Buffer'
  Missing documentation for:
    Buffer (vendor/attoparsec-0.12.1.1/Data/Attoparsec/ByteString/Buffer.hs:68)
    unbuffer (vendor/attoparsec-0.12.1.1/Data/Attoparsec/ByteString/Buffer.hs:85)
    pappend (vendor/attoparsec-0.12.1.1/Data/Attoparsec/ByteString/Buffer.hs:98)
    length (vendor/attoparsec-0.12.1.1/Data/Attoparsec/ByteString/Buffer.hs:131)
    unsafeIndex (vendor/attoparsec-0.12.1.1/Data/Attoparsec/ByteString/Buffer.hs:135)
    substring (vendor/attoparsec-0.12.1.1/Data/Attoparsec/ByteString/Buffer.hs:140)
    unsafeDrop (vendor/attoparsec-0.12.1.1/Data/Attoparsec/ByteString/Buffer.hs:147)
  50% (  5 / 10) in 'Data.Attoparsec.Internal.Types'
  Missing documentation for:
    State (vendor/attoparsec-0.12.1.1/Data/Attoparsec/Internal/Types.hs:108)
    Failure (vendor/attoparsec-0.12.1.1/Data/Attoparsec/Internal/Types.hs:111)
    Success (vendor/attoparsec-0.12.1.1/Data/Attoparsec/Internal/Types.hs:113)
    Pos (vendor/attoparsec-0.12.1.1/Data/Attoparsec/Internal/Types.hs:39)
    <> (vendor/attoparsec-0.12.1.1/Data/Attoparsec/Internal/Types.hs:198)
 100% (  8 /  8) in 'Data.Attoparsec.Internal'
 100% ( 23 / 23) in 'Data.Attoparsec.Combinator'
  94% ( 59 / 63) in 'Data.Attoparsec.ByteString.Internal'
  Missing documentation for:
    Parser (vendor/attoparsec-0.12.1.1/Data/Attoparsec/ByteString/Internal.hs:90)
    Result (vendor/attoparsec-0.12.1.1/Data/Attoparsec/ByteString/Internal.hs:91)
    storable (vendor/attoparsec-0.12.1.1/Data/Attoparsec/ByteString/Internal.hs:133)
    stringTransform (vendor/attoparsec-0.12.1.1/Data/Attoparsec/ByteString/Internal.hs:176)
  97% ( 65 / 67) in 'Data.Attoparsec.ByteString'
  Missing documentation for:
    Parser (vendor/attoparsec-0.12.1.1/Data/Attoparsec/ByteString/Internal.hs:90)
    Result (vendor/attoparsec-0.12.1.1/Data/Attoparsec/ByteString/Internal.hs:91)
  98% ( 87 / 89) in 'Data.Attoparsec.ByteString.Char8'
  Missing documentation for:
    Parser (vendor/attoparsec-0.12.1.1/Data/Attoparsec/ByteString/Internal.hs:90)
    Result (vendor/attoparsec-0.12.1.1/Data/Attoparsec/ByteString/Internal.hs:91)
  97% ( 65 / 67) in 'Data.Attoparsec'
  Missing documentation for:
    Parser (vendor/attoparsec-0.12.1.1/Data/Attoparsec/ByteString/Internal.hs:90)
    Result (vendor/attoparsec-0.12.1.1/Data/Attoparsec/ByteString/Internal.hs:91)
  67% (  2 /  3) in 'Documentation.Haddock.Utf8'
  Missing documentation for:
    Module header
  20% (  2 / 10) in 'Documentation.Haddock.Types'
  Missing documentation for:
    MetaDoc (src/Documentation/Haddock/Types.hs:26)
    overDoc (src/Documentation/Haddock/Types.hs:31)
    Version (src/Documentation/Haddock/Types.hs:34)
    Hyperlink (src/Documentation/Haddock/Types.hs:36)
    Picture (src/Documentation/Haddock/Types.hs:41)
    Header (src/Documentation/Haddock/Types.hs:46)
    Example (src/Documentation/Haddock/Types.hs:51)
    DocH (src/Documentation/Haddock/Types.hs:56)
  41% ( 25 / 61) in 'Documentation.Haddock.Parser.Monad'
  Missing documentation for:
    Module header
    ParserState (src/Documentation/Haddock/Parser/Monad.hs:45)
    initialParserState (src/Documentation/Haddock/Parser/Monad.hs:49)
    Parser (src/Documentation/Haddock/Parser/Monad.hs:52)
     (src/Documentation/Haddock/Parser/Monad.hs:55)
    parseOnly (src/Documentation/Haddock/Parser/Monad.hs:58)
    lift (src/Documentation/Haddock/Parser/Monad.hs:61)
    setParserState (src/Documentation/Haddock/Parser/Monad.hs:64)
    setSince (src/Documentation/Haddock/Parser/Monad.hs:67)
    char (src/Documentation/Haddock/Parser/Monad.hs:70)
    char8 (src/Documentation/Haddock/Parser/Monad.hs:73)
    anyChar (src/Documentation/Haddock/Parser/Monad.hs:76)
    notChar (src/Documentation/Haddock/Parser/Monad.hs:79)
    satisfy (src/Documentation/Haddock/Parser/Monad.hs:82)
    peekChar (src/Documentation/Haddock/Parser/Monad.hs:85)
    peekChar' (src/Documentation/Haddock/Parser/Monad.hs:88)
    digit (src/Documentation/Haddock/Parser/Monad.hs:91)
    letter_iso8859_15 (src/Documentation/Haddock/Parser/Monad.hs:94)
    letter_ascii (src/Documentation/Haddock/Parser/Monad.hs:97)
    space (src/Documentation/Haddock/Parser/Monad.hs:100)
    string (src/Documentation/Haddock/Parser/Monad.hs:103)
    stringCI (src/Documentation/Haddock/Parser/Monad.hs:106)
    skipSpace (src/Documentation/Haddock/Parser/Monad.hs:109)
    skipWhile (src/Documentation/Haddock/Parser/Monad.hs:112)
    take (src/Documentation/Haddock/Parser/Monad.hs:115)
    scan (src/Documentation/Haddock/Parser/Monad.hs:118)
    takeWhile (src/Documentation/Haddock/Parser/Monad.hs:121)
    takeWhile1 (src/Documentation/Haddock/Parser/Monad.hs:124)
    takeTill (src/Documentation/Haddock/Parser/Monad.hs:127)
    takeByteString (src/Documentation/Haddock/Parser/Monad.hs:130)
    takeLazyByteString (src/Documentation/Haddock/Parser/Monad.hs:133)
    endOfLine (src/Documentation/Haddock/Parser/Monad.hs:136)
    decimal (src/Documentation/Haddock/Parser/Monad.hs:139)
    hexadecimal (src/Documentation/Haddock/Parser/Monad.hs:142)
    endOfInput (src/Documentation/Haddock/Parser/Monad.hs:145)
    atEnd (src/Documentation/Haddock/Parser/Monad.hs:148)
  50% (  4 /  8) in 'Documentation.Haddock.Parser.Util'
  Missing documentation for:
    takeUntil (src/Documentation/Haddock/Parser/Util.hs:63)
    makeLabeled (src/Documentation/Haddock/Parser/Util.hs:49)
    takeHorizontalSpace (src/Documentation/Haddock/Parser/Util.hs:46)
    skipHorizontalSpace (src/Documentation/Haddock/Parser/Util.hs:43)
  44% (  4 /  9) in 'Documentation.Haddock.Doc'
  Missing documentation for:
    Module header
    docParagraph (src/Documentation/Haddock/Doc.hs:57)
    docAppend (src/Documentation/Haddock/Doc.hs:41)
    docConcat (src/Documentation/Haddock/Doc.hs:11)
    emptyMetaDoc (src/Documentation/Haddock/Doc.hs:35)
 100% (  6 /  6) in 'Documentation.Haddock.Parser'
Warning: Documentation.Haddock.Parser.Monad: could not find link destinations for:
    Parser
Warning: Documentation.Haddock.Parser: could not find link destinations for:
    parseStringBS innerList definitionList more parseValid
Documentation created: dist/doc/html/haddock-library/index.html,
dist/doc/html/haddock-library/haddock-library.txt
Creating package registration file:
/tmp/pkgConf-haddock-library-1.21315634022635723058.1
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/haddock-library-1.2.1-6rFKURNqZiZKeKHZfpv3RU
Registering haddock-library-1.2.1...
Installed haddock-library-1.2.1
Configuring haddock-api-2.16.1...
Building haddock-api-2.16.1...
Preprocessing library haddock-api-2.16.1...
[ 1 of 30] Compiling Haddock.Backends.HaddockDB ( src/Haddock/Backends/HaddockDB.hs, dist/build/Haddock/Backends/HaddockDB.o )
[ 2 of 30] Compiling Haddock.Backends.Xhtml.Types ( src/Haddock/Backends/Xhtml/Types.hs, dist/build/Haddock/Backends/Xhtml/Types.o )
[ 3 of 30] Compiling Haddock.GhcUtils ( src/Haddock/GhcUtils.hs, dist/build/Haddock/GhcUtils.o )
[ 4 of 30] Compiling Haddock.Parser   ( src/Haddock/Parser.hs, dist/build/Haddock/Parser.o )
[ 5 of 30] Compiling Paths_haddock_api ( dist/build/autogen/Paths_haddock_api.hs, dist/build/Paths_haddock_api.o )
[ 6 of 30] Compiling Haddock.Version  ( src/Haddock/Version.hs, dist/build/Haddock/Version.o )
[ 7 of 30] Compiling Haddock.Types    ( src/Haddock/Types.hs, dist/build/Haddock/Types.o )
[ 8 of 30] Compiling Haddock.Utils    ( src/Haddock/Utils.hs, dist/build/Haddock/Utils.o )
[ 9 of 30] Compiling Haddock.Options  ( src/Haddock/Options.hs, dist/build/Haddock/Options.o )
[10 of 30] Compiling Haddock.Backends.Xhtml.Themes ( src/Haddock/Backends/Xhtml/Themes.hs, dist/build/Haddock/Backends/Xhtml/Themes.o )
[11 of 30] Compiling Haddock.Backends.Xhtml.Utils ( src/Haddock/Backends/Xhtml/Utils.hs, dist/build/Haddock/Backends/Xhtml/Utils.o )
[12 of 30] Compiling Haddock.Backends.Hoogle ( src/Haddock/Backends/Hoogle.hs, dist/build/Haddock/Backends/Hoogle.o )
[13 of 30] Compiling Haddock.Interface.Rename ( src/Haddock/Interface/Rename.hs, dist/build/Haddock/Interface/Rename.o )
[14 of 30] Compiling Haddock.Convert  ( src/Haddock/Convert.hs, dist/build/Haddock/Convert.o )
[15 of 30] Compiling Haddock.Interface.AttachInstances ( src/Haddock/Interface/AttachInstances.hs, dist/build/Haddock/Interface/AttachInstances.o )
[16 of 30] Compiling Haddock.Interface.ParseModuleHeader ( src/Haddock/Interface/ParseModuleHeader.hs, dist/build/Haddock/Interface/ParseModuleHeader.o )
[17 of 30] Compiling Haddock.Interface.LexParseRn ( src/Haddock/Interface/LexParseRn.hs, dist/build/Haddock/Interface/LexParseRn.o )
[18 of 30] Compiling Haddock.Interface.Create ( src/Haddock/Interface/Create.hs, dist/build/Haddock/Interface/Create.o )
[19 of 30] Compiling Haddock.Backends.Xhtml.Names ( src/Haddock/Backends/Xhtml/Names.hs, dist/build/Haddock/Backends/Xhtml/Names.o )
[20 of 30] Compiling Haddock.ModuleTree ( src/Haddock/ModuleTree.hs, dist/build/Haddock/ModuleTree.o )
[21 of 30] Compiling Haddock.Doc      ( src/Haddock/Doc.hs, dist/build/Haddock/Doc.o )
[22 of 30] Compiling Haddock.Backends.LaTeX ( src/Haddock/Backends/LaTeX.hs, dist/build/Haddock/Backends/LaTeX.o )
[23 of 30] Compiling Haddock.Backends.Xhtml.DocMarkup ( src/Haddock/Backends/Xhtml/DocMarkup.hs, dist/build/Haddock/Backends/Xhtml/DocMarkup.o )
[24 of 30] Compiling Haddock.Backends.Xhtml.Layout ( src/Haddock/Backends/Xhtml/Layout.hs, dist/build/Haddock/Backends/Xhtml/Layout.o )
[25 of 30] Compiling Haddock.Backends.Xhtml.Decl ( src/Haddock/Backends/Xhtml/Decl.hs, dist/build/Haddock/Backends/Xhtml/Decl.o )
[26 of 30] Compiling Haddock.Backends.Xhtml ( src/Haddock/Backends/Xhtml.hs, dist/build/Haddock/Backends/Xhtml.o )
[27 of 30] Compiling Haddock.InterfaceFile ( src/Haddock/InterfaceFile.hs, dist/build/Haddock/InterfaceFile.o )
[28 of 30] Compiling Haddock.Interface ( src/Haddock/Interface.hs, dist/build/Haddock/Interface.o )
[29 of 30] Compiling Haddock          ( src/Haddock.hs, dist/build/Haddock.o )
[30 of 30] Compiling Documentation.Haddock ( src/Documentation/Haddock.hs, dist/build/Documentation/Haddock.o )
In-place registering haddock-api-2.16.1...
Running Haddock for haddock-api-2.16.1...
Running hscolour for haddock-api-2.16.1...
Preprocessing library haddock-api-2.16.1...
Preprocessing library haddock-api-2.16.1...
Haddock coverage:
  50% (  1 /  2) in 'Haddock.Backends.HaddockDB'
  Missing documentation for:
    ppDocBook (src/Haddock/Backends/HaddockDB.hs:24)
  17% (  1 /  6) in 'Haddock.Backends.Xhtml.Types'
  Missing documentation for:
    SourceURLs (src/Haddock/Backends/Xhtml/Types.hs:26)
    WikiURLs (src/Haddock/Backends/Xhtml/Types.hs:27)
    LinksInfo (src/Haddock/Backends/Xhtml/Types.hs:31)
    Splice (src/Haddock/Backends/Xhtml/Types.hs:34)
    Unicode (src/Haddock/Backends/Xhtml/Types.hs:37)
  24% ( 11 / 45) in 'Haddock.GhcUtils'
  Missing documentation for:
    moduleString (src/Haddock/GhcUtils.hs:35)
    lookupLoadedHomeModuleGRE (src/Haddock/GhcUtils.hs:38)
    isNameSym (src/Haddock/GhcUtils.hs:45)
    isVarSym (src/Haddock/GhcUtils.hs:49)
    isConSym (src/Haddock/GhcUtils.hs:52)
    getMainDeclBinder (src/Haddock/GhcUtils.hs:56)
    getInstLoc (src/Haddock/GhcUtils.hs:70)
    filterLSigNames (src/Haddock/GhcUtils.hs:83)
    filterSigNames (src/Haddock/GhcUtils.hs:86)
    ifTrueJust (src/Haddock/GhcUtils.hs:100)
    sigName (src/Haddock/GhcUtils.hs:104)
    sigNameNoLoc (src/Haddock/GhcUtils.hs:107)
    isTyClD (src/Haddock/GhcUtils.hs:116)
    isClassD (src/Haddock/GhcUtils.hs:121)
    isDocD (src/Haddock/GhcUtils.hs:126)
    isInstD (src/Haddock/GhcUtils.hs:131)
    isValD (src/Haddock/GhcUtils.hs:136)
    declATs (src/Haddock/GhcUtils.hs:141)
    pretty (src/Haddock/GhcUtils.hs:146)
    trace_ppr (src/Haddock/GhcUtils.hs:150)
    unL (src/Haddock/GhcUtils.hs:159)
    reL (src/Haddock/GhcUtils.hs:163)
    before (src/Haddock/GhcUtils.hs:167)
     (src/Haddock/GhcUtils.hs:176)
    Parent (src/Haddock/GhcUtils.hs:184)
     (src/Haddock/GhcUtils.hs:188)
     (src/Haddock/GhcUtils.hs:194)
    familyConDecl (src/Haddock/GhcUtils.hs:209)
    modifySessionDynFlags (src/Haddock/GhcUtils.hs:237)
    minimalDef (src/Haddock/GhcUtils.hs:250)
    setObjectDir (src/Haddock/GhcUtils.hs:262)
    setHiDir (src/Haddock/GhcUtils.hs:262)
    setStubDir (src/Haddock/GhcUtils.hs:262)
    setOutputDir (src/Haddock/GhcUtils.hs:262)
  25% (  1 /  4) in 'Haddock.Parser'
  Missing documentation for:
    parseParas (src/Haddock/Parser.hs:31)
    parseString (src/Haddock/Parser.hs:34)
    parseIdent (src/Haddock/Parser.hs:37)
   0% (  0 /  8) in 'Paths_haddock_api'
  Missing documentation for:
    Module header
    version (dist/build/autogen/Paths_haddock_api.hs:15)
    getBinDir (dist/build/autogen/Paths_haddock_api.hs:25)
    getLibDir (dist/build/autogen/Paths_haddock_api.hs:25)
    getDataDir (dist/build/autogen/Paths_haddock_api.hs:25)
    getLibexecDir (dist/build/autogen/Paths_haddock_api.hs:25)
    getDataFileName (dist/build/autogen/Paths_haddock_api.hs:32)
    getSysconfDir (dist/build/autogen/Paths_haddock_api.hs:25)
  25% (  1 /  4) in 'Haddock.Version'
  Missing documentation for:
    projectName (src/Haddock/Version.hs:23)
    projectVersion (src/Haddock/Version.hs:29)
    projectUrl (src/Haddock/Version.hs:26)
  29% ( 22 / 77) in 'Haddock.Types'
  Missing documentation for:
    IfaceMap (src/Haddock/Types.hs:44)
    InstIfaceMap (src/Haddock/Types.hs:45)
    DocMap (src/Haddock/Types.hs:46)
    ArgMap (src/Haddock/Types.hs:47)
    SubMap (src/Haddock/Types.hs:48)
    DeclMap (src/Haddock/Types.hs:49)
    InstMap (src/Haddock/Types.hs:50)
    FixMap (src/Haddock/Types.hs:51)
    SrcMap (src/Haddock/Types.hs:52)
    DocPaths (src/Haddock/Types.hs:53)
    WarningMap (src/Haddock/Types.hs:130)
    ExportItem (src/Haddock/Types.hs:185)
    Documentation (src/Haddock/Types.hs:240)
    DocForDecl (src/Haddock/Types.hs:249)
    noDocForDecl (src/Haddock/Types.hs:252)
    unrenameDocForDecl (src/Haddock/Types.hs:256)
     (src/Haddock/Types.hs:282)
     (src/Haddock/Types.hs:297)
    LDoc (src/Haddock/Types.hs:314)
    Doc (src/Haddock/Types.hs:316)
    MDoc (src/Haddock/Types.hs:317)
     (src/Haddock/Types.hs:319)
     (src/Haddock/Types.hs:345)
     (src/Haddock/Types.hs:346)
     (src/Haddock/Types.hs:347)
     (src/Haddock/Types.hs:349)
     (src/Haddock/Types.hs:352)
     (src/Haddock/Types.hs:355)
     (src/Haddock/Types.hs:358)
    exampleToString (src/Haddock/Types.hs:362)
    DocMarkup (src/Haddock/Types.hs:367)
    HaddockModInfo (src/Haddock/Types.hs:392)
    emptyHaddockModInfo (src/Haddock/Types.hs:405)
    AliasMap (src/Haddock/Types.hs:450)
    Qualification (src/Haddock/Types.hs:452)
    makeContentsQual (src/Haddock/Types.hs:461)
    makeModuleQual (src/Haddock/Types.hs:467)
    ErrMsg (src/Haddock/Types.hs:485)
    ErrMsgM (src/Haddock/Types.hs:486)
     (src/Haddock/Types.hs:489)
     (src/Haddock/Types.hs:492)
     (src/Haddock/Types.hs:496)
    tell (src/Haddock/Types.hs:504)
     (src/Haddock/Types.hs:515)
    throwE (src/Haddock/Types.hs:519)
     (src/Haddock/Types.hs:520)
    ErrMsgGhc (src/Haddock/Types.hs:528)
    liftGhcToErrMsgGhc (src/Haddock/Types.hs:533)
    liftErrMsg (src/Haddock/Types.hs:535)
     (src/Haddock/Types.hs:542)
     (src/Haddock/Types.hs:545)
     (src/Haddock/Types.hs:549)
    HsDocString
    LHsDocString
    Fixity
  38% ( 19 / 50) in 'Haddock.Utils'
  Missing documentation for:
    restrictTo (src/Haddock/Utils.hs:131)
    emptyHsQTvs (src/Haddock/Utils.hs:177)
    moduleHtmlFile (src/Haddock/Utils.hs:193)
    moduleHtmlFile' (src/Haddock/Utils.hs:202)
    contentsHtmlFile (src/Haddock/Utils.hs:209)
    indexHtmlFile (src/Haddock/Utils.hs:209)
    moduleIndexFrameName (src/Haddock/Utils.hs:221)
    mainFrameName (src/Haddock/Utils.hs:221)
    synopsisFrameName (src/Haddock/Utils.hs:221)
    subIndexHtmlFile (src/Haddock/Utils.hs:227)
    jsFile (src/Haddock/Utils.hs:285)
    framesFile (src/Haddock/Utils.hs:285)
    moduleNameUrl (src/Haddock/Utils.hs:251)
    moduleNameUrl' (src/Haddock/Utils.hs:255)
    moduleUrl (src/Haddock/Utils.hs:247)
    nameAnchorId (src/Haddock/Utils.hs:259)
    getProgramName (src/Haddock/Utils.hs:295)
    bye (src/Haddock/Utils.hs:302)
    dieMsg (src/Haddock/Utils.hs:306)
    noDieMsg (src/Haddock/Utils.hs:310)
    mapSnd (src/Haddock/Utils.hs:314)
    mapMaybeM (src/Haddock/Utils.hs:319)
    escapeStr (src/Haddock/Utils.hs:324)
    html_xrefs_ref (src/Haddock/Utils.hs:374)
    html_xrefs_ref' (src/Haddock/Utils.hs:379)
    markup (src/Haddock/Utils.hs:414)
    mkMeta (src/Haddock/Utils.hs:123)
    replace (src/Haddock/Utils.hs:398)
    spanWith (src/Haddock/Utils.hs:402)
    parseVerbosity (src/Haddock/Utils.hs:95)
    getProcessID (src/Haddock/Utils.hs:477)
   5% (  1 / 19) in 'Haddock.Options'
  Missing documentation for:
    parseHaddockOpts (src/Haddock/Options.hs:199)
    Flag (src/Haddock/Options.hs:48)
    getUsage (src/Haddock/Options.hs:190)
    optTitle (src/Haddock/Options.hs:217)
    outputDir (src/Haddock/Options.hs:224)
    optContentsUrl (src/Haddock/Options.hs:231)
    optIndexUrl (src/Haddock/Options.hs:235)
    optCssFile (src/Haddock/Options.hs:239)
    sourceUrls (src/Haddock/Options.hs:243)
    wikiUrls (src/Haddock/Options.hs:251)
    optDumpInterfaceFile (src/Haddock/Options.hs:258)
    optLaTeXStyle (src/Haddock/Options.hs:262)
    qualification (src/Haddock/Options.hs:266)
    verbosity (src/Haddock/Options.hs:279)
    ghcFlags (src/Haddock/Options.hs:288)
    readIfaceArgs (src/Haddock/Options.hs:292)
    optPackageName (src/Haddock/Options.hs:212)
    optPackageVersion (src/Haddock/Options.hs:207)
  40% (  2 /  5) in 'Haddock.Backends.Xhtml.Themes'
  Missing documentation for:
    Themes (src/Haddock/Backends/Xhtml/Themes.hs:43)
    cssFiles (src/Haddock/Backends/Xhtml/Themes.hs:175)
    styleSheet (src/Haddock/Backends/Xhtml/Themes.hs:179)
  27% (  8 / 30) in 'Haddock.Backends.Xhtml.Utils'
  Missing documentation for:
    renderToString (src/Haddock/Backends/Xhtml/Utils.hs:93)
    linkedAnchor (src/Haddock/Backends/Xhtml/Utils.hs:184)
    spliceURL (src/Haddock/Backends/Xhtml/Utils.hs:45)
    <+> (src/Haddock/Backends/Xhtml/Utils.hs:110)
    char (src/Haddock/Backends/Xhtml/Utils.hs:133)
    keyword (src/Haddock/Backends/Xhtml/Utils.hs:124)
    punctuate (src/Haddock/Backends/Xhtml/Utils.hs:148)
    braces (src/Haddock/Backends/Xhtml/Utils.hs:141)
    brackets (src/Haddock/Backends/Xhtml/Utils.hs:141)
    pabrackets (src/Haddock/Backends/Xhtml/Utils.hs:141)
    parens (src/Haddock/Backends/Xhtml/Utils.hs:141)
    parenList (src/Haddock/Backends/Xhtml/Utils.hs:156)
    ubxParenList (src/Haddock/Backends/Xhtml/Utils.hs:160)
    arrow (src/Haddock/Backends/Xhtml/Utils.hs:168)
    comma (src/Haddock/Backends/Xhtml/Utils.hs:128)
    dcolon (src/Haddock/Backends/Xhtml/Utils.hs:168)
    dot (src/Haddock/Backends/Xhtml/Utils.hs:175)
    darrow (src/Haddock/Backends/Xhtml/Utils.hs:168)
    equals (src/Haddock/Backends/Xhtml/Utils.hs:128)
    forallSymbol (src/Haddock/Backends/Xhtml/Utils.hs:168)
    quote (src/Haddock/Backends/Xhtml/Utils.hs:137)
    hsep (src/Haddock/Backends/Xhtml/Utils.hs:99)
  50% (  1 /  2) in 'Haddock.Backends.Hoogle'
  Missing documentation for:
    ppHoogle (src/Haddock/Backends/Hoogle.hs:39)
  50% (  1 /  2) in 'Haddock.Interface.Rename'
  Missing documentation for:
    renameInterface (src/Haddock/Interface/Rename.hs:34)
  12% (  2 / 16) in 'Haddock.Convert'
  Missing documentation for:
    tyThingToLHsDecl (src/Haddock/Convert.hs:47)
    synifyAxBranch (src/Haddock/Convert.hs:112)
    synifyAxiom (src/Haddock/Convert.hs:125)
    synifyDataCon (src/Haddock/Convert.hs:246)
    synifyName (src/Haddock/Convert.hs:296)
    synifyIdSig (src/Haddock/Convert.hs:300)
    synifyCtx (src/Haddock/Convert.hs:304)
    synifyTyVars (src/Haddock/Convert.hs:308)
    SynifyTypeState (src/Haddock/Convert.hs:321)
    synifyType (src/Haddock/Convert.hs:336)
    synifyTyLit (src/Haddock/Convert.hs:385)
    synifyKindSig (src/Haddock/Convert.hs:389)
    synifyInstHead (src/Haddock/Convert.hs:392)
    synifyFamInst (src/Haddock/Convert.hs:402)
  50% (  1 /  2) in 'Haddock.Interface.AttachInstances'
  Missing documentation for:
    attachInstances (src/Haddock/Interface/AttachInstances.hs:55)
  50% (  1 /  2) in 'Haddock.Interface.ParseModuleHeader'
  Missing documentation for:
    parseModuleHeader (src/Haddock/Interface/ParseModuleHeader.hs:27)
  20% (  1 /  5) in 'Haddock.Interface.LexParseRn'
  Missing documentation for:
    processDocString (src/Haddock/Interface/LexParseRn.hs:49)
    processDocStringParas (src/Haddock/Interface/LexParseRn.hs:45)
    processDocStrings (src/Haddock/Interface/LexParseRn.hs:35)
    processModuleHeader (src/Haddock/Interface/LexParseRn.hs:53)
 100% (  2 /  2) in 'Haddock.Interface.Create'
  14% (  2 / 14) in 'Haddock.Backends.Xhtml.Names'
  Missing documentation for:
    ppName (src/Haddock/Backends/Xhtml/Names.hs:108)
    ppDocName (src/Haddock/Backends/Xhtml/Names.hs:60)
    ppLDocName (src/Haddock/Backends/Xhtml/Names.hs:57)
    ppRdrName (src/Haddock/Backends/Xhtml/Names.hs:45)
    ppUncheckedLink (src/Haddock/Backends/Xhtml/Names.hs:52)
    ppBinder (src/Haddock/Backends/Xhtml/Names.hs:112)
    ppBinderInfix (src/Haddock/Backends/Xhtml/Names.hs:119)
    ppBinder' (src/Haddock/Backends/Xhtml/Names.hs:124)
    ppModule (src/Haddock/Backends/Xhtml/Names.hs:161)
    ppModuleRef (src/Haddock/Backends/Xhtml/Names.hs:166)
    ppIPName (src/Haddock/Backends/Xhtml/Names.hs:48)
    linkId (src/Haddock/Backends/Xhtml/Names.hs:138)
  33% (  1 /  3) in 'Haddock.ModuleTree'
  Missing documentation for:
    ModuleTree (src/Haddock/ModuleTree.hs:24)
    mkModuleTree (src/Haddock/ModuleTree.hs:27)
  25% (  1 /  4) in 'Haddock.Doc'
  Missing documentation for:
    Module header
    docCodeBlock (src/Haddock/Doc.hs:29)
    combineDocumentation (src/Haddock/Doc.hs:12)
  50% (  1 /  2) in 'Haddock.Backends.LaTeX'
  Missing documentation for:
    ppLaTeX (src/Haddock/Backends/LaTeX.hs:77)
  25% (  2 /  8) in 'Haddock.Backends.Xhtml.DocMarkup'
  Missing documentation for:
    docToHtml (src/Haddock/Backends/Xhtml/DocMarkup.hs:193)
    rdrDocToHtml (src/Haddock/Backends/Xhtml/DocMarkup.hs:211)
    origDocToHtml (src/Haddock/Backends/Xhtml/DocMarkup.hs:206)
    docElement (src/Haddock/Backends/Xhtml/DocMarkup.hs:216)
    docSection (src/Haddock/Backends/Xhtml/DocMarkup.hs:223)
    docSection_ (src/Haddock/Backends/Xhtml/DocMarkup.hs:228)
  10% (  3 / 29) in 'Haddock.Backends.Xhtml.Layout'
  Missing documentation for:
    miniBody (src/Haddock/Backends/Xhtml/Layout.hs:58)
    divPackageHeader (src/Haddock/Backends/Xhtml/Layout.hs:78)
    divContent (src/Haddock/Backends/Xhtml/Layout.hs:78)
    divModuleHeader (src/Haddock/Backends/Xhtml/Layout.hs:78)
    divFooter (src/Haddock/Backends/Xhtml/Layout.hs:78)
    divTableOfContents (src/Haddock/Backends/Xhtml/Layout.hs:78)
    divDescription (src/Haddock/Backends/Xhtml/Layout.hs:78)
    divSynposis (src/Haddock/Backends/Xhtml/Layout.hs:78)
    divInterface (src/Haddock/Backends/Xhtml/Layout.hs:78)
    divIndex (src/Haddock/Backends/Xhtml/Layout.hs:78)
    divAlphabet (src/Haddock/Backends/Xhtml/Layout.hs:78)
    divModuleList (src/Haddock/Backends/Xhtml/Layout.hs:78)
    sectionName (src/Haddock/Backends/Xhtml/Layout.hs:66)
    shortDeclList (src/Haddock/Backends/Xhtml/Layout.hs:101)
    shortSubDecls (src/Haddock/Backends/Xhtml/Layout.hs:105)
    divTopDecl (src/Haddock/Backends/Xhtml/Layout.hs:113)
    SubDecl (src/Haddock/Backends/Xhtml/Layout.hs:117)
    subArguments (src/Haddock/Backends/Xhtml/Layout.hs:172)
    subAssociatedTypes (src/Haddock/Backends/Xhtml/Layout.hs:176)
    subConstructors (src/Haddock/Backends/Xhtml/Layout.hs:180)
    subEquations (src/Haddock/Backends/Xhtml/Layout.hs:188)
    subFields (src/Haddock/Backends/Xhtml/Layout.hs:184)
    subMethods (src/Haddock/Backends/Xhtml/Layout.hs:205)
    subMinimal (src/Haddock/Backends/Xhtml/Layout.hs:208)
    topDeclElem (src/Haddock/Backends/Xhtml/Layout.hs:219)
    declElem (src/Haddock/Backends/Xhtml/Layout.hs:213)
  33% (  2 /  6) in 'Haddock.Backends.Xhtml.Decl'
  Missing documentation for:
    ppDecl (src/Haddock/Backends/Xhtml/Decl.hs:40)
    ppTyName (src/Haddock/Backends/Xhtml/Decl.hs:219)
    ppTyFamHeader (src/Haddock/Backends/Xhtml/Decl.hs:228)
    tyvarNames (src/Haddock/Backends/Xhtml/Decl.hs:179)
  20% (  1 /  5) in 'Haddock.Backends.Xhtml'
  Missing documentation for:
    ppHtml (src/Haddock/Backends/Xhtml.hs:59)
    copyHtmlBits (src/Haddock/Backends/Xhtml.hs:100)
    ppHtmlIndex (src/Haddock/Backends/Xhtml.hs:359)
    ppHtmlContents (src/Haddock/Backends/Xhtml.hs:238)
  20% (  2 / 10) in 'Haddock.InterfaceFile'
  Missing documentation for:
    InterfaceFile (src/Haddock/InterfaceFile.hs:48)
    ifPackageKey (src/Haddock/InterfaceFile.hs:54)
    nameCacheFromGhc (src/Haddock/InterfaceFile.hs:153)
    freshNameCache (src/Haddock/InterfaceFile.hs:164)
    NameCacheAccessor (src/Haddock/InterfaceFile.hs:150)
    writeInterfaceFile (src/Haddock/InterfaceFile.hs:92)
    binaryInterfaceVersion (src/Haddock/InterfaceFile.hs:77)
    binaryInterfaceVersionCompatibility (src/Haddock/InterfaceFile.hs:81)
 100% (  2 /  2) in 'Haddock.Interface'
  33% (  2 /  6) in 'Haddock'
  Missing documentation for:
    haddockWithGhc (src/Haddock.hs:142)
    getGhcDirs (src/Haddock.hs:421)
    readPackagesAndProcessModules (src/Haddock.hs:210)
    withGhc (src/Haddock.hs:198)
  51% ( 23 / 45) in 'Documentation.Haddock'
  Missing documentation for:
    ExportItem (src/Haddock/Types.hs:185)
    DocForDecl (src/Haddock/Types.hs:249)
    Doc (src/Haddock/Types.hs:316)
    DocH
    Example
    Hyperlink
    DocMarkup (src/Haddock/Types.hs:367)
    Documentation (src/Haddock/Types.hs:240)
    ArgMap (src/Haddock/Types.hs:47)
    AliasMap (src/Haddock/Types.hs:450)
    WarningMap (src/Haddock/Types.hs:130)
    DocMap (src/Haddock/Types.hs:46)
    HaddockModInfo (src/Haddock/Types.hs:392)
    markup (src/Haddock/Utils.hs:414)
    InterfaceFile (src/Haddock/InterfaceFile.hs:48)
    nameCacheFromGhc (src/Haddock/InterfaceFile.hs:153)
    freshNameCache (src/Haddock/InterfaceFile.hs:164)
    NameCacheAccessor (src/Haddock/InterfaceFile.hs:150)
    Flag (src/Haddock/Options.hs:48)
    haddockWithGhc (src/Haddock.hs:142)
    getGhcDirs (src/Haddock.hs:421)
    withGhc (src/Haddock.hs:198)
Warning: Documentation.Haddock: could not find link destinations for:
    MDoc InstType
Documentation created: dist/doc/html/haddock-api/index.html,
dist/doc/html/haddock-api/haddock-api.txt
Creating package registration file:
/tmp/pkgConf-haddock-api-2.1614321146131067854538.1
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/haddock-api-2.16.1-HFJBO1s5j6IHtyQSmnXSHo
Registering haddock-api-2.16.1...
Installed haddock-api-2.16.1
Configuring haddock-2.16.1...
Building haddock-2.16.1...
Preprocessing executable 'haddock' for haddock-2.16.1...
[1 of 1] Compiling Main             ( driver/Main.hs, dist/build/haddock/haddock-tmp/Main.o )
Linking dist/build/haddock/haddock ...
Warning: No documentation was generated as this package does not contain a
library. Perhaps you want to use the --executables, --tests or --benchmarks
flags.
Installing executable(s) in
/home/builder/hackage-server/build-cache/tmp-install/bin
Warning: The directory
/home/builder/hackage-server/build-cache/tmp-install/bin is not in the system
search path.
Installed haddock-2.16.1

Test log

No test log was submitted for this report.