Build #9 for archnews-0.2

[all reports]

Package archnews-0.2
Install InstallOk
Docs Ok
Tests NotTried
Time submitted 2016-10-26 21:20:11.309349 UTC
Compiler ghc-8.0.1.20161018
OS linux
Arch x86_64
Dependencies base-4.9.0.0, containers-0.5.7.1, download-curl-0.1.4, feed-0.3.11.1, tagsoup-0.13.10
Flags none

Code Coverage

No Code Coverage was submitted for this report.

Build log

[view raw]

Resolving dependencies...
cabal: Entering directory '/tmp/cabal-tmp-14777/curl-1.3.8'
Configuring curl-1.3.8...
checking for gcc... /usr/bin/gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether /usr/bin/gcc accepts -g... yes
checking for /usr/bin/gcc option to accept ANSI C... none needed
checking how to run the C preprocessor... /usr/bin/gcc -E
configure: creating ./config.status
config.status: creating curl.buildinfo
Building curl-1.3.8...
Preprocessing library curl-1.3.8...
[1 of 8] Compiling Network.Curl.Debug ( Network/Curl/Debug.hs, dist/build/Network/Curl/Debug.o )
[2 of 8] Compiling Network.Curl.Types ( Network/Curl/Types.hs, dist/build/Network/Curl/Types.o )
[3 of 8] Compiling Network.Curl.Post ( Network/Curl/Post.hs, dist/build/Network/Curl/Post.o )
[4 of 8] Compiling Network.Curl.Opts ( Network/Curl/Opts.hs, dist/build/Network/Curl/Opts.o )
[5 of 8] Compiling Network.Curl.Code ( Network/Curl/Code.hs, dist/build/Network/Curl/Code.o )
[6 of 8] Compiling Network.Curl.Easy ( Network/Curl/Easy.hs, dist/build/Network/Curl/Easy.o )

Network/Curl/Easy.hs:27:1: warning: [-Wtabs]
    Tab character found here, and in two further locations.
    Please use spaces instead.
[7 of 8] Compiling Network.Curl.Info ( Network/Curl/Info.hs, dist/build/Network/Curl/Info.o )
[8 of 8] Compiling Network.Curl     ( Network/Curl.hs, dist/build/Network/Curl.o )

Network/Curl.hs:278:1: warning: [-Wtabs]
    Tab character found here, and in 8 further locations.
    Please use spaces instead.
Running Haddock for curl-1.3.8...
Running hscolour for curl-1.3.8...
Preprocessing library curl-1.3.8...
Preprocessing library curl-1.3.8...

Network/Curl/Easy.hs:27:1: warning: [-Wtabs]
    Tab character found here, and in two further locations.
    Please use spaces instead.

Network/Curl.hs:278:1: warning: [-Wtabs]
    Tab character found here, and in 8 further locations.
    Please use spaces instead.
Haddock coverage:
  50% (  1 /  2) in 'Network.Curl.Debug'
  Missing documentation for:
    debug (Network/Curl/Debug.hs:20)
  27% (  4 / 15) in 'Network.Curl.Types'
  Missing documentation for:
    CurlH (Network/Curl/Types.hs:37)
    URLString (Network/Curl/Types.hs:39)
    Port (Network/Curl/Types.hs:40)
    Long (Network/Curl/Types.hs:41)
    LLong (Network/Curl/Types.hs:42)
    Slist_ (Network/Curl/Types.hs:43)
    Curl (Network/Curl/Types.hs:46)
    OptionMap (Network/Curl/Types.hs:103)
    shareCleanup (Network/Curl/Types.hs:89)
    runCleanup (Network/Curl/Types.hs:84)
    updateCleanup (Network/Curl/Types.hs:95)
   9% (  1 / 11) in 'Network.Curl.Post'
  Missing documentation for:
    Header (Network/Curl/Post.hs:28)
    HttpPost (Network/Curl/Post.hs:30)
    Content (Network/Curl/Post.hs:40)
    multiformString (Network/Curl/Post.hs:46)
    sizeof_httppost (Network/Curl/Post.hs:57)
    marshallPosts (Network/Curl/Post.hs:60)
    marshallPost (Network/Curl/Post.hs:75)
    curl_slist_append (Network/Curl/Post.hs:117)
    curl_slist_free (Network/Curl/Post.hs:119)
    curl_formfree (Network/Curl/Post.hs:122)
   3% (  1 / 30) in 'Network.Curl.Opts'
  Missing documentation for:
    CurlOption (Network/Curl/Opts.hs:24)
     (Network/Curl/Opts.hs:186)
    HttpVersion (Network/Curl/Opts.hs:189)
    TimeCond (Network/Curl/Opts.hs:195)
    NetRcOption (Network/Curl/Opts.hs:202)
    HttpAuth (Network/Curl/Opts.hs:208)
    toHttpAuthMask (Network/Curl/Opts.hs:218)
    SSHAuthType (Network/Curl/Opts.hs:232)
    toSSHAuthMask (Network/Curl/Opts.hs:242)
    WriteFunction (Network/Curl/Opts.hs:255)
    ReadFunction (Network/Curl/Opts.hs:262)
    ReadFunctionPrim (Network/Curl/Opts.hs:269)
    ProgressFunction (Network/Curl/Opts.hs:277)
    DebugFunction (Network/Curl/Opts.hs:285)
    DebugInfo (Network/Curl/Opts.hs:293)
    DebugFunctionPrim (Network/Curl/Opts.hs:303)
    SSLCtxtFunction (Network/Curl/Opts.hs:313)
    curl_readfunc_abort (Network/Curl/Opts.hs:319)
    baseLong (Network/Curl/Opts.hs:322)
    baseObject (Network/Curl/Opts.hs:325)
    baseFunction (Network/Curl/Opts.hs:328)
    baseOffT (Network/Curl/Opts.hs:331)
    unmarshallOption (Network/Curl/Opts.hs:334)
    Unmarshaller (Network/Curl/Opts.hs:499)
    verboseUnmarshaller (Network/Curl/Opts.hs:519)
    u_bool (Network/Curl/Opts.hs:543)
    u_enum (Network/Curl/Opts.hs:546)
    u_cptr (Network/Curl/Opts.hs:549)
    showCurlOption (Network/Curl/Opts.hs:552)
  33% (  1 /  3) in 'Network.Curl.Code'
  Missing documentation for:
    CurlCode (Network/Curl/Code.hs:20)
    toCode (Network/Curl/Code.hs:107)
  20% (  2 / 10) in 'Network.Curl.Easy'
  Missing documentation for:
    perform (Network/Curl/Easy.hs:146)
    setopt (Network/Curl/Easy.hs:63)
    duphandle (Network/Curl/Easy.hs:57)
    reset (Network/Curl/Easy.hs:54)
    curl_global_init (Network/Curl/Easy.hs:149)
    curl_global_cleanup (Network/Curl/Easy.hs:174)
    curl_version_number (Network/Curl/Easy.hs:152)
    curl_version_string (Network/Curl/Easy.hs:157)
  25% (  1 /  4) in 'Network.Curl.Info'
  Missing documentation for:
    Info (Network/Curl/Info.hs:31)
    InfoValue (Network/Curl/Info.hs:64)
    getInfo (Network/Curl/Info.hs:100)
  67% ( 26 / 39) in 'Network.Curl'
  Missing documentation for:
    CurlResponse (Network/Curl.hs:232)
    curlGetResponse (Network/Curl.hs:267)
    curlGetString_ (Network/Curl.hs:217)
    do_curl_ (Network/Curl.hs:325)
    getResponseCode (Network/Curl.hs:447)
    setDefaultSSLOpts (Network/Curl.hs:189)
    easyWriter (Network/Curl.hs:417)
    method_GET (Network/Curl.hs:168)
    method_HEAD (Network/Curl.hs:174)
    method_POST (Network/Curl.hs:171)
    parseStatusNHeaders (Network/Curl.hs:374)
    parseHeader (Network/Curl.hs:387)
    concRev (Network/Curl.hs:370)
Warning: Network.Curl.Types: could not find link destinations for:
    Curl_
Documentation created: dist/doc/html/curl/index.html,
dist/doc/html/curl/curl.txt
Creating package registration file: /tmp/pkgConf-curl-1.32145174067468703135.8
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20161018/curl-1.3.8-B8AxMCtSRkiFrZLK4gerBe
Registering curl-1.3.8...
cabal: Leaving directory '/tmp/cabal-tmp-14777/curl-1.3.8'
Installed curl-1.3.8
cabal: Entering directory '/tmp/cabal-tmp-14777/old-locale-1.0.0.7'
Configuring old-locale-1.0.0.7...
Building old-locale-1.0.0.7...
Preprocessing library old-locale-1.0.0.7...
[1 of 1] Compiling System.Locale    ( System/Locale.hs, dist/build/System/Locale.o )
Running Haddock for old-locale-1.0.0.7...
Running hscolour for old-locale-1.0.0.7...
Preprocessing library old-locale-1.0.0.7...
Preprocessing library old-locale-1.0.0.7...
Haddock coverage:
  60% (  3 /  5) in 'System.Locale'
  Missing documentation for:
    TimeLocale (System/Locale.hs:36)
    defaultTimeLocale (System/Locale.hs:49)
Documentation created: dist/doc/html/old-locale/index.html,
dist/doc/html/old-locale/old-locale.txt
Creating package registration file:
/tmp/pkgConf-old-locale-1.0.019399644432112255763.7
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20161018/old-locale-1.0.0.7-6glXNhHF891B41ZfuI8hU8
Registering old-locale-1.0.0.7...
cabal: Leaving directory '/tmp/cabal-tmp-14777/old-locale-1.0.0.7'
Installed old-locale-1.0.0.7
cabal: Entering directory '/tmp/cabal-tmp-14777/text-1.2.2.1'
Configuring text-1.2.2.1...
Building text-1.2.2.1...
Preprocessing library text-1.2.2.1...
[ 1 of 44] Compiling Data.Text.Internal.Unsafe.Shift ( Data/Text/Internal/Unsafe/Shift.hs, dist/build/Data/Text/Internal/Unsafe/Shift.o )
[ 2 of 44] Compiling Data.Text.Internal.Unsafe ( Data/Text/Internal/Unsafe.hs, dist/build/Data/Text/Internal/Unsafe.o )
[ 3 of 44] Compiling Data.Text.Internal.Read ( Data/Text/Internal/Read.hs, dist/build/Data/Text/Internal/Read.o )
[ 4 of 44] Compiling Data.Text.Internal.Functions ( Data/Text/Internal/Functions.hs, dist/build/Data/Text/Internal/Functions.o )
[ 5 of 44] Compiling Data.Text.Internal.Encoding.Utf32 ( Data/Text/Internal/Encoding/Utf32.hs, dist/build/Data/Text/Internal/Encoding/Utf32.o )
[ 6 of 44] Compiling Data.Text.Internal.Encoding.Utf16 ( Data/Text/Internal/Encoding/Utf16.hs, dist/build/Data/Text/Internal/Encoding/Utf16.o )
[ 7 of 44] Compiling Data.Text.Internal.Builder.RealFloat.Functions ( Data/Text/Internal/Builder/RealFloat/Functions.hs, dist/build/Data/Text/Internal/Builder/RealFloat/Functions.o )
[ 8 of 44] Compiling Data.Text.Internal.Builder.Int.Digits ( Data/Text/Internal/Builder/Int/Digits.hs, dist/build/Data/Text/Internal/Builder/Int/Digits.o )
[ 9 of 44] Compiling Data.Text.Encoding.Error ( Data/Text/Encoding/Error.hs, dist/build/Data/Text/Encoding/Error.o )
[10 of 44] Compiling Data.Text.Array  ( Data/Text/Array.hs, dist/build/Data/Text/Array.o )
[11 of 44] Compiling Data.Text.Internal.Unsafe.Char ( Data/Text/Internal/Unsafe/Char.hs, dist/build/Data/Text/Internal/Unsafe/Char.o )
[12 of 44] Compiling Data.Text.Internal ( Data/Text/Internal.hs, dist/build/Data/Text/Internal.o )
[13 of 44] Compiling Data.Text.Internal.Fusion.Size ( Data/Text/Internal/Fusion/Size.hs, dist/build/Data/Text/Internal/Fusion/Size.o )
[14 of 44] Compiling Data.Text.Internal.Fusion.Types ( Data/Text/Internal/Fusion/Types.hs, dist/build/Data/Text/Internal/Fusion/Types.o )
[15 of 44] Compiling Data.Text.Internal.Fusion.CaseMapping ( Data/Text/Internal/Fusion/CaseMapping.hs, dist/build/Data/Text/Internal/Fusion/CaseMapping.o )
[16 of 44] Compiling Data.Text.Internal.Fusion.Common ( Data/Text/Internal/Fusion/Common.hs, dist/build/Data/Text/Internal/Fusion/Common.o )
[17 of 44] Compiling Data.Text.Internal.Search ( Data/Text/Internal/Search.hs, dist/build/Data/Text/Internal/Search.o )
[18 of 44] Compiling Data.Text.Internal.Encoding.Utf8 ( Data/Text/Internal/Encoding/Utf8.hs, dist/build/Data/Text/Internal/Encoding/Utf8.o )
[19 of 44] Compiling Data.Text.Unsafe ( Data/Text/Unsafe.hs, dist/build/Data/Text/Unsafe.o )
[20 of 44] Compiling Data.Text.Internal.Private ( Data/Text/Internal/Private.hs, dist/build/Data/Text/Internal/Private.o )
[21 of 44] Compiling Data.Text.Internal.Fusion ( Data/Text/Internal/Fusion.hs, dist/build/Data/Text/Internal/Fusion.o )
[22 of 44] Compiling Data.Text.Internal.Encoding.Fusion.Common ( Data/Text/Internal/Encoding/Fusion/Common.hs, dist/build/Data/Text/Internal/Encoding/Fusion/Common.o )
[23 of 44] Compiling Data.Text.Internal.Encoding.Fusion ( Data/Text/Internal/Encoding/Fusion.hs, dist/build/Data/Text/Internal/Encoding/Fusion.o )
[24 of 44] Compiling Data.Text.Internal.Lazy.Encoding.Fusion ( Data/Text/Internal/Lazy/Encoding/Fusion.hs, dist/build/Data/Text/Internal/Lazy/Encoding/Fusion.o )
[25 of 44] Compiling Data.Text.Show   ( Data/Text/Show.hs, dist/build/Data/Text/Show.o )
[26 of 44] Compiling Data.Text.Encoding ( Data/Text/Encoding.hs, dist/build/Data/Text/Encoding.o )
[27 of 44] Compiling Data.Text.Foreign ( Data/Text/Foreign.hs, dist/build/Data/Text/Foreign.o )
[28 of 44] Compiling Data.Text        ( Data/Text.hs, dist/build/Data/Text.o )

Data/Text.hs:587:1: warning: [-Winline-rule-shadowing]
    Rule "TEXT compareN/length -> compareLength" may never fire
      because ‘length’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma for ‘length’

Data/Text.hs:592:1: warning: [-Winline-rule-shadowing]
    Rule "TEXT ==N/length -> compareLength/==EQ" may never fire
      because ‘length’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma for ‘length’

Data/Text.hs:597:1: warning: [-Winline-rule-shadowing]
    Rule "TEXT /=N/length -> compareLength//=EQ" may never fire
      because ‘length’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma for ‘length’

Data/Text.hs:602:1: warning: [-Winline-rule-shadowing]
    Rule "TEXT <N/length -> compareLength/==LT" may never fire
      because ‘length’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma for ‘length’

Data/Text.hs:607:1: warning: [-Winline-rule-shadowing]
    Rule "TEXT <=N/length -> compareLength//=GT" may never fire
      because ‘length’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma for ‘length’

Data/Text.hs:612:1: warning: [-Winline-rule-shadowing]
    Rule "TEXT >N/length -> compareLength/==GT" may never fire
      because ‘length’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma for ‘length’

Data/Text.hs:617:1: warning: [-Winline-rule-shadowing]
    Rule "TEXT >=N/length -> compareLength//=LT" may never fire
      because ‘length’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma for ‘length’
[29 of 44] Compiling Data.Text.Internal.IO ( Data/Text/Internal/IO.hs, dist/build/Data/Text/Internal/IO.o )
[30 of 44] Compiling Data.Text.IO     ( Data/Text/IO.hs, dist/build/Data/Text/IO.o )
[31 of 44] Compiling Data.Text.Internal.Lazy ( Data/Text/Internal/Lazy.hs, dist/build/Data/Text/Internal/Lazy.o )
[32 of 44] Compiling Data.Text.Internal.Lazy.Fusion ( Data/Text/Internal/Lazy/Fusion.hs, dist/build/Data/Text/Internal/Lazy/Fusion.o )
[33 of 44] Compiling Data.Text.Internal.Lazy.Search ( Data/Text/Internal/Lazy/Search.hs, dist/build/Data/Text/Internal/Lazy/Search.o )
[34 of 44] Compiling Data.Text.Lazy.Internal ( Data/Text/Lazy/Internal.hs, dist/build/Data/Text/Lazy/Internal.o )
[35 of 44] Compiling Data.Text.Lazy.Encoding ( Data/Text/Lazy/Encoding.hs, dist/build/Data/Text/Lazy/Encoding.o )
[36 of 44] Compiling Data.Text.Lazy   ( Data/Text/Lazy.hs, dist/build/Data/Text/Lazy.o )
[37 of 44] Compiling Data.Text.Internal.Builder ( Data/Text/Internal/Builder.hs, dist/build/Data/Text/Internal/Builder.o )

Data/Text/Internal/Builder.hs:324:1: warning: [-Winline-rule-shadowing]
    Rule "flush/flush" may never fire
      because ‘flush’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma for ‘flush’
[38 of 44] Compiling Data.Text.Lazy.Builder ( Data/Text/Lazy/Builder.hs, dist/build/Data/Text/Lazy/Builder.o )
[39 of 44] Compiling Data.Text.Internal.Builder.Functions ( Data/Text/Internal/Builder/Functions.hs, dist/build/Data/Text/Internal/Builder/Functions.o )
[40 of 44] Compiling Data.Text.Lazy.Builder.Int ( Data/Text/Lazy/Builder/Int.hs, dist/build/Data/Text/Lazy/Builder/Int.o )
[41 of 44] Compiling Data.Text.Lazy.Builder.RealFloat ( Data/Text/Lazy/Builder/RealFloat.hs, dist/build/Data/Text/Lazy/Builder/RealFloat.o )
[42 of 44] Compiling Data.Text.Lazy.IO ( Data/Text/Lazy/IO.hs, dist/build/Data/Text/Lazy/IO.o )
[43 of 44] Compiling Data.Text.Lazy.Read ( Data/Text/Lazy/Read.hs, dist/build/Data/Text/Lazy/Read.o )
[44 of 44] Compiling Data.Text.Read   ( Data/Text/Read.hs, dist/build/Data/Text/Read.o )
Running Haddock for text-1.2.2.1...
Running hscolour for text-1.2.2.1...
Preprocessing library text-1.2.2.1...
Preprocessing library text-1.2.2.1...
Haddock coverage:
 100% (  2 /  2) in 'Data.Text.Internal.Unsafe.Shift'
 100% (  3 /  3) in 'Data.Text.Internal.Unsafe'
  14% (  1 /  7) in 'Data.Text.Internal.Read'
  Missing documentation for:
    IReader (Data/Text/Internal/Read.hs:26)
    IParser (Data/Text/Internal/Read.hs:28)
    T (Data/Text/Internal/Read.hs:48)
    digitToInt (Data/Text/Internal/Read.hs:61)
    hexDigitToInt (Data/Text/Internal/Read.hs:55)
    perhaps (Data/Text/Internal/Read.hs:50)
 100% (  2 /  2) in 'Data.Text.Internal.Functions'
  50% (  1 /  2) in 'Data.Text.Internal.Encoding.Utf32'
  Missing documentation for:
    validate (Data/Text/Internal/Encoding/Utf32.hs:24)
  25% (  1 /  4) in 'Data.Text.Internal.Encoding.Utf16'
  Missing documentation for:
    chr2 (Data/Text/Internal/Encoding/Utf16.hs:29)
    validate1 (Data/Text/Internal/Encoding/Utf16.hs:38)
    validate2 (Data/Text/Internal/Encoding/Utf16.hs:42)
  50% (  1 /  2) in 'Data.Text.Internal.Builder.RealFloat.Functions'
  Missing documentation for:
    roundTo (Data/Text/Internal/Builder/RealFloat/Functions.hs:17)
   0% (  0 /  2) in 'Data.Text.Internal.Builder.Int.Digits'
  Missing documentation for:
    Module header
    digits (Data/Text/Internal/Builder/Int/Digits.hs:21)
 100% ( 12 / 12) in 'Data.Text.Encoding.Error'
 100% ( 16 / 16) in 'Data.Text.Array'
  33% (  2 /  6) in 'Data.Text.Internal.Unsafe.Char'
  Missing documentation for:
    ord (Data/Text/Internal/Unsafe/Char.hs:39)
    unsafeChr (Data/Text/Internal/Unsafe/Char.hs:43)
    unsafeChr8 (Data/Text/Internal/Unsafe/Char.hs:47)
    unsafeChr32 (Data/Text/Internal/Unsafe/Char.hs:51)
  95% ( 19 / 20) in 'Data.Text.Internal'
  Missing documentation for:
    textP (Data/Text/Internal.hs:97)
  38% (  5 / 13) in 'Data.Text.Internal.Fusion.Size'
  Missing documentation for:
    Size (Data/Text/Internal/Fusion/Size.hs:40)
    exactly (Data/Text/Internal/Fusion/Size.hs:44)
    exactSize (Data/Text/Internal/Fusion/Size.hs:49)
    maxSize (Data/Text/Internal/Fusion/Size.hs:57)
    betweenSize (Data/Text/Internal/Fusion/Size.hs:65)
    unknownSize (Data/Text/Internal/Fusion/Size.hs:74)
    compareSize (Data/Text/Internal/Fusion/Size.hs:143)
    isEmpty (Data/Text/Internal/Fusion/Size.hs:151)
  88% (  7 /  8) in 'Data.Text.Internal.Fusion.Types'
  Missing documentation for:
    Stream (Data/Text/Internal/Fusion/Types.hs:83)
   0% (  0 /  5) in 'Data.Text.Internal.Fusion.CaseMapping'
  Missing documentation for:
    Module header
    upperMapping (Data/Text/Internal/Fusion/CaseMapping.hs:13)
    lowerMapping (Data/Text/Internal/Fusion/CaseMapping.hs:220)
    titleMapping (Data/Text/Internal/Fusion/CaseMapping.hs:225)
    foldMapping (Data/Text/Internal/Fusion/CaseMapping.hs:324)
  89% ( 63 / 71) in 'Data.Text.Internal.Fusion.Common'
  Missing documentation for:
    singleton (Data/Text/Internal/Fusion/Common.hs:119)
    streamList (Data/Text/Internal/Fusion/Common.hs:125)
    unstreamList (Data/Text/Internal/Fusion/Common.hs:131)
    intercalate (Data/Text/Internal/Fusion/Common.hs:577)
    justifyLeftI (Data/Text/Internal/Fusion/Common.hs:479)
    scanl (Data/Text/Internal/Fusion/Common.hs:656)
    replicateCharI (Data/Text/Internal/Fusion/Common.hs:671)
    replicateI (Data/Text/Internal/Fusion/Common.hs:682)
 100% (  2 /  2) in 'Data.Text.Internal.Search'
  17% (  2 / 12) in 'Data.Text.Internal.Encoding.Utf8'
  Missing documentation for:
    ord2 (Data/Text/Internal/Encoding/Utf8.hs:58)
    ord3 (Data/Text/Internal/Encoding/Utf8.hs:69)
    ord4 (Data/Text/Internal/Encoding/Utf8.hs:81)
    chr2 (Data/Text/Internal/Encoding/Utf8.hs:94)
    chr3 (Data/Text/Internal/Encoding/Utf8.hs:103)
    chr4 (Data/Text/Internal/Encoding/Utf8.hs:114)
    validate1 (Data/Text/Internal/Encoding/Utf8.hs:128)
    validate2 (Data/Text/Internal/Encoding/Utf8.hs:132)
    validate3 (Data/Text/Internal/Encoding/Utf8.hs:136)
    validate4 (Data/Text/Internal/Encoding/Utf8.hs:153)
  93% ( 13 / 14) in 'Data.Text.Unsafe'
  Missing documentation for:
    Iter (Data/Text/Unsafe.hs:62)
  33% (  1 /  3) in 'Data.Text.Internal.Private'
  Missing documentation for:
    runText (Data/Text/Internal/Private.hs:33)
    span_ (Data/Text/Internal/Private.hs:23)
  91% ( 20 / 22) in 'Data.Text.Internal.Fusion'
  Missing documentation for:
    Stream (Data/Text/Internal/Fusion/Types.hs:83)
    length (Data/Text/Internal/Fusion.hs:127)
  33% (  2 /  6) in 'Data.Text.Internal.Encoding.Fusion.Common'
  Missing documentation for:
    restreamUtf16LE (Data/Text/Internal/Encoding/Fusion/Common.hs:63)
    restreamUtf16BE (Data/Text/Internal/Encoding/Fusion/Common.hs:39)
    restreamUtf32LE (Data/Text/Internal/Encoding/Fusion/Common.hs:106)
    restreamUtf32BE (Data/Text/Internal/Encoding/Fusion/Common.hs:87)
  91% ( 10 / 11) in 'Data.Text.Internal.Encoding.Fusion'
  Missing documentation for:
    streamASCII (Data/Text/Internal/Encoding/Fusion.hs:57)
 100% ( 10 / 10) in 'Data.Text.Internal.Lazy.Encoding.Fusion'
 100% (  4 /  4) in 'Data.Text.Show'
 100% ( 33 / 33) in 'Data.Text.Encoding'
 100% ( 18 / 18) in 'Data.Text.Foreign'
 100% (127 /127) in 'Data.Text'
 100% (  3 /  3) in 'Data.Text.Internal.IO'
 100% ( 20 / 20) in 'Data.Text.IO'
  93% ( 14 / 15) in 'Data.Text.Internal.Lazy'
  Missing documentation for:
    Text (Data/Text/Internal/Lazy.hs:47)
 100% (  8 /  8) in 'Data.Text.Internal.Lazy.Fusion'
 100% (  2 /  2) in 'Data.Text.Internal.Lazy.Search'
 100% (  2 /  2) in 'Data.Text.Lazy.Internal'
  89% ( 24 / 27) in 'Data.Text.Lazy.Encoding'
  Missing documentation for:
    encodeUtf8 (Data/Text/Lazy/Encoding.hs:148)
    encodeUtf8Builder (Data/Text/Lazy/Encoding.hs:162)
    encodeUtf8BuilderEscaped (Data/Text/Lazy/Encoding.hs:167)
  99% (128 /129) in 'Data.Text.Lazy'
  Missing documentation for:
    Text (Data/Text/Internal/Lazy.hs:47)
  94% ( 16 / 17) in 'Data.Text.Internal.Builder'
  Missing documentation for:
    append' (Data/Text/Internal/Builder.hs:301)
 100% ( 12 / 12) in 'Data.Text.Lazy.Builder'
 100% (  3 /  3) in 'Data.Text.Internal.Builder.Functions'
   0% (  0 /  3) in 'Data.Text.Lazy.Builder.Int'
  Missing documentation for:
    Module header
    decimal (Data/Text/Lazy/Builder/Int.hs:52)
    hexadecimal (Data/Text/Lazy/Builder/Int.hs:162)
  75% (  3 /  4) in 'Data.Text.Lazy.Builder.RealFloat'
  Missing documentation for:
    formatRealFloat (Data/Text/Lazy/Builder/RealFloat.hs:46)
 100% ( 19 / 19) in 'Data.Text.Lazy.IO'
 100% (  7 /  7) in 'Data.Text.Lazy.Read'
 100% (  7 /  7) in 'Data.Text.Read'
Warning: Data.Text.Internal.Fusion.Common: could not find link destinations for:
    findIndicesI
Warning: Data.Text: could not find link destinations for:
    replicateChar countChar
Warning: Data.Text.Internal.IO: could not find link destinations for:
    Handle__
Warning: Data.Text.Lazy: could not find link destinations for:
    replicateChar dropWords splitAtWord countChar
Warning: Data.Text.Internal.Builder: could not find link destinations for:
    empty append
Warning: Data.Text.Lazy.Builder.RealFloat: could not find link destinations for:
    floatToDigits
Documentation created: dist/doc/html/text/index.html,
dist/doc/html/text/text.txt
Creating package registration file:
/tmp/pkgConf-text-1.2.25594129241884167637.1
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20161018/text-1.2.2.1-9Yh8rJoh8fO2JMLWffT3Qs
Registering text-1.2.2.1...
cabal: Leaving directory '/tmp/cabal-tmp-14777/text-1.2.2.1'
Installed text-1.2.2.1
cabal: Entering directory '/tmp/cabal-tmp-14777/time-locale-compat-0.1.1.3'
Configuring time-locale-compat-0.1.1.3...
Building time-locale-compat-0.1.1.3...
Preprocessing library time-locale-compat-0.1.1.3...
[1 of 1] Compiling Data.Time.Locale.Compat ( src/Data/Time/Locale/Compat.hs, dist/build/Data/Time/Locale/Compat.o )
Running Haddock for time-locale-compat-0.1.1.3...
Running hscolour for time-locale-compat-0.1.1.3...
Preprocessing library time-locale-compat-0.1.1.3...
Preprocessing library time-locale-compat-0.1.1.3...
Haddock coverage:
  86% (  6 /  7) in 'Data.Time.Locale.Compat'
  Missing documentation for:
    TimeLocale
Documentation created: dist/doc/html/time-locale-compat/index.html,
dist/doc/html/time-locale-compat/time-locale-compat.txt
Creating package registration file:
/tmp/pkgConf-time-locale-compat-0.1.11603591171595311776.3
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20161018/time-locale-compat-0.1.1.3-1j5dGjxxtiTDuAsO86iSk0
Registering time-locale-compat-0.1.1.3...
cabal: Leaving directory '/tmp/cabal-tmp-14777/time-locale-compat-0.1.1.3'
Installed time-locale-compat-0.1.1.3
cabal: Entering directory '/tmp/cabal-tmp-14777/utf8-string-1.0.1.1'
Configuring utf8-string-1.0.1.1...
Building utf8-string-1.0.1.1...
Preprocessing library utf8-string-1.0.1.1...
[1 of 5] Compiling Codec.Binary.UTF8.String ( Codec/Binary/UTF8/String.hs, dist/build/Codec/Binary/UTF8/String.o )
[2 of 5] Compiling Codec.Binary.UTF8.Generic ( Codec/Binary/UTF8/Generic.hs, dist/build/Codec/Binary/UTF8/Generic.o )
[3 of 5] Compiling Data.ByteString.Lazy.UTF8 ( Data/ByteString/Lazy/UTF8.hs, dist/build/Data/ByteString/Lazy/UTF8.o )
[4 of 5] Compiling Data.ByteString.UTF8 ( Data/ByteString/UTF8.hs, dist/build/Data/ByteString/UTF8.o )
[5 of 5] Compiling Data.String.UTF8 ( Data/String/UTF8.hs, dist/build/Data/String/UTF8.o )
Running Haddock for utf8-string-1.0.1.1...
Running hscolour for utf8-string-1.0.1.1...
Preprocessing library utf8-string-1.0.1.1...
Preprocessing library utf8-string-1.0.1.1...
Haddock coverage:
 100% (  8 /  8) in 'Codec.Binary.UTF8.String'
  94% ( 16 / 17) in 'Codec.Binary.UTF8.Generic'
  Missing documentation for:
    UTF8Bytes (Codec/Binary/UTF8/Generic.hs:48)
 100% ( 17 / 17) in 'Data.ByteString.Lazy.UTF8'
 100% ( 17 / 17) in 'Data.ByteString.UTF8'
  89% ( 24 / 27) in 'Data.String.UTF8'
  Missing documentation for:
    UTF8Bytes (Codec/Binary/UTF8/Generic.hs:48)
    fromRep (Data/String/UTF8.hs:59)
    toRep (Data/String/UTF8.hs:62)
Documentation created: dist/doc/html/utf8-string/index.html,
dist/doc/html/utf8-string/utf8-string.txt
Creating package registration file:
/tmp/pkgConf-utf8-string-1.0.11694887982803590181.1
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20161018/utf8-string-1.0.1.1-2T8mBCuEDlXDo8zed8Onw4
Registering utf8-string-1.0.1.1...
cabal: Leaving directory '/tmp/cabal-tmp-14777/utf8-string-1.0.1.1'
Installed utf8-string-1.0.1.1
cabal: Entering directory '/tmp/cabal-tmp-14777/old-time-1.1.0.3'
Configuring old-time-1.1.0.3...
configure: WARNING: unrecognized options: --with-compiler
checking for gcc... /usr/bin/gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether /usr/bin/gcc accepts -g... yes
checking for /usr/bin/gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... /usr/bin/gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/timeb.h usability... yes
checking sys/timeb.h presence... yes
checking for sys/timeb.h... yes
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking for ftime... yes
checking for gmtime_r... yes
checking for localtime_r... yes
checking for gettimeofday... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for struct tm.tm_zone... yes
checking whether time.h and sys/time.h may both be included... yes
checking for sys/time.h... (cached) yes
checking whether altzone is declared... no
configure: creating ./config.status
config.status: creating include/HsTimeConfig.h
configure: WARNING: unrecognized options: --with-compiler
Building old-time-1.1.0.3...
Preprocessing library old-time-1.1.0.3...
[1 of 1] Compiling System.Time      ( dist/build/System/Time.hs, dist/build/System/Time.o )
Running Haddock for old-time-1.1.0.3...
Running hscolour for old-time-1.1.0.3...
Preprocessing library old-time-1.1.0.3...
Preprocessing library old-time-1.1.0.3...
Haddock coverage:
  95% ( 20 / 21) in 'System.Time'
  Missing documentation for:
    getClockTime (System/Time.hsc:232)
Warning: System.Time: could not find link destinations for:
    unsafeIndex unsafeRangeSize
Documentation created: dist/doc/html/old-time/index.html,
dist/doc/html/old-time/old-time.txt
Creating package registration file:
/tmp/pkgConf-old-time-1.1.013969181841476453195.3
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20161018/old-time-1.1.0.3-IcvdkJUsE9M8t3io8peAEp
Registering old-time-1.1.0.3...
cabal: Leaving directory '/tmp/cabal-tmp-14777/old-time-1.1.0.3'
Installed old-time-1.1.0.3
cabal: Entering directory '/tmp/cabal-tmp-14777/tagsoup-0.13.10'
Configuring tagsoup-0.13.10...
Building tagsoup-0.13.10...
Preprocessing library tagsoup-0.13.10...
[ 1 of 13] Compiling Text.StringLike  ( Text/StringLike.hs, dist/build/Text/StringLike.o )
[ 2 of 13] Compiling Text.HTML.TagSoup.Type ( Text/HTML/TagSoup/Type.hs, dist/build/Text/HTML/TagSoup/Type.o )
[ 3 of 13] Compiling Text.HTML.TagSoup.Match ( Text/HTML/TagSoup/Match.hs, dist/build/Text/HTML/TagSoup/Match.o )
[ 4 of 13] Compiling Text.HTML.TagSoup.Entity ( Text/HTML/TagSoup/Entity.hs, dist/build/Text/HTML/TagSoup/Entity.o )
[ 5 of 13] Compiling Text.HTML.TagSoup.Options ( Text/HTML/TagSoup/Options.hs, dist/build/Text/HTML/TagSoup/Options.o )
[ 6 of 13] Compiling Text.HTML.TagSoup.Implementation ( Text/HTML/TagSoup/Implementation.hs, dist/build/Text/HTML/TagSoup/Implementation.o )
[ 7 of 13] Compiling Text.HTML.TagSoup.Specification ( Text/HTML/TagSoup/Specification.hs, dist/build/Text/HTML/TagSoup/Specification.o )
[ 8 of 13] Compiling Text.HTML.TagSoup.Manual ( Text/HTML/TagSoup/Manual.hs, dist/build/Text/HTML/TagSoup/Manual.o )
[ 9 of 13] Compiling Text.HTML.TagSoup.Generated ( Text/HTML/TagSoup/Generated.hs, dist/build/Text/HTML/TagSoup/Generated.o )
[10 of 13] Compiling Text.HTML.TagSoup.Parser ( Text/HTML/TagSoup/Parser.hs, dist/build/Text/HTML/TagSoup/Parser.o )
[11 of 13] Compiling Text.HTML.TagSoup.Render ( Text/HTML/TagSoup/Render.hs, dist/build/Text/HTML/TagSoup/Render.o )
[12 of 13] Compiling Text.HTML.TagSoup ( Text/HTML/TagSoup.hs, dist/build/Text/HTML/TagSoup.o )
[13 of 13] Compiling Text.HTML.TagSoup.Tree ( Text/HTML/TagSoup/Tree.hs, dist/build/Text/HTML/TagSoup/Tree.o )
Running Haddock for tagsoup-0.13.10...
Running hscolour for tagsoup-0.13.10...
Preprocessing library tagsoup-0.13.10...
Preprocessing library tagsoup-0.13.10...
Haddock coverage:
  75% (  3 /  4) in 'Text.StringLike'
  Missing documentation for:
    fromString
  82% ( 23 / 28) in 'Text.HTML.TagSoup.Type'
  Missing documentation for:
    Position (Text/HTML/TagSoup/Type.hs:39)
    tagPosition (Text/HTML/TagSoup/Type.hs:53)
    nullPosition (Text/HTML/TagSoup/Type.hs:41)
    positionChar (Text/HTML/TagSoup/Type.hs:47)
    positionString (Text/HTML/TagSoup/Type.hs:44)
  65% ( 13 / 20) in 'Text.HTML.TagSoup.Match'
  Missing documentation for:
    anyAttr (Text/HTML/TagSoup/Match.hs:166)
    anyAttrName (Text/HTML/TagSoup/Match.hs:169)
    anyAttrValue (Text/HTML/TagSoup/Match.hs:172)
    anyAttrLit (Text/HTML/TagSoup/Match.hs:176)
    anyAttrNameLit (Text/HTML/TagSoup/Match.hs:179)
    anyAttrValueLit (Text/HTML/TagSoup/Match.hs:182)
    getTagContent (Text/HTML/TagSoup/Match.hs:187)
 100% (  7 /  7) in 'Text.HTML.TagSoup.Entity'
  83% (  5 /  6) in 'Text.HTML.TagSoup.Options'
  Missing documentation for:
    Module header
   0% (  0 / 34) in 'Text.HTML.TagSoup.Implementation'
  Missing documentation for:
    Module header
    Out (Text/HTML/TagSoup/Implementation.hs:17)
    errSeen (Text/HTML/TagSoup/Implementation.hs:35)
    errWant (Text/HTML/TagSoup/Implementation.hs:36)
    S (Text/HTML/TagSoup/Implementation.hs:38)
    expand (Text/HTML/TagSoup/Implementation.hs:48)
    Outable (Text/HTML/TagSoup/Implementation.hs:65)
     (Text/HTML/TagSoup/Implementation.hs:66)
     (Text/HTML/TagSoup/Implementation.hs:67)
    ampChar (Text/HTML/TagSoup/Implementation.hs:68)
    ampOut (Text/HTML/TagSoup/Implementation.hs:69)
    state (Text/HTML/TagSoup/Implementation.hs:72)
    output (Text/HTML/TagSoup/Implementation.hs:79)
    entityChr (Text/HTML/TagSoup/Implementation.hs:145)
    isEof (Text/HTML/TagSoup/Implementation.hs:151)
    isChar (Text/HTML/TagSoup/Implementation.hs:152)
    isTag (Text/HTML/TagSoup/Implementation.hs:153)
    isTagShut (Text/HTML/TagSoup/Implementation.hs:154)
    isAttName (Text/HTML/TagSoup/Implementation.hs:155)
    isAttVal (Text/HTML/TagSoup/Implementation.hs:156)
    isTagEnd (Text/HTML/TagSoup/Implementation.hs:157)
    isTagEndClose (Text/HTML/TagSoup/Implementation.hs:158)
    isComment (Text/HTML/TagSoup/Implementation.hs:159)
    isCommentEnd (Text/HTML/TagSoup/Implementation.hs:160)
    isEntityName (Text/HTML/TagSoup/Implementation.hs:161)
    isEntityNumHex (Text/HTML/TagSoup/Implementation.hs:162)
    isEntityNum (Text/HTML/TagSoup/Implementation.hs:163)
    isEntityHex (Text/HTML/TagSoup/Implementation.hs:164)
    isEntityEnd (Text/HTML/TagSoup/Implementation.hs:165)
    isWarn (Text/HTML/TagSoup/Implementation.hs:166)
    fromChr (Text/HTML/TagSoup/Implementation.hs:168)
    fromWarn (Text/HTML/TagSoup/Implementation.hs:169)
    getEntityEnd (Text/HTML/TagSoup/Implementation.hs:171)
    tagTextMerge (Text/HTML/TagSoup/Implementation.hs:175)
   0% (  0 /  2) in 'Text.HTML.TagSoup.Specification'
  Missing documentation for:
    Module header
    parse (Text/HTML/TagSoup/Specification.hs:34)
   0% (  0 /  2) in 'Text.HTML.TagSoup.Manual'
  Missing documentation for:
    Module header
    parseTagsOptions (Text/HTML/TagSoup/Manual.hs:11)
   0% (  0 /  2) in 'Text.HTML.TagSoup.Generated'
  Missing documentation for:
    Module header
    parseTagsOptions (Text/HTML/TagSoup/Manual.hs:11)
  86% (  6 /  7) in 'Text.HTML.TagSoup.Parser'
  Missing documentation for:
    Module header
 100% (  6 /  6) in 'Text.HTML.TagSoup.Render'
 100% ( 40 / 40) in 'Text.HTML.TagSoup'
  50% (  6 / 12) in 'Text.HTML.TagSoup.Tree'
  Missing documentation for:
    TagTree (Text/HTML/TagSoup/Tree.hs:20)
    parseTree (Text/HTML/TagSoup/Tree.hs:54)
    parseTreeOptions (Text/HTML/TagSoup/Tree.hs:57)
    flattenTree (Text/HTML/TagSoup/Tree.hs:60)
    renderTree (Text/HTML/TagSoup/Tree.hs:71)
    renderTreeOptions (Text/HTML/TagSoup/Tree.hs:74)
Documentation created: dist/doc/html/tagsoup/index.html,
dist/doc/html/tagsoup/tagsoup.txt
Creating package registration file:
/tmp/pkgConf-tagsoup-0.1344041351113974112.10
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20161018/tagsoup-0.13.10-F3vYg29vce8Eq0q9G8df5X
Registering tagsoup-0.13.10...
cabal: Leaving directory '/tmp/cabal-tmp-14777/tagsoup-0.13.10'
Installed tagsoup-0.13.10
cabal: Entering directory '/tmp/cabal-tmp-14777/xml-1.3.14'
Configuring xml-1.3.14...
Building xml-1.3.14...
Preprocessing library xml-1.3.14...
[1 of 7] Compiling Text.XML.Light.Types ( Text/XML/Light/Types.hs, dist/build/Text/XML/Light/Types.o )
[2 of 7] Compiling Text.XML.Light.Proc ( Text/XML/Light/Proc.hs, dist/build/Text/XML/Light/Proc.o )
[3 of 7] Compiling Text.XML.Light.Output ( Text/XML/Light/Output.hs, dist/build/Text/XML/Light/Output.o )
[4 of 7] Compiling Text.XML.Light.Lexer ( Text/XML/Light/Lexer.hs, dist/build/Text/XML/Light/Lexer.o )

Text/XML/Light/Lexer.hs:119:1: warning: [-Wtabs]
    Tab character found here, and in one further location.
    Please use spaces instead.
[5 of 7] Compiling Text.XML.Light.Input ( Text/XML/Light/Input.hs, dist/build/Text/XML/Light/Input.o )
[6 of 7] Compiling Text.XML.Light.Cursor ( Text/XML/Light/Cursor.hs, dist/build/Text/XML/Light/Cursor.o )
[7 of 7] Compiling Text.XML.Light   ( Text/XML/Light.hs, dist/build/Text/XML/Light.o )
Running Haddock for xml-1.3.14...
Running hscolour for xml-1.3.14...
Preprocessing library xml-1.3.14...
Preprocessing library xml-1.3.14...

Text/XML/Light/Lexer.hs:119:1: warning: [-Wtabs]
    Tab character found here, and in one further location.
    Please use spaces instead.
Haddock coverage:
  77% ( 10 / 13) in 'Text.XML.Light.Types'
  Missing documentation for:
    CDataKind (Text/XML/Light/Types.hs:50)
     (Text/XML/Light/Types.hs:64)
     (Text/XML/Light/Types.hs:67)
 100% ( 21 / 21) in 'Text.XML.Light.Proc'
  65% ( 13 / 20) in 'Text.XML.Light.Output'
  Missing documentation for:
    showContent (Text/XML/Light/Output.hs:140)
    showElement (Text/XML/Light/Output.hs:143)
    showCData (Text/XML/Light/Output.hs:146)
    showQName (Text/XML/Light/Output.hs:198)
    showAttr (Text/XML/Light/Output.hs:195)
    ConfigPP (Text/XML/Light/Output.hs:34)
    tagEnd (Text/XML/Light/Output.hs:188)
   9% (  3 / 32) in 'Text.XML.Light.Lexer'
  Missing documentation for:
    Module header
    XmlSource (Text/XML/Light/Lexer.hs:15)
     (Text/XML/Light/Lexer.hs:18)
     (Text/XML/Light/Lexer.hs:22)
     (Text/XML/Light/Lexer.hs:26)
     (Text/XML/Light/Lexer.hs:30)
     (Text/XML/Light/Lexer.hs:33)
    linenumber (Text/XML/Light/Lexer.hs:36)
     (Text/XML/Light/Lexer.hs:57)
    LChar (Text/XML/Light/Lexer.hs:64)
    LString (Text/XML/Light/Lexer.hs:65)
    Token (Text/XML/Light/Lexer.hs:66)
    tokens (Text/XML/Light/Lexer.hs:72)
    tokens' (Text/XML/Light/Lexer.hs:75)
    special (Text/XML/Light/Lexer.hs:96)
    qualName (Text/XML/Light/Lexer.hs:128)
    tag (Text/XML/Light/Lexer.hs:140)
    attribs (Text/XML/Light/Lexer.hs:151)
    attrib (Text/XML/Light/Lexer.hs:169)
    attr_val (Text/XML/Light/Lexer.hs:174)
    dropSpace (Text/XML/Light/Lexer.hs:179)
    break' (Text/XML/Light/Lexer.hs:195)
    breakn (Text/XML/Light/Lexer.hs:201)
    decode_attr (Text/XML/Light/Lexer.hs:206)
    Txt (Text/XML/Light/Lexer.hs:213)
    decode_text (Text/XML/Light/Lexer.hs:215)
    cref_to_char (Text/XML/Light/Lexer.hs:223)
    num_esc (Text/XML/Light/Lexer.hs:233)
    cvt_char (Text/XML/Light/Lexer.hs:241)
 100% (  3 /  3) in 'Text.XML.Light.Input'
  90% ( 45 / 50) in 'Text.XML.Light.Cursor'
  Missing documentation for:
    Tag (Text/XML/Light/Cursor.hs:76)
    getTag (Text/XML/Light/Cursor.hs:81)
    setTag (Text/XML/Light/Cursor.hs:87)
    fromTag (Text/XML/Light/Cursor.hs:90)
    Path (Text/XML/Light/Cursor.hs:97)
  32% ( 10 / 31) in 'Text.XML.Light'
  Missing documentation for:
     (Text/XML/Light.hs:57)
     (Text/XML/Light.hs:63)
     (Text/XML/Light.hs:64)
     (Text/XML/Light.hs:65)
     (Text/XML/Light.hs:67)
     (Text/XML/Light.hs:68)
     (Text/XML/Light.hs:69)
     (Text/XML/Light.hs:70)
     (Text/XML/Light.hs:72)
     (Text/XML/Light.hs:75)
     (Text/XML/Light.hs:76)
     (Text/XML/Light.hs:77)
     (Text/XML/Light.hs:78)
     (Text/XML/Light.hs:80)
     (Text/XML/Light.hs:83)
     (Text/XML/Light.hs:84)
     (Text/XML/Light.hs:85)
     (Text/XML/Light.hs:86)
     (Text/XML/Light.hs:88)
     (Text/XML/Light.hs:91)
     (Text/XML/Light.hs:92)
Documentation created: dist/doc/html/xml/index.html, dist/doc/html/xml/xml.txt
Creating package registration file:
/tmp/pkgConf-xml-1.313840794212115227667.14
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20161018/xml-1.3.14-3zYl5R5RzXQ1BYD85LizEl
Registering xml-1.3.14...
cabal: Leaving directory '/tmp/cabal-tmp-14777/xml-1.3.14'
Installed xml-1.3.14
cabal: Entering directory '/tmp/cabal-tmp-14777/feed-0.3.11.1'
Configuring feed-0.3.11.1...
Building feed-0.3.11.1...
Preprocessing library feed-0.3.11.1...
[ 1 of 23] Compiling Text.RSS.Syntax  ( src/Text/RSS/Syntax.hs, dist/build/Text/RSS/Syntax.o )
[ 2 of 23] Compiling Text.RSS.Export  ( src/Text/RSS/Export.hs, dist/build/Text/RSS/Export.o )
[ 3 of 23] Compiling Text.DublinCore.Types ( src/Text/DublinCore/Types.hs, dist/build/Text/DublinCore/Types.o )
[ 4 of 23] Compiling Text.RSS1.Syntax ( src/Text/RSS1/Syntax.hs, dist/build/Text/RSS1/Syntax.o )
[ 5 of 23] Compiling Text.RSS1.Utils  ( src/Text/RSS1/Utils.hs, dist/build/Text/RSS1/Utils.o )
[ 6 of 23] Compiling Text.RSS.Import  ( src/Text/RSS/Import.hs, dist/build/Text/RSS/Import.o )
[ 7 of 23] Compiling Text.RSS1.Export ( src/Text/RSS1/Export.hs, dist/build/Text/RSS1/Export.o )
[ 8 of 23] Compiling Text.RSS1.Import ( src/Text/RSS1/Import.hs, dist/build/Text/RSS1/Import.o )
[ 9 of 23] Compiling Text.Atom.Feed.Link ( src/Text/Atom/Feed/Link.hs, dist/build/Text/Atom/Feed/Link.o )
[10 of 23] Compiling Text.Atom.Feed   ( src/Text/Atom/Feed.hs, dist/build/Text/Atom/Feed.o )
[11 of 23] Compiling Text.Atom.Feed.Export ( src/Text/Atom/Feed/Export.hs, dist/build/Text/Atom/Feed/Export.o )
[12 of 23] Compiling Text.Atom.Feed.Import ( src/Text/Atom/Feed/Import.hs, dist/build/Text/Atom/Feed/Import.o )
[13 of 23] Compiling Text.Atom.Feed.Validate ( src/Text/Atom/Feed/Validate.hs, dist/build/Text/Atom/Feed/Validate.o )
[14 of 23] Compiling Text.Atom.Pub    ( src/Text/Atom/Pub.hs, dist/build/Text/Atom/Pub.o )
[15 of 23] Compiling Text.Atom.Pub.Export ( src/Text/Atom/Pub/Export.hs, dist/build/Text/Atom/Pub/Export.o )
[16 of 23] Compiling Text.Feed.Types  ( src/Text/Feed/Types.hs, dist/build/Text/Feed/Types.o )
[17 of 23] Compiling Text.Feed.Constructor ( src/Text/Feed/Constructor.hs, dist/build/Text/Feed/Constructor.o )

src/Text/Feed/Constructor.hs:131:5: warning: [-Wincomplete-patterns]
    Pattern match(es) are non-exhaustive
    In a case alternative: Patterns not matched: (XMLFeed _)
[18 of 23] Compiling Text.Feed.Export ( src/Text/Feed/Export.hs, dist/build/Text/Feed/Export.o )
[19 of 23] Compiling Text.Feed.Import ( src/Text/Feed/Import.hs, dist/build/Text/Feed/Import.o )
[20 of 23] Compiling Text.Feed.Query  ( src/Text/Feed/Query.hs, dist/build/Text/Feed/Query.o )
[21 of 23] Compiling Text.Feed.Translate ( src/Text/Feed/Translate.hs, dist/build/Text/Feed/Translate.o )
[22 of 23] Compiling Text.Feed.Util   ( src/Text/Feed/Util.hs, dist/build/Text/Feed/Util.o )
[23 of 23] Compiling Paths_feed       ( dist/build/autogen/Paths_feed.hs, dist/build/Paths_feed.o )
Running Haddock for feed-0.3.11.1...
Running hscolour for feed-0.3.11.1...
Preprocessing library feed-0.3.11.1...
Preprocessing library feed-0.3.11.1...
Haddock coverage:
   8% (  2 / 24) in 'Text.RSS.Syntax'
  Missing documentation for:
    RSS (src/Text/RSS/Syntax.hs:51)
    URLString (src/Text/RSS/Syntax.hs:60)
    RSSChannel (src/Text/RSS/Syntax.hs:64)
    RSSItem (src/Text/RSS/Syntax.hs:90)
    RSSSource (src/Text/RSS/Syntax.hs:107)
    RSSEnclosure (src/Text/RSS/Syntax.hs:115)
    RSSCategory (src/Text/RSS/Syntax.hs:124)
    RSSGuid (src/Text/RSS/Syntax.hs:132)
    RSSImage (src/Text/RSS/Syntax.hs:141)
    RSSCloud (src/Text/RSS/Syntax.hs:153)
    RSSTextInput (src/Text/RSS/Syntax.hs:164)
    nullRSS (src/Text/RSS/Syntax.hs:177)
    nullChannel (src/Text/RSS/Syntax.hs:188)
    nullItem (src/Text/RSS/Syntax.hs:216)
    nullSource (src/Text/RSS/Syntax.hs:234)
    nullEnclosure (src/Text/RSS/Syntax.hs:244)
    newCategory (src/Text/RSS/Syntax.hs:256)
    nullGuid (src/Text/RSS/Syntax.hs:265)
    nullPermaGuid (src/Text/RSS/Syntax.hs:274)
    nullImage (src/Text/RSS/Syntax.hs:278)
    nullCloud (src/Text/RSS/Syntax.hs:293)
    nullTextInput (src/Text/RSS/Syntax.hs:304)
   6% (  1 / 18) in 'Text.RSS.Export'
  Missing documentation for:
    qualNode (src/Text/RSS/Export.hs:40)
    qualName (src/Text/RSS/Export.hs:47)
    xmlRSS (src/Text/RSS/Export.hs:51)
    xmlChannel (src/Text/RSS/Export.hs:58)
    xmlItem (src/Text/RSS/Export.hs:84)
    xmlSource (src/Text/RSS/Export.hs:100)
    xmlEnclosure (src/Text/RSS/Export.hs:106)
    xmlCategory (src/Text/RSS/Export.hs:115)
    xmlGuid (src/Text/RSS/Export.hs:123)
    xmlImage (src/Text/RSS/Export.hs:134)
    xmlCloud (src/Text/RSS/Export.hs:146)
    xmlTextInput (src/Text/RSS/Export.hs:157)
    xmlSkipHours (src/Text/RSS/Export.hs:167)
    xmlSkipDays (src/Text/RSS/Export.hs:172)
    xmlAttr (src/Text/RSS/Export.hs:179)
    xmlLeaf (src/Text/RSS/Export.hs:182)
    mb (src/Text/RSS/Export.hs:189)
  60% (  3 /  5) in 'Text.DublinCore.Types'
  Missing documentation for:
    infoToTag (src/Text/DublinCore/Types.hs:50)
    dc_element_names (src/Text/DublinCore/Types.hs:70)
   5% (  1 / 20) in 'Text.RSS1.Syntax'
  Missing documentation for:
    URIString (src/Text/RSS1/Syntax.hs:39)
    TitleString (src/Text/RSS1/Syntax.hs:40)
    TimeString (src/Text/RSS1/Syntax.hs:41)
    TextString (src/Text/RSS1/Syntax.hs:42)
    Feed (src/Text/RSS1/Syntax.hs:44)
    Channel (src/Text/RSS1/Syntax.hs:56)
    Image (src/Text/RSS1/Syntax.hs:78)
    Item (src/Text/RSS1/Syntax.hs:90)
    TextInputInfo (src/Text/RSS1/Syntax.hs:104)
    TaxonomyTopic (src/Text/RSS1/Syntax.hs:117)
    UpdatePeriod (src/Text/RSS1/Syntax.hs:130)
    ContentInfo (src/Text/RSS1/Syntax.hs:138)
    nullFeed (src/Text/RSS1/Syntax.hs:148)
    nullChannel (src/Text/RSS1/Syntax.hs:160)
    nullImage (src/Text/RSS1/Syntax.hs:180)
    nullItem (src/Text/RSS1/Syntax.hs:192)
    nullTextInputInfo (src/Text/RSS1/Syntax.hs:206)
    nullTaxonomyTopic (src/Text/RSS1/Syntax.hs:219)
    nullContentInfo (src/Text/RSS1/Syntax.hs:231)
   3% (  1 / 32) in 'Text.RSS1.Utils'
  Missing documentation for:
    pQNodes (src/Text/RSS1/Utils.hs:53)
    pNode (src/Text/RSS1/Utils.hs:56)
    pQNode (src/Text/RSS1/Utils.hs:59)
    pLeaf (src/Text/RSS1/Utils.hs:62)
    pQLeaf (src/Text/RSS1/Utils.hs:65)
    pAttr (src/Text/RSS1/Utils.hs:68)
    pMany (src/Text/RSS1/Utils.hs:71)
    children (src/Text/RSS1/Utils.hs:74)
    qualName (src/Text/RSS1/Utils.hs:77)
    rssPrefix (src/Text/RSS1/Utils.hs:80)
    rss10NS (src/Text/RSS1/Utils.hs:80)
    rdfPrefix (src/Text/RSS1/Utils.hs:84)
    rdfNS (src/Text/RSS1/Utils.hs:84)
    synPrefix (src/Text/RSS1/Utils.hs:88)
    synNS (src/Text/RSS1/Utils.hs:88)
    taxPrefix (src/Text/RSS1/Utils.hs:92)
    taxNS (src/Text/RSS1/Utils.hs:92)
    conPrefix (src/Text/RSS1/Utils.hs:96)
    conNS (src/Text/RSS1/Utils.hs:96)
    dcPrefix (src/Text/RSS1/Utils.hs:100)
    dcNS (src/Text/RSS1/Utils.hs:100)
    rdfName (src/Text/RSS1/Utils.hs:104)
    rssName (src/Text/RSS1/Utils.hs:107)
    synName (src/Text/RSS1/Utils.hs:110)
    known_rss_elts (src/Text/RSS1/Utils.hs:113)
    known_syn_elts (src/Text/RSS1/Utils.hs:116)
    known_dc_elts (src/Text/RSS1/Utils.hs:119)
    known_tax_elts (src/Text/RSS1/Utils.hs:122)
    known_con_elts (src/Text/RSS1/Utils.hs:125)
    removeKnownElts (src/Text/RSS1/Utils.hs:128)
    removeKnownAttrs (src/Text/RSS1/Utils.hs:140)
   4% (  1 / 26) in 'Text.RSS.Import'
  Missing documentation for:
    pNodes (src/Text/RSS/Import.hs:51)
    pQNodes (src/Text/RSS/Import.hs:54)
    pNode (src/Text/RSS/Import.hs:57)
    pQNode (src/Text/RSS/Import.hs:60)
    pLeaf (src/Text/RSS/Import.hs:63)
    pQLeaf (src/Text/RSS/Import.hs:66)
    pAttr (src/Text/RSS/Import.hs:69)
    pMany (src/Text/RSS/Import.hs:72)
    children (src/Text/RSS/Import.hs:75)
    qualName (src/Text/RSS/Import.hs:78)
    dcName (src/Text/RSS/Import.hs:81)
    elementToRSS (src/Text/RSS/Import.hs:84)
    elementToChannel (src/Text/RSS/Import.hs:100)
    elementToImage (src/Text/RSS/Import.hs:142)
    elementToCategory (src/Text/RSS/Import.hs:164)
    elementToCloud (src/Text/RSS/Import.hs:176)
    elementToItem (src/Text/RSS/Import.hs:191)
    elementToSource (src/Text/RSS/Import.hs:217)
    elementToEnclosure (src/Text/RSS/Import.hs:230)
    elementToGuid (src/Text/RSS/Import.hs:245)
    elementToTextInput (src/Text/RSS/Import.hs:257)
    elementToSkipHours (src/Text/RSS/Import.hs:277)
    elementToSkipDays (src/Text/RSS/Import.hs:283)
    readInt (src/Text/RSS/Import.hs:291)
    readBool (src/Text/RSS/Import.hs:297)
  50% (  1 /  2) in 'Text.RSS1.Export'
  Missing documentation for:
    xmlFeed (src/Text/RSS1/Export.hs:32)
  50% (  1 /  2) in 'Text.RSS1.Import'
  Missing documentation for:
    elementToFeed (src/Text/RSS1/Import.hs:25)
  50% (  2 /  4) in 'Text.Atom.Feed.Link'
  Missing documentation for:
    showLinkRelation (src/Text/Atom/Feed/Link.hs:54)
    showLinkAttr (src/Text/Atom/Feed/Link.hs:76)
   4% (  1 / 24) in 'Text.Atom.Feed'
  Missing documentation for:
    URI (src/Text/Atom/Feed.hs:46)
    NCName (src/Text/Atom/Feed.hs:47)
    Date (src/Text/Atom/Feed.hs:48)
    MediaType (src/Text/Atom/Feed.hs:49)
    Feed (src/Text/Atom/Feed.hs:51)
    Entry (src/Text/Atom/Feed.hs:71)
    EntryContent (src/Text/Atom/Feed.hs:92)
    Category (src/Text/Atom/Feed.hs:100)
    Generator (src/Text/Atom/Feed.hs:110)
    Link (src/Text/Atom/Feed.hs:118)
    TextContent (src/Text/Atom/Feed.hs:132)
    txtToString (src/Text/Atom/Feed.hs:138)
    Source (src/Text/Atom/Feed.hs:143)
    Person (src/Text/Atom/Feed.hs:161)
    InReplyTo (src/Text/Atom/Feed.hs:170)
    InReplyTotal (src/Text/Atom/Feed.hs:181)
    newCategory (src/Text/Atom/Feed.hs:190)
    nullFeed (src/Text/Atom/Feed.hs:199)
    nullEntry (src/Text/Atom/Feed.hs:221)
    nullGenerator (src/Text/Atom/Feed.hs:245)
    nullLink (src/Text/Atom/Feed.hs:253)
    nullSource (src/Text/Atom/Feed.hs:266)
    nullPerson (src/Text/Atom/Feed.hs:282)
   3% (  1 / 38) in 'Text.Atom.Feed.Export'
  Missing documentation for:
    atom_prefix (src/Text/Atom/Feed/Export.hs:61)
    atom_thr_prefix (src/Text/Atom/Feed/Export.hs:64)
    atomNS (src/Text/Atom/Feed/Export.hs:67)
    atomThreadNS (src/Text/Atom/Feed/Export.hs:70)
    xmlns_atom (src/Text/Atom/Feed/Export.hs:73)
    xmlns_atom_thread (src/Text/Atom/Feed/Export.hs:86)
    atomName (src/Text/Atom/Feed/Export.hs:99)
    atomAttr (src/Text/Atom/Feed/Export.hs:105)
    atomNode (src/Text/Atom/Feed/Export.hs:108)
    atomLeaf (src/Text/Atom/Feed/Export.hs:111)
    atomThreadName (src/Text/Atom/Feed/Export.hs:117)
    atomThreadAttr (src/Text/Atom/Feed/Export.hs:124)
    atomThreadNode (src/Text/Atom/Feed/Export.hs:127)
    atomThreadLeaf (src/Text/Atom/Feed/Export.hs:131)
    xmlFeed (src/Text/Atom/Feed/Export.hs:139)
    xmlEntry (src/Text/Atom/Feed/Export.hs:160)
    xmlContent (src/Text/Atom/Feed/Export.hs:181)
    xmlCategory (src/Text/Atom/Feed/Export.hs:201)
    xmlLink (src/Text/Atom/Feed/Export.hs:208)
    xmlSource (src/Text/Atom/Feed/Export.hs:219)
    xmlGenerator (src/Text/Atom/Feed/Export.hs:236)
    xmlAuthor (src/Text/Atom/Feed/Export.hs:243)
    xmlContributor (src/Text/Atom/Feed/Export.hs:246)
    xmlPerson (src/Text/Atom/Feed/Export.hs:249)
    xmlInReplyTo (src/Text/Atom/Feed/Export.hs:256)
    xmlInReplyTotal (src/Text/Atom/Feed/Export.hs:267)
    xmlId (src/Text/Atom/Feed/Export.hs:272)
    xmlIcon (src/Text/Atom/Feed/Export.hs:275)
    xmlLogo (src/Text/Atom/Feed/Export.hs:278)
    xmlUpdated (src/Text/Atom/Feed/Export.hs:281)
    xmlPublished (src/Text/Atom/Feed/Export.hs:284)
    xmlRights (src/Text/Atom/Feed/Export.hs:287)
    xmlTitle (src/Text/Atom/Feed/Export.hs:290)
    xmlSubtitle (src/Text/Atom/Feed/Export.hs:293)
    xmlSummary (src/Text/Atom/Feed/Export.hs:296)
    xmlTextContent (src/Text/Atom/Feed/Export.hs:299)
    mb (src/Text/Atom/Feed/Export.hs:308)
   4% (  1 / 23) in 'Text.Atom.Feed.Import'
  Missing documentation for:
    pNodes (src/Text/Atom/Feed/Import.hs:50)
    pQNodes (src/Text/Atom/Feed/Import.hs:53)
    pNode (src/Text/Atom/Feed/Import.hs:56)
    pQNode (src/Text/Atom/Feed/Import.hs:59)
    pLeaf (src/Text/Atom/Feed/Import.hs:62)
    pQLeaf (src/Text/Atom/Feed/Import.hs:65)
    pAttr (src/Text/Atom/Feed/Import.hs:68)
    pAttrs (src/Text/Atom/Feed/Import.hs:74)
    pQAttr (src/Text/Atom/Feed/Import.hs:77)
    pMany (src/Text/Atom/Feed/Import.hs:80)
    children (src/Text/Atom/Feed/Import.hs:83)
    elementFeed (src/Text/Atom/Feed/Import.hs:86)
    pTextContent (src/Text/Atom/Feed/Import.hs:135)
    pPerson (src/Text/Atom/Feed/Import.hs:147)
    pCategory (src/Text/Atom/Feed/Import.hs:158)
    pGenerator (src/Text/Atom/Feed/Import.hs:168)
    pSource (src/Text/Atom/Feed/Import.hs:175)
    pLink (src/Text/Atom/Feed/Import.hs:193)
    pEntry (src/Text/Atom/Feed/Import.hs:214)
    pContent (src/Text/Atom/Feed/Import.hs:245)
    pInReplyTotal (src/Text/Atom/Feed/Import.hs:261)
    pInReplyTo (src/Text/Atom/Feed/Import.hs:273)
   3% (  1 / 30) in 'Text.Atom.Feed.Validate'
  Missing documentation for:
    VTree (src/Text/Atom/Feed/Validate.hs:52)
    ValidatorResult (src/Text/Atom/Feed/Validate.hs:55)
    advice (src/Text/Atom/Feed/Validate.hs:57)
    demand (src/Text/Atom/Feed/Validate.hs:60)
    valid (src/Text/Atom/Feed/Validate.hs:63)
    mkTree (src/Text/Atom/Feed/Validate.hs:66)
    flattenT (src/Text/Atom/Feed/Validate.hs:69)
    validateEntry (src/Text/Atom/Feed/Validate.hs:73)
    checkEntryAuthor (src/Text/Atom/Feed/Validate.hs:92)
    checkCats (src/Text/Atom/Feed/Validate.hs:106)
    checkContents (src/Text/Atom/Feed/Validate.hs:109)
    checkContributor (src/Text/Atom/Feed/Validate.hs:118)
    checkContentLink (src/Text/Atom/Feed/Validate.hs:121)
    checkLinks (src/Text/Atom/Feed/Validate.hs:133)
    checkId (src/Text/Atom/Feed/Validate.hs:150)
    checkPublished (src/Text/Atom/Feed/Validate.hs:157)
    checkRights (src/Text/Atom/Feed/Validate.hs:164)
    checkSource (src/Text/Atom/Feed/Validate.hs:171)
    checkSummary (src/Text/Atom/Feed/Validate.hs:178)
    checkTitle (src/Text/Atom/Feed/Validate.hs:185)
    checkUpdated (src/Text/Atom/Feed/Validate.hs:192)
    checkCat (src/Text/Atom/Feed/Validate.hs:199)
    checkContent (src/Text/Atom/Feed/Validate.hs:220)
    checkTerm (src/Text/Atom/Feed/Validate.hs:285)
    checkAuthor (src/Text/Atom/Feed/Validate.hs:292)
    checkPerson (src/Text/Atom/Feed/Validate.hs:295)
    checkName (src/Text/Atom/Feed/Validate.hs:302)
    checkEmail (src/Text/Atom/Feed/Validate.hs:309)
    checkUri (src/Text/Atom/Feed/Validate.hs:317)
  17% (  1 /  6) in 'Text.Atom.Pub'
  Missing documentation for:
    Service (src/Text/Atom/Pub.hs:26)
    Workspace (src/Text/Atom/Pub.hs:32)
    Collection (src/Text/Atom/Pub.hs:39)
    Categories (src/Text/Atom/Pub.hs:48)
    Accept (src/Text/Atom/Pub.hs:53)
   8% (  1 / 13) in 'Text.Atom.Pub.Export'
  Missing documentation for:
    showServiceDoc (src/Text/Atom/Pub/Export.hs:38)
    mkQName (src/Text/Atom/Pub/Export.hs:42)
    mkElem (src/Text/Atom/Pub/Export.hs:45)
    mkLeaf (src/Text/Atom/Pub/Export.hs:48)
    mkAttr (src/Text/Atom/Pub/Export.hs:51)
    xmlns_app (src/Text/Atom/Pub/Export.hs:54)
    appNS (src/Text/Atom/Pub/Export.hs:58)
    xmlService (src/Text/Atom/Pub/Export.hs:64)
    xmlWorkspace (src/Text/Atom/Pub/Export.hs:71)
    xmlCollection (src/Text/Atom/Pub/Export.hs:80)
    xmlCategories (src/Text/Atom/Pub/Export.hs:90)
    xmlAccept (src/Text/Atom/Pub/Export.hs:100)
 100% (  4 /  4) in 'Text.Feed.Types'
  42% ( 17 / 40) in 'Text.Feed.Constructor'
  Missing documentation for:
    feedFromRSS (src/Text/Feed/Constructor.hs:95)
    feedFromAtom (src/Text/Feed/Constructor.hs:98)
    feedFromRDF (src/Text/Feed/Constructor.hs:101)
    feedFromXML (src/Text/Feed/Constructor.hs:104)
    getFeedKind (src/Text/Feed/Constructor.hs:107)
    FeedSetter (src/Text/Feed/Constructor.hs:162)
    addItem (src/Text/Feed/Constructor.hs:115)
    withFeedTitle (src/Text/Feed/Constructor.hs:164)
    withFeedHome (src/Text/Feed/Constructor.hs:179)
    withFeedPubDate (src/Text/Feed/Constructor.hs:242)
    withFeedLastUpdate (src/Text/Feed/Constructor.hs:272)
    withFeedLogoLink (src/Text/Feed/Constructor.hs:311)
    withFeedLanguage (src/Text/Feed/Constructor.hs:352)
    withFeedCategories (src/Text/Feed/Constructor.hs:382)
    withFeedGenerator (src/Text/Feed/Constructor.hs:415)
    withFeedItems (src/Text/Feed/Constructor.hs:128)
    newItem (src/Text/Feed/Constructor.hs:140)
    getItemKind (src/Text/Feed/Constructor.hs:154)
    atomEntryToItem (src/Text/Feed/Constructor.hs:449)
    rssItemToItem (src/Text/Feed/Constructor.hs:452)
    rdfItemToItem (src/Text/Feed/Constructor.hs:455)
    ItemSetter (src/Text/Feed/Constructor.hs:458)
    withItemCategories (src/Text/Feed/Constructor.hs:673)
 100% (  2 /  2) in 'Text.Feed.Export'
  86% (  6 /  7) in 'Text.Feed.Import'
  Missing documentation for:
    parseFeedString (src/Text/Feed/Import.hs:73)
  10% (  3 / 31) in 'Text.Feed.Query'
  Missing documentation for:
    feedItems (src/Text/Feed/Query.hs:70)
    FeedGetter (src/Text/Feed/Query.hs:83)
    getFeedTitle (src/Text/Feed/Query.hs:98)
    getFeedAuthor (src/Text/Feed/Query.hs:85)
    getFeedHome (src/Text/Feed/Query.hs:109)
    getFeedHTML (src/Text/Feed/Query.hs:122)
    getFeedDescription (src/Text/Feed/Query.hs:140)
    getFeedPubDate (src/Text/Feed/Query.hs:151)
    getFeedLastUpdate (src/Text/Feed/Query.hs:164)
    getFeedDate (src/Text/Feed/Query.hs:177)
    getFeedLogoLink (src/Text/Feed/Query.hs:180)
    getFeedLanguage (src/Text/Feed/Query.hs:192)
    getFeedCategories (src/Text/Feed/Query.hs:207)
    getFeedGenerator (src/Text/Feed/Query.hs:221)
    getFeedItems (src/Text/Feed/Query.hs:80)
    ItemGetter (src/Text/Feed/Query.hs:236)
    getItemTitle (src/Text/Feed/Query.hs:238)
    getItemLink (src/Text/Feed/Query.hs:246)
    getItemPublishDateString (src/Text/Feed/Query.hs:291)
    getItemDate (src/Text/Feed/Query.hs:302)
    getItemCommentLink (src/Text/Feed/Query.hs:316)
    getItemEnclosure (src/Text/Feed/Query.hs:328)
    getItemFeedLink (src/Text/Feed/Query.hs:360)
    getItemId (src/Text/Feed/Query.hs:377)
    getItemCategories (src/Text/Feed/Query.hs:394)
    getItemRights (src/Text/Feed/Query.hs:407)
    getItemSummary (src/Text/Feed/Query.hs:417)
    getItemDescription (src/Text/Feed/Query.hs:420)
  20% (  1 /  5) in 'Text.Feed.Translate'
  Missing documentation for:
    translateItemTo (src/Text/Feed/Translate.hs:53)
    withAtomEntry (src/Text/Feed/Translate.hs:35)
    withRSSItem (src/Text/Feed/Translate.hs:41)
    withRSS1Item (src/Text/Feed/Translate.hs:47)
 100% (  3 /  3) in 'Text.Feed.Util'
   0% (  0 /  8) in 'Paths_feed'
  Missing documentation for:
    Module header
    version (dist/build/autogen/Paths_feed.hs:28)
    getBinDir (dist/build/autogen/Paths_feed.hs:38)
    getLibDir (dist/build/autogen/Paths_feed.hs:38)
    getDataDir (dist/build/autogen/Paths_feed.hs:38)
    getLibexecDir (dist/build/autogen/Paths_feed.hs:38)
    getDataFileName (dist/build/autogen/Paths_feed.hs:45)
    getSysconfDir (dist/build/autogen/Paths_feed.hs:38)
Documentation created: dist/doc/html/feed/index.html,
dist/doc/html/feed/feed.txt
Creating package registration file:
/tmp/pkgConf-feed-0.3.1116426631981153263590.1
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20161018/feed-0.3.11.1-EmLAxqw5QkEA0LEsAWf3xj
Registering feed-0.3.11.1...
cabal: Leaving directory '/tmp/cabal-tmp-14777/feed-0.3.11.1'
Installed feed-0.3.11.1
cabal: Entering directory '/tmp/cabal-tmp-14777/download-curl-0.1.4'
Configuring download-curl-0.1.4...
Building download-curl-0.1.4...
Preprocessing library download-curl-0.1.4...
[1 of 2] Compiling Network.Curl.Download.Lazy ( Network/Curl/Download/Lazy.hs, dist/build/Network/Curl/Download/Lazy.o )
[2 of 2] Compiling Network.Curl.Download ( Network/Curl/Download.hs, dist/build/Network/Curl/Download.o )
Running Haddock for download-curl-0.1.4...
Running hscolour for download-curl-0.1.4...
Preprocessing library download-curl-0.1.4...
Preprocessing library download-curl-0.1.4...
Haddock coverage:
 100% (  4 /  4) in 'Network.Curl.Download.Lazy'
 100% ( 10 / 10) in 'Network.Curl.Download'
Documentation created: dist/doc/html/download-curl/index.html,
dist/doc/html/download-curl/download-curl.txt
Creating package registration file:
/tmp/pkgConf-download-curl-0.1503615949437180529.4
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20161018/download-curl-0.1.4-K3or0RgXyi2KS54A09bFaG
Registering download-curl-0.1.4...
cabal: Leaving directory '/tmp/cabal-tmp-14777/download-curl-0.1.4'
Installed download-curl-0.1.4
Downloading archnews-0.2...
cabal: Entering directory '/tmp/cabal-tmp-14777/archnews-0.2'
Configuring archnews-0.2...
Building archnews-0.2...
Preprocessing executable 'archnews' for archnews-0.2...
[1 of 1] Compiling Main             ( Main.hs, dist/build/archnews/archnews-tmp/Main.o )
Linking dist/build/archnews/archnews ...
Warning: No documentation was generated as this package does not contain a
library. Perhaps you want to use the --executables, --tests or --benchmarks
flags.
Installing executable(s) in
/home/builder/hackage-server/build-cache/tmp-install/bin
Warning: The directory
/home/builder/hackage-server/build-cache/tmp-install/bin is not in the system
search path.
cabal: Leaving directory '/tmp/cabal-tmp-14777/archnews-0.2'
Installed archnews-0.2

Test log

No test log was submitted for this report.