Build #1 for euphoria-0.8.0.0

[all reports]

Package euphoria-0.8.0.0
Install InstallOk
Docs Ok
Tests NotTried
Time submitted 2016-08-02 05:54:17.746937 UTC
Compiler ghc-8.0.1.20160701
OS linux
Arch x86_64
Dependencies HUnit-1.3.1.1, base-4.9.0.0, containers-0.5.7.1, deepseq-1.4.2.0, elerea-2.9.0, enummapset-th-0.6.1.1, hashable-1.2.4.0, transformers-0.5.2.0, unordered-containers-0.2.7.1
Flags none

Code Coverage

No Code Coverage was submitted for this report.

Build log

[view raw]

Resolving dependencies...
cabal: Entering directory '/tmp/cabal-tmp-6499/HUnit-1.3.1.1'
Configuring HUnit-1.3.1.1...
Building HUnit-1.3.1.1...
Preprocessing library HUnit-1.3.1.1...
[1 of 5] Compiling Test.HUnit.Terminal ( Test/HUnit/Terminal.hs, dist/build/Test/HUnit/Terminal.o )
[2 of 5] Compiling Test.HUnit.Lang  ( Test/HUnit/Lang.hs, dist/build/Test/HUnit/Lang.o )
[3 of 5] Compiling Test.HUnit.Base  ( Test/HUnit/Base.hs, dist/build/Test/HUnit/Base.o )
[4 of 5] Compiling Test.HUnit.Text  ( Test/HUnit/Text.hs, dist/build/Test/HUnit/Text.o )
[5 of 5] Compiling Test.HUnit       ( Test/HUnit.hs, dist/build/Test/HUnit.o )
Running Haddock for HUnit-1.3.1.1...
Running hscolour for HUnit-1.3.1.1...
Preprocessing library HUnit-1.3.1.1...
Preprocessing library HUnit-1.3.1.1...
Haddock coverage:
 100% (  2 /  2) in 'Test.HUnit.Terminal'
  56% (  5 /  9) in 'Test.HUnit.Lang'
  Missing documentation for:
    Module header
    Location (Test/HUnit/Lang.hs:40)
    Result (Test/HUnit/Lang.hs:76)
    HUnitFailure (Test/HUnit/Lang.hs:46)
  97% ( 33 / 34) in 'Test.HUnit.Base'
  Missing documentation for:
    Location (Test/HUnit/Lang.hs:40)
 100% (  8 /  8) in 'Test.HUnit.Text'
 100% (  3 /  3) in 'Test.HUnit'
Documentation created: dist/doc/html/HUnit/index.html,
dist/doc/html/HUnit/HUnit.txt
Creating package registration file:
/tmp/pkgConf-HUnit-1.3.12145174067468703135.1
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20160701/HUnit-1.3.1.1-21JuQs5D85SLjuJsLVrBpA
Registering HUnit-1.3.1.1...
cabal: Leaving directory '/tmp/cabal-tmp-6499/HUnit-1.3.1.1'
Installed HUnit-1.3.1.1
cabal: Entering directory '/tmp/cabal-tmp-6499/enummapset-th-0.6.1.1'
Configuring enummapset-th-0.6.1.1...
Building enummapset-th-0.6.1.1...
Preprocessing library enummapset-th-0.6.1.1...
[1 of 4] Compiling Data.EnumMapSetWrapper ( Data/EnumMapSetWrapper.hs, dist/build/Data/EnumMapSetWrapper.o )
[2 of 4] Compiling Data.EnumSet     ( Data/EnumSet.hs, dist/build/Data/EnumSet.o )
[3 of 4] Compiling Data.EnumMap.Strict ( Data/EnumMap/Strict.hs, dist/build/Data/EnumMap/Strict.o )
[4 of 4] Compiling Data.EnumMap.Lazy ( Data/EnumMap/Lazy.hs, dist/build/Data/EnumMap/Lazy.o )
Running Haddock for enummapset-th-0.6.1.1...
Running hscolour for enummapset-th-0.6.1.1...
Preprocessing library enummapset-th-0.6.1.1...
Preprocessing library enummapset-th-0.6.1.1...
Haddock coverage:
  37% (  7 / 19) in 'Data.EnumMapSetWrapper'
  Missing documentation for:
    enumMap (Data/EnumMapSetWrapper.hs:50)
    enumSet (Data/EnumMapSetWrapper.hs:50)
    enumMapT (Data/EnumMapSetWrapper.hs:54)
    enumSetT (Data/EnumMapSetWrapper.hs:56)
    unEnumMapE (Data/EnumMapSetWrapper.hs:59)
    unEnumSetE (Data/EnumMapSetWrapper.hs:59)
    arrT (Data/EnumMapSetWrapper.hs:70)
    pos (Data/EnumMapSetWrapper.hs:93)
    neg (Data/EnumMapSetWrapper.hs:149)
    substT (Data/EnumMapSetWrapper.hs:187)
    w (Data/EnumMapSetWrapper.hs:211)
    w' (Data/EnumMapSetWrapper.hs:211)
  21% ( 13 / 61) in 'Data.EnumSet'
  Missing documentation for:
    EnumSet (Data/EnumSet.hs:23)
    \\ (Data/EnumSet.hs:27)
    null (Data/EnumSet.hs:30)
    size (Data/EnumSet.hs:31)
    member (Data/EnumSet.hs:32)
    notMember (Data/EnumSet.hs:33)
    lookupLT (Data/EnumSet.hs:34)
    lookupGT (Data/EnumSet.hs:35)
    lookupLE (Data/EnumSet.hs:36)
    lookupGE (Data/EnumSet.hs:37)
    isSubsetOf (Data/EnumSet.hs:38)
    isProperSubsetOf (Data/EnumSet.hs:39)
    empty (Data/EnumSet.hs:42)
    singleton (Data/EnumSet.hs:43)
    insert (Data/EnumSet.hs:44)
    delete (Data/EnumSet.hs:45)
    union (Data/EnumSet.hs:48)
    unions (Data/EnumSet.hs:49)
    difference (Data/EnumSet.hs:50)
    intersection (Data/EnumSet.hs:51)
    filter (Data/EnumSet.hs:54)
    partition (Data/EnumSet.hs:55)
    split (Data/EnumSet.hs:56)
    splitMember (Data/EnumSet.hs:57)
    map (Data/EnumSet.hs:60)
    foldr (Data/EnumSet.hs:63)
    foldl (Data/EnumSet.hs:64)
    foldr' (Data/EnumSet.hs:67)
    foldl' (Data/EnumSet.hs:68)
    findMin (Data/EnumSet.hs:71)
    findMax (Data/EnumSet.hs:72)
    deleteMin (Data/EnumSet.hs:73)
    deleteMax (Data/EnumSet.hs:74)
    deleteFindMin (Data/EnumSet.hs:75)
    deleteFindMax (Data/EnumSet.hs:76)
    maxView (Data/EnumSet.hs:77)
    minView (Data/EnumSet.hs:78)
    elems (Data/EnumSet.hs:81)
    toList (Data/EnumSet.hs:82)
    fromList (Data/EnumSet.hs:83)
    toAscList (Data/EnumSet.hs:86)
    toDescList (Data/EnumSet.hs:87)
    fromAscList (Data/EnumSet.hs:88)
    fromDistinctAscList (Data/EnumSet.hs:89)
    showTree (Data/EnumSet.hs:92)
    showTreeWith (Data/EnumSet.hs:93)
     (Data/EnumSet.hs:97)
     (Data/EnumSet.hs:101)
  16% ( 20 /124) in 'Data.EnumMap.Strict'
  Missing documentation for:
    EnumMap (include/map.inc:27)
    ! (include/map.inc:33)
    \\ (include/map.inc:34)
    null (include/map.inc:37)
    size (include/map.inc:38)
    member (include/map.inc:39)
    notMember (include/map.inc:40)
    lookup (include/map.inc:41)
    findWithDefault (include/map.inc:42)
    lookupLT (include/map.inc:43)
    lookupGT (include/map.inc:44)
    lookupLE (include/map.inc:45)
    lookupGE (include/map.inc:46)
    empty (include/map.inc:49)
    singleton (include/map.inc:50)
    insert (include/map.inc:53)
    insertWith (include/map.inc:54)
    insertWithKey (include/map.inc:55)
    insertLookupWithKey (include/map.inc:56)
    delete (include/map.inc:59)
    adjust (include/map.inc:60)
    adjustWithKey (include/map.inc:61)
    update (include/map.inc:62)
    updateWithKey (include/map.inc:63)
    updateLookupWithKey (include/map.inc:64)
    alter (include/map.inc:65)
    union (include/map.inc:68)
    unionWith (include/map.inc:69)
    unionWithKey (include/map.inc:70)
    unions (include/map.inc:71)
    unionsWith (include/map.inc:72)
    difference (include/map.inc:75)
    differenceWith (include/map.inc:76)
    differenceWithKey (include/map.inc:77)
    intersection (include/map.inc:80)
    intersectionWith (include/map.inc:81)
    intersectionWithKey (include/map.inc:82)
    mergeWithKey (include/map.inc:85)
    map (include/map.inc:88)
    mapWithKey (include/map.inc:89)
    traverseWithKey (include/map.inc:90)
    mapAccum (include/map.inc:91)
    mapAccumWithKey (include/map.inc:92)
    mapAccumRWithKey (include/map.inc:93)
    mapKeys (include/map.inc:94)
    mapKeysWith (include/map.inc:95)
    mapKeysMonotonic (include/map.inc:96)
    foldr (include/map.inc:99)
    foldl (include/map.inc:100)
    foldrWithKey (include/map.inc:101)
    foldlWithKey (include/map.inc:102)
    foldMapWithKey (include/map.inc:103)
    foldr' (include/map.inc:106)
    foldl' (include/map.inc:107)
    foldrWithKey' (include/map.inc:108)
    foldlWithKey' (include/map.inc:109)
    elems (include/map.inc:112)
    keys (include/map.inc:113)
    assocs (include/map.inc:114)
    keysSet (include/map.inc:115)
    fromSet (include/map.inc:116)
    toList (include/map.inc:119)
    fromList (include/map.inc:120)
    fromListWith (include/map.inc:121)
    fromListWithKey (include/map.inc:122)
    toAscList (include/map.inc:125)
    toDescList (include/map.inc:126)
    fromAscList (include/map.inc:127)
    fromAscListWith (include/map.inc:128)
    fromAscListWithKey (include/map.inc:129)
    fromDistinctAscList (include/map.inc:130)
    filter (include/map.inc:133)
    filterWithKey (include/map.inc:134)
    partition (include/map.inc:135)
    partitionWithKey (include/map.inc:136)
    mapMaybe (include/map.inc:137)
    mapMaybeWithKey (include/map.inc:138)
    mapEither (include/map.inc:139)
    mapEitherWithKey (include/map.inc:140)
    split (include/map.inc:141)
    splitLookup (include/map.inc:142)
    isSubmapOf (include/map.inc:145)
    isSubmapOfBy (include/map.inc:146)
    isProperSubmapOf (include/map.inc:147)
    isProperSubmapOfBy (include/map.inc:148)
    findMin (include/map.inc:151)
    findMax (include/map.inc:152)
    deleteMin (include/map.inc:153)
    deleteMax (include/map.inc:154)
    deleteFindMin (include/map.inc:155)
    deleteFindMax (include/map.inc:156)
    updateMin (include/map.inc:157)
    updateMax (include/map.inc:158)
    updateMinWithKey (include/map.inc:159)
    updateMaxWithKey (include/map.inc:160)
    minView (include/map.inc:161)
    maxView (include/map.inc:162)
    minViewWithKey (include/map.inc:163)
    maxViewWithKey (include/map.inc:164)
    showTree (include/map.inc:167)
    showTreeWith (include/map.inc:168)
     (include/map.inc:172)
     (include/map.inc:179)
     (include/map.inc:183)
  16% ( 20 /124) in 'Data.EnumMap.Lazy'
  Missing documentation for:
    EnumMap (include/map.inc:27)
    ! (include/map.inc:33)
    \\ (include/map.inc:34)
    null (include/map.inc:37)
    size (include/map.inc:38)
    member (include/map.inc:39)
    notMember (include/map.inc:40)
    lookup (include/map.inc:41)
    findWithDefault (include/map.inc:42)
    lookupLT (include/map.inc:43)
    lookupGT (include/map.inc:44)
    lookupLE (include/map.inc:45)
    lookupGE (include/map.inc:46)
    empty (include/map.inc:49)
    singleton (include/map.inc:50)
    insert (include/map.inc:53)
    insertWith (include/map.inc:54)
    insertWithKey (include/map.inc:55)
    insertLookupWithKey (include/map.inc:56)
    delete (include/map.inc:59)
    adjust (include/map.inc:60)
    adjustWithKey (include/map.inc:61)
    update (include/map.inc:62)
    updateWithKey (include/map.inc:63)
    updateLookupWithKey (include/map.inc:64)
    alter (include/map.inc:65)
    union (include/map.inc:68)
    unionWith (include/map.inc:69)
    unionWithKey (include/map.inc:70)
    unions (include/map.inc:71)
    unionsWith (include/map.inc:72)
    difference (include/map.inc:75)
    differenceWith (include/map.inc:76)
    differenceWithKey (include/map.inc:77)
    intersection (include/map.inc:80)
    intersectionWith (include/map.inc:81)
    intersectionWithKey (include/map.inc:82)
    mergeWithKey (include/map.inc:85)
    map (include/map.inc:88)
    mapWithKey (include/map.inc:89)
    traverseWithKey (include/map.inc:90)
    mapAccum (include/map.inc:91)
    mapAccumWithKey (include/map.inc:92)
    mapAccumRWithKey (include/map.inc:93)
    mapKeys (include/map.inc:94)
    mapKeysWith (include/map.inc:95)
    mapKeysMonotonic (include/map.inc:96)
    foldr (include/map.inc:99)
    foldl (include/map.inc:100)
    foldrWithKey (include/map.inc:101)
    foldlWithKey (include/map.inc:102)
    foldMapWithKey (include/map.inc:103)
    foldr' (include/map.inc:106)
    foldl' (include/map.inc:107)
    foldrWithKey' (include/map.inc:108)
    foldlWithKey' (include/map.inc:109)
    elems (include/map.inc:112)
    keys (include/map.inc:113)
    assocs (include/map.inc:114)
    keysSet (include/map.inc:115)
    fromSet (include/map.inc:116)
    toList (include/map.inc:119)
    fromList (include/map.inc:120)
    fromListWith (include/map.inc:121)
    fromListWithKey (include/map.inc:122)
    toAscList (include/map.inc:125)
    toDescList (include/map.inc:126)
    fromAscList (include/map.inc:127)
    fromAscListWith (include/map.inc:128)
    fromAscListWithKey (include/map.inc:129)
    fromDistinctAscList (include/map.inc:130)
    filter (include/map.inc:133)
    filterWithKey (include/map.inc:134)
    partition (include/map.inc:135)
    partitionWithKey (include/map.inc:136)
    mapMaybe (include/map.inc:137)
    mapMaybeWithKey (include/map.inc:138)
    mapEither (include/map.inc:139)
    mapEitherWithKey (include/map.inc:140)
    split (include/map.inc:141)
    splitLookup (include/map.inc:142)
    isSubmapOf (include/map.inc:145)
    isSubmapOfBy (include/map.inc:146)
    isProperSubmapOf (include/map.inc:147)
    isProperSubmapOfBy (include/map.inc:148)
    findMin (include/map.inc:151)
    findMax (include/map.inc:152)
    deleteMin (include/map.inc:153)
    deleteMax (include/map.inc:154)
    deleteFindMin (include/map.inc:155)
    deleteFindMax (include/map.inc:156)
    updateMin (include/map.inc:157)
    updateMax (include/map.inc:158)
    updateMinWithKey (include/map.inc:159)
    updateMaxWithKey (include/map.inc:160)
    minView (include/map.inc:161)
    maxView (include/map.inc:162)
    minViewWithKey (include/map.inc:163)
    maxViewWithKey (include/map.inc:164)
    showTree (include/map.inc:167)
    showTreeWith (include/map.inc:168)
     (include/map.inc:172)
     (include/map.inc:179)
     (include/map.inc:183)
Documentation created: dist/doc/html/enummapset-th/index.html,
dist/doc/html/enummapset-th/enummapset-th.txt
Creating package registration file:
/tmp/pkgConf-enummapset-th-0.6.13272545861572276965.1
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20160701/enummapset-th-0.6.1.1-AjRSfbmCU4k4zoqZjNGR9K
Registering enummapset-th-0.6.1.1...
cabal: Leaving directory '/tmp/cabal-tmp-6499/enummapset-th-0.6.1.1'
Installed enummapset-th-0.6.1.1
cabal: Entering directory '/tmp/cabal-tmp-6499/stm-2.4.4.1'
Configuring stm-2.4.4.1...
Building stm-2.4.4.1...
Preprocessing library stm-2.4.4.1...
[ 1 of 10] Compiling Control.Sequential.STM ( Control/Sequential/STM.hs, dist/build/Control/Sequential/STM.o )
[ 2 of 10] Compiling Control.Concurrent.STM.TBQueue ( Control/Concurrent/STM/TBQueue.hs, dist/build/Control/Concurrent/STM/TBQueue.o )
[ 3 of 10] Compiling Control.Concurrent.STM.TQueue ( Control/Concurrent/STM/TQueue.hs, dist/build/Control/Concurrent/STM/TQueue.o )
[ 4 of 10] Compiling Control.Concurrent.STM.TChan ( Control/Concurrent/STM/TChan.hs, dist/build/Control/Concurrent/STM/TChan.o )
[ 5 of 10] Compiling Control.Concurrent.STM.TMVar ( Control/Concurrent/STM/TMVar.hs, dist/build/Control/Concurrent/STM/TMVar.o )
[ 6 of 10] Compiling Control.Concurrent.STM.TVar ( Control/Concurrent/STM/TVar.hs, dist/build/Control/Concurrent/STM/TVar.o )
[ 7 of 10] Compiling Control.Concurrent.STM.TArray ( Control/Concurrent/STM/TArray.hs, dist/build/Control/Concurrent/STM/TArray.o )
[ 8 of 10] Compiling Control.Monad.STM ( Control/Monad/STM.hs, dist/build/Control/Monad/STM.o )
[ 9 of 10] Compiling Control.Concurrent.STM ( Control/Concurrent/STM.hs, dist/build/Control/Concurrent/STM.o )
[10 of 10] Compiling Control.Concurrent.STM.TSem ( Control/Concurrent/STM/TSem.hs, dist/build/Control/Concurrent/STM/TSem.o )
Running Haddock for stm-2.4.4.1...
Running hscolour for stm-2.4.4.1...
Preprocessing library stm-2.4.4.1...
Preprocessing library stm-2.4.4.1...
Haddock coverage:
   0% (  0 / 11) in 'Control.Sequential.STM'
  Missing documentation for:
    Module header
    STM (Control/Sequential/STM.hs:29)
    atomically (Control/Sequential/STM.hs:47)
    throwSTM (Control/Sequential/STM.hs:54)
    catchSTM (Control/Sequential/STM.hs:57)
    TVar (Control/Sequential/STM.hs:72)
    newTVar (Control/Sequential/STM.hs:75)
    newTVarIO (Control/Sequential/STM.hs:78)
    readTVar (Control/Sequential/STM.hs:83)
    readTVarIO (Control/Sequential/STM.hs:86)
    writeTVar (Control/Sequential/STM.hs:89)
 100% ( 13 / 13) in 'Control.Concurrent.STM.TBQueue'
 100% ( 12 / 12) in 'Control.Concurrent.STM.TQueue'
 100% ( 18 / 18) in 'Control.Concurrent.STM.TChan'
 100% ( 16 / 16) in 'Control.Concurrent.STM.TMVar'
 100% ( 13 / 13) in 'Control.Concurrent.STM.TVar'
 100% (  2 /  2) in 'Control.Concurrent.STM.TArray'
  90% (  9 / 10) in 'Control.Monad.STM'
  Missing documentation for:
    check (Control/Monad/STM.hs:81)
 100% (  8 /  8) in 'Control.Concurrent.STM'
  40% (  2 /  5) in 'Control.Concurrent.STM.TSem'
  Missing documentation for:
    newTSem (Control/Concurrent/STM/TSem.hs:42)
    waitTSem (Control/Concurrent/STM/TSem.hs:45)
    signalTSem (Control/Concurrent/STM/TSem.hs:51)
Warning: Control.Concurrent.STM.TArray: could not find link destinations for:
    getNumElements unsafeNewArray_ unsafeRead unsafeWrite
Warning: Control.Monad.STM: could not find link destinations for:
    getNumElements unsafeNewArray_ unsafeRead unsafeWrite
Documentation created: dist/doc/html/stm/index.html, dist/doc/html/stm/stm.txt
Creating package registration file:
/tmp/pkgConf-stm-2.4.41544617505243268139.1
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20160701/stm-2.4.4.1-4z2NRWnB0NIIUvSJsHW0kF
Registering stm-2.4.4.1...
cabal: Leaving directory '/tmp/cabal-tmp-6499/stm-2.4.4.1'
Installed stm-2.4.4.1
cabal: Entering directory '/tmp/cabal-tmp-6499/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.Read ( Data/Text/Internal/Read.hs, dist/build/Data/Text/Internal/Read.o )
[ 2 of 44] Compiling Data.Text.Internal.Encoding.Utf32 ( Data/Text/Internal/Encoding/Utf32.hs, dist/build/Data/Text/Internal/Encoding/Utf32.o )
[ 3 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 )
[ 4 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 )
[ 5 of 44] Compiling Data.Text.Encoding.Error ( Data/Text/Encoding/Error.hs, dist/build/Data/Text/Encoding/Error.o )
[ 6 of 44] Compiling Data.Text.Internal.Unsafe.Shift ( Data/Text/Internal/Unsafe/Shift.hs, dist/build/Data/Text/Internal/Unsafe/Shift.o )
[ 7 of 44] Compiling Data.Text.Internal.Encoding.Utf16 ( Data/Text/Internal/Encoding/Utf16.hs, dist/build/Data/Text/Internal/Encoding/Utf16.o )
[ 8 of 44] Compiling Data.Text.Internal.Functions ( Data/Text/Internal/Functions.hs, dist/build/Data/Text/Internal/Functions.o )
[ 9 of 44] Compiling Data.Text.Internal.Unsafe ( Data/Text/Internal/Unsafe.hs, dist/build/Data/Text/Internal/Unsafe.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.Unsafe ( Data/Text/Unsafe.hs, dist/build/Data/Text/Unsafe.o )
[18 of 44] Compiling Data.Text.Internal.Private ( Data/Text/Internal/Private.hs, dist/build/Data/Text/Internal/Private.o )
[19 of 44] Compiling Data.Text.Internal.Fusion ( Data/Text/Internal/Fusion.hs, dist/build/Data/Text/Internal/Fusion.o )
[20 of 44] Compiling Data.Text.Show   ( Data/Text/Show.hs, dist/build/Data/Text/Show.o )
[21 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 )
[22 of 44] Compiling Data.Text.Internal.Encoding.Utf8 ( Data/Text/Internal/Encoding/Utf8.hs, dist/build/Data/Text/Internal/Encoding/Utf8.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.Encoding ( Data/Text/Encoding.hs, dist/build/Data/Text/Encoding.o )
[25 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 )
[26 of 44] Compiling Data.Text.Internal.Search ( Data/Text/Internal/Search.hs, dist/build/Data/Text/Internal/Search.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.IO ( Data/Text/Lazy/IO.hs, dist/build/Data/Text/Lazy/IO.o )
[42 of 44] Compiling Data.Text.Lazy.Read ( Data/Text/Lazy/Read.hs, dist/build/Data/Text/Lazy/Read.o )
[43 of 44] Compiling Data.Text.Lazy.Builder.RealFloat ( Data/Text/Lazy/Builder/RealFloat.hs, dist/build/Data/Text/Lazy/Builder/RealFloat.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:
  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)
  50% (  1 /  2) in 'Data.Text.Internal.Encoding.Utf32'
  Missing documentation for:
    validate (Data/Text/Internal/Encoding/Utf32.hs:24)
  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% (  2 /  2) in 'Data.Text.Internal.Unsafe.Shift'
  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)
 100% (  2 /  2) in 'Data.Text.Internal.Functions'
 100% (  3 /  3) in 'Data.Text.Internal.Unsafe'
 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)
  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)
 100% (  4 /  4) in 'Data.Text.Show'
  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)
  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)
  91% ( 10 / 11) in 'Data.Text.Internal.Encoding.Fusion'
  Missing documentation for:
    streamASCII (Data/Text/Internal/Encoding/Fusion.hs:57)
 100% ( 33 / 33) in 'Data.Text.Encoding'
 100% ( 10 / 10) in 'Data.Text.Internal.Lazy.Encoding.Fusion'
 100% (  2 /  2) in 'Data.Text.Internal.Search'
 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)
 100% ( 19 / 19) in 'Data.Text.Lazy.IO'
 100% (  7 /  7) in 'Data.Text.Lazy.Read'
  75% (  3 /  4) in 'Data.Text.Lazy.Builder.RealFloat'
  Missing documentation for:
    formatRealFloat (Data/Text/Lazy/Builder/RealFloat.hs:46)
 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.218587218601548348142.1
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20160701/text-1.2.2.1-9Yh8rJoh8fO2JMLWffT3Qs
Registering text-1.2.2.1...
cabal: Leaving directory '/tmp/cabal-tmp-6499/text-1.2.2.1'
Installed text-1.2.2.1
cabal: Entering directory '/tmp/cabal-tmp-6499/transformers-compat-0.5.1.4'
Configuring transformers-compat-0.5.1.4...
Building transformers-compat-0.5.1.4...
Preprocessing library transformers-compat-0.5.1.4...
[1 of 2] Compiling Paths_transformers_compat ( dist/build/autogen/Paths_transformers_compat.hs, dist/build/Paths_transformers_compat.o )
[2 of 2] Compiling Control.Monad.Trans.Instances ( src/Control/Monad/Trans/Instances.hs, dist/build/Control/Monad/Trans/Instances.o )
Running Haddock for transformers-compat-0.5.1.4...
Running hscolour for transformers-compat-0.5.1.4...
Preprocessing library transformers-compat-0.5.1.4...
Preprocessing library transformers-compat-0.5.1.4...
Haddock coverage:
   0% (  0 /  8) in 'Paths_transformers_compat'
  Missing documentation for:
    Module header
    version (dist/build/autogen/Paths_transformers_compat.hs:28)
    getBinDir (dist/build/autogen/Paths_transformers_compat.hs:38)
    getLibDir (dist/build/autogen/Paths_transformers_compat.hs:38)
    getDataDir (dist/build/autogen/Paths_transformers_compat.hs:38)
    getLibexecDir (dist/build/autogen/Paths_transformers_compat.hs:38)
    getDataFileName (dist/build/autogen/Paths_transformers_compat.hs:45)
    getSysconfDir (dist/build/autogen/Paths_transformers_compat.hs:38)
 100% (  1 /  1) in 'Control.Monad.Trans.Instances'
Documentation created: dist/doc/html/transformers-compat/index.html,
dist/doc/html/transformers-compat/transformers-compat.txt
Creating package registration file:
/tmp/pkgConf-transformers-compat-0.5.117878975251745897490.4
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20160701/transformers-compat-0.5.1.4-G5tKvPrwhggJRvSwXNMs1N
Registering transformers-compat-0.5.1.4...
cabal: Leaving directory '/tmp/cabal-tmp-6499/transformers-compat-0.5.1.4'
Installed transformers-compat-0.5.1.4
cabal: Entering directory '/tmp/cabal-tmp-6499/hashable-1.2.4.0'
Configuring hashable-1.2.4.0...
Building hashable-1.2.4.0...
Preprocessing library hashable-1.2.4.0...
[1 of 3] Compiling Data.Hashable.Class ( Data/Hashable/Class.hs, dist/build/Data/Hashable/Class.o )

Data/Hashable/Class.hs:460:28: warning: [-Wdeprecations]
    In the use of ‘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'."
[2 of 3] Compiling Data.Hashable.Generic ( Data/Hashable/Generic.hs, dist/build/Data/Hashable/Generic.o )
[3 of 3] Compiling Data.Hashable    ( Data/Hashable.hs, dist/build/Data/Hashable.o )
Running Haddock for hashable-1.2.4.0...
Running hscolour for hashable-1.2.4.0...
Preprocessing library hashable-1.2.4.0...
Preprocessing library hashable-1.2.4.0...

Data/Hashable/Class.hs:460:28: warning: [-Wdeprecations]
    In the use of ‘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'."
Haddock coverage:
 100% ( 11 / 11) in 'Data.Hashable.Class'
 100% (  1 /  1) in 'Data.Hashable.Generic'
 100% ( 22 / 22) in 'Data.Hashable'
Warning: Data.Hashable: could not find link destinations for:
    GHashable
Documentation created: dist/doc/html/hashable/index.html,
dist/doc/html/hashable/hashable.txt
Creating package registration file:
/tmp/pkgConf-hashable-1.2.41799560997332238283.0
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20160701/hashable-1.2.4.0-Ctl752zbguF6QanxurLOm2
Registering hashable-1.2.4.0...
cabal: Leaving directory '/tmp/cabal-tmp-6499/hashable-1.2.4.0'
Installed hashable-1.2.4.0
cabal: Entering directory '/tmp/cabal-tmp-6499/transformers-base-0.4.4'
Configuring transformers-base-0.4.4...
Building transformers-base-0.4.4...
Preprocessing library transformers-base-0.4.4...
[1 of 1] Compiling Control.Monad.Base ( src/Control/Monad/Base.hs, dist/build/Control/Monad/Base.o )

src/Control/Monad/Base.hs:22:1: warning: [-Wunused-imports]
    The import of ‘Data.Monoid’ is redundant
      except perhaps to import instances from ‘Data.Monoid’
    To import instances alone, use: import Data.Monoid()
Running Haddock for transformers-base-0.4.4...
Running hscolour for transformers-base-0.4.4...
Preprocessing library transformers-base-0.4.4...
Preprocessing library transformers-base-0.4.4...

src/Control/Monad/Base.hs:22:1: warning: [-Wunused-imports]
    The import of ‘Data.Monoid’ is redundant
      except perhaps to import instances from ‘Data.Monoid’
    To import instances alone, use: import Data.Monoid()
Haddock coverage:
  33% (  1 /  3) in 'Control.Monad.Base'
  Missing documentation for:
    Module header
    MonadBase (src/Control/Monad/Base.hs:50)
Documentation created: dist/doc/html/transformers-base/index.html,
dist/doc/html/transformers-base/transformers-base.txt
Creating package registration file:
/tmp/pkgConf-transformers-base-0.47693044651998994314.4
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20160701/transformers-base-0.4.4-FMTbgPqmqMsCiOz3biyAGx
Registering transformers-base-0.4.4...
cabal: Leaving directory '/tmp/cabal-tmp-6499/transformers-base-0.4.4'
Installed transformers-base-0.4.4
cabal: Entering directory '/tmp/cabal-tmp-6499/unordered-containers-0.2.7.1'
Configuring unordered-containers-0.2.7.1...
Building unordered-containers-0.2.7.1...
Preprocessing library unordered-containers-0.2.7.1...
[1 of 8] Compiling Data.HashMap.UnsafeShift ( Data/HashMap/UnsafeShift.hs, dist/build/Data/HashMap/UnsafeShift.o )
[2 of 8] Compiling Data.HashMap.PopCount ( Data/HashMap/PopCount.hs, dist/build/Data/HashMap/PopCount.o )
[3 of 8] Compiling Data.HashMap.Unsafe ( Data/HashMap/Unsafe.hs, dist/build/Data/HashMap/Unsafe.o )
[4 of 8] Compiling Data.HashMap.Array ( Data/HashMap/Array.hs, dist/build/Data/HashMap/Array.o )
[5 of 8] Compiling Data.HashMap.Base ( Data/HashMap/Base.hs, dist/build/Data/HashMap/Base.o )
[6 of 8] Compiling Data.HashMap.Strict ( Data/HashMap/Strict.hs, dist/build/Data/HashMap/Strict.o )
[7 of 8] Compiling Data.HashMap.Lazy ( Data/HashMap/Lazy.hs, dist/build/Data/HashMap/Lazy.o )
[8 of 8] Compiling Data.HashSet     ( Data/HashSet.hs, dist/build/Data/HashSet.o )
Running Haddock for unordered-containers-0.2.7.1...
Running hscolour for unordered-containers-0.2.7.1...
Preprocessing library unordered-containers-0.2.7.1...
Preprocessing library unordered-containers-0.2.7.1...
Haddock coverage:
   0% (  0 /  3) in 'Data.HashMap.UnsafeShift'
  Missing documentation for:
    Module header
    unsafeShiftL (Data/HashMap/UnsafeShift.hs:10)
    unsafeShiftR (Data/HashMap/UnsafeShift.hs:14)
  50% (  1 /  2) in 'Data.HashMap.PopCount'
  Missing documentation for:
    Module header
 100% (  2 /  2) in 'Data.HashMap.Unsafe'
  38% ( 14 / 37) in 'Data.HashMap.Array'
  Missing documentation for:
    Array (Data/HashMap/Array.hs:101)
    MArray (Data/HashMap/Array.hs:126)
    new_ (Data/HashMap/Array.hs:173)
    singleton (Data/HashMap/Array.hs:176)
    singletonM (Data/HashMap/Array.hs:180)
    pair (Data/HashMap/Array.hs:184)
    length (Data/HashMap/Array.hs:112)
    lengthM (Data/HashMap/Array.hs:134)
    read (Data/HashMap/Array.hs:191)
    write (Data/HashMap/Array.hs:197)
    index (Data/HashMap/Array.hs:204)
    indexM (Data/HashMap/Array.hs:210)
    unsafeFreeze (Data/HashMap/Array.hs:216)
    unsafeThaw (Data/HashMap/Array.hs:222)
    run (Data/HashMap/Array.hs:228)
    run2 (Data/HashMap/Array.hs:232)
    foldl' (Data/HashMap/Array.hs:334)
    foldr (Data/HashMap/Array.hs:342)
    thaw (Data/HashMap/Array.hs:354)
    map (Data/HashMap/Array.hs:387)
    traverse (Data/HashMap/Array.hs:430)
    filter (Data/HashMap/Array.hs:435)
    toList (Data/HashMap/Array.hs:427)
  87% ( 61 / 70) in 'Data.HashMap.Base'
  Missing documentation for:
    Module header
    Leaf (Data/HashMap/Base.hs:135)
    Hash (Data/HashMap/Base.hs:202)
    Bitmap (Data/HashMap/Base.hs:203)
    mask (Data/HashMap/Base.hs:1226)
    bitsPerSubkey (Data/HashMap/Base.hs:1214)
    sparseIndex (Data/HashMap/Base.hs:1223)
    updateOrConcatWith (Data/HashMap/Base.hs:1131)
    updateOrConcatWithKey (Data/HashMap/Base.hs:1135)
 100% ( 52 / 52) in 'Data.HashMap.Strict'
 100% ( 52 / 52) in 'Data.HashMap.Lazy'
 100% ( 31 / 31) in 'Data.HashSet'
Documentation created: dist/doc/html/unordered-containers/index.html,
dist/doc/html/unordered-containers/unordered-containers.txt
Creating package registration file:
/tmp/pkgConf-unordered-containers-0.2.7373953666403068011.1
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20160701/unordered-containers-0.2.7.1-5INwdG7O5Jdakf1CqKoOB
Registering unordered-containers-0.2.7.1...
cabal: Leaving directory '/tmp/cabal-tmp-6499/unordered-containers-0.2.7.1'
Installed unordered-containers-0.2.7.1
cabal: Entering directory '/tmp/cabal-tmp-6499/elerea-2.9.0'
Configuring elerea-2.9.0...
Building elerea-2.9.0...
Preprocessing library elerea-2.9.0...
[1 of 4] Compiling FRP.Elerea.Param ( FRP/Elerea/Param.hs, dist/build/FRP/Elerea/Param.o )
[2 of 4] Compiling FRP.Elerea.Simple.Pure ( FRP/Elerea/Simple/Pure.hs, dist/build/FRP/Elerea/Simple/Pure.o )
[3 of 4] Compiling FRP.Elerea.Simple ( FRP/Elerea/Simple.hs, dist/build/FRP/Elerea/Simple.o )
[4 of 4] Compiling FRP.Elerea       ( FRP/Elerea.hs, dist/build/FRP/Elerea.o )
Running Haddock for elerea-2.9.0...
Running hscolour for elerea-2.9.0...
Preprocessing library elerea-2.9.0...
Preprocessing library elerea-2.9.0...
Haddock coverage:
 100% ( 31 / 31) in 'FRP.Elerea.Param'
  30% (  6 / 20) in 'FRP.Elerea.Simple.Pure'
  Missing documentation for:
    Signal (FRP/Elerea/Simple/Pure.hs:36)
    SignalGen (FRP/Elerea/Simple/Pure.hs:38)
    fromList (FRP/Elerea/Simple/Pure.hs:40)
    toList (FRP/Elerea/Simple/Pure.hs:43)
    start (FRP/Elerea/Simple/Pure.hs:46)
    delay (FRP/Elerea/Simple/Pure.hs:49)
    snapshot (FRP/Elerea/Simple/Pure.hs:58)
    generator (FRP/Elerea/Simple/Pure.hs:55)
    memo (FRP/Elerea/Simple/Pure.hs:61)
    stateful (FRP/Elerea/Simple/Pure.hs:64)
    transfer (FRP/Elerea/Simple/Pure.hs:67)
    transfer2 (FRP/Elerea/Simple/Pure.hs:72)
    transfer3 (FRP/Elerea/Simple/Pure.hs:77)
    transfer4 (FRP/Elerea/Simple/Pure.hs:82)
 100% ( 31 / 31) in 'FRP.Elerea.Simple'
 100% (  1 /  1) in 'FRP.Elerea'
Documentation created: dist/doc/html/elerea/index.html,
dist/doc/html/elerea/elerea.txt
Creating package registration file:
/tmp/pkgConf-elerea-2.9331016259193552063.0
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20160701/elerea-2.9.0-95ds798UENitnvLzeBJhz
Registering elerea-2.9.0...
cabal: Leaving directory '/tmp/cabal-tmp-6499/elerea-2.9.0'
Installed elerea-2.9.0
Downloading euphoria-0.8.0.0...
cabal: Entering directory '/tmp/cabal-tmp-6499/euphoria-0.8.0.0'
Configuring euphoria-0.8.0.0...
Building euphoria-0.8.0.0...
Preprocessing library euphoria-0.8.0.0...
[ 1 of 12] Compiling FRP.Euphoria.Internal.Maplike ( FRP/Euphoria/Internal/Maplike.hs, dist/build/FRP/Euphoria/Internal/Maplike.o )
[ 2 of 12] Compiling FRP.Elerea.Simple.Compat ( FRP/Elerea/Simple/Compat.hs, dist/build/FRP/Elerea/Simple/Compat.o )
[ 3 of 12] Compiling FRP.Euphoria.Signal ( FRP/Euphoria/Signal.hs, dist/build/FRP/Euphoria/Signal.o )
[ 4 of 12] Compiling FRP.Euphoria.Event ( FRP/Euphoria/Event.hs, dist/build/FRP/Euphoria/Event.o )
[ 5 of 12] Compiling FRP.Euphoria.Update ( FRP/Euphoria/Update.hs, dist/build/FRP/Euphoria/Update.o )
[ 6 of 12] Compiling FRP.Euphoria.Internal.GenericCollection ( FRP/Euphoria/Internal/GenericCollection.hs, dist/build/FRP/Euphoria/Internal/GenericCollection.o )
[ 7 of 12] Compiling FRP.Euphoria.EnumCollection.Lazy ( FRP/Euphoria/EnumCollection/Lazy.hs, dist/build/FRP/Euphoria/EnumCollection/Lazy.o )
[ 8 of 12] Compiling FRP.Euphoria.HashCollection.Strict ( FRP/Euphoria/HashCollection/Strict.hs, dist/build/FRP/Euphoria/HashCollection/Strict.o )
[ 9 of 12] Compiling FRP.Euphoria.Collection ( FRP/Euphoria/Collection.hs, dist/build/FRP/Euphoria/Collection.o )
[10 of 12] Compiling FRP.Euphoria.EnumCollection.Strict ( FRP/Euphoria/EnumCollection/Strict.hs, dist/build/FRP/Euphoria/EnumCollection/Strict.o )
[11 of 12] Compiling FRP.Euphoria.HashCollection.Lazy ( FRP/Euphoria/HashCollection/Lazy.hs, dist/build/FRP/Euphoria/HashCollection/Lazy.o )
[12 of 12] Compiling FRP.Euphoria.Abbrev ( FRP/Euphoria/Abbrev.hs, dist/build/FRP/Euphoria/Abbrev.o )
Running Haddock for euphoria-0.8.0.0...
Running hscolour for euphoria-0.8.0.0...
Preprocessing library euphoria-0.8.0.0...
Preprocessing library euphoria-0.8.0.0...
Haddock coverage:
  25% (  1 /  4) in 'FRP.Euphoria.Internal.Maplike'
  Missing documentation for:
    Module header
    Lazy (FRP/Euphoria/Internal/Maplike.hs:22)
    Strict (FRP/Euphoria/Internal/Maplike.hs:23)
  50% (  1 /  2) in 'FRP.Elerea.Simple.Compat'
  Missing documentation for:
    Module header
  87% ( 13 / 15) in 'FRP.Euphoria.Signal'
  Missing documentation for:
    MonadSignalGen (FRP/Euphoria/Signal.hs:36)
    transferS (FRP/Euphoria/Signal.hs:104)
  87% ( 89 /102) in 'FRP.Euphoria.Event'
  Missing documentation for:
    keepJustsD (FRP/Euphoria/Event.hs:659)
    keepDJustsD (FRP/Euphoria/Event.hs:665)
    <$?> (FRP/Euphoria/Event.hs:682)
    <?*?> (FRP/Euphoria/Event.hs:685)
    <-*?> (FRP/Euphoria/Event.hs:691)
    <?*-> (FRP/Euphoria/Event.hs:694)
    traceSignalMaybe (FRP/Euphoria/Event.hs:637)
    traceSignalT (FRP/Euphoria/Event.hs:644)
    traceEventT (FRP/Euphoria/Event.hs:647)
    traceDiscreteT (FRP/Euphoria/Event.hs:653)
    signalFromList (FRP/Euphoria/Event.hs:850)
    eventFromList (FRP/Euphoria/Event.hs:859)
    networkToList (FRP/Euphoria/Event.hs:862)
  82% (  9 / 11) in 'FRP.Euphoria.Update'
  Missing documentation for:
    stepperUpdate (FRP/Euphoria/Update.hs:94)
    IOMonoid (FRP/Euphoria/Update.hs:159)
  80% ( 20 / 25) in 'FRP.Euphoria.Internal.GenericCollection'
  Missing documentation for:
    accumCollection (FRP/Euphoria/Internal/GenericCollection.hs:242)
    filterCollection (FRP/Euphoria/Internal/GenericCollection.hs:155)
    filterCollectionWithKey (FRP/Euphoria/Internal/GenericCollection.hs:161)
    justCollection (FRP/Euphoria/Internal/GenericCollection.hs:171)
    sequenceCollection (FRP/Euphoria/Internal/GenericCollection.hs:198)
  64% ( 16 / 25) in 'FRP.Euphoria.EnumCollection.Lazy'
  Missing documentation for:
    simpleCollection (FRP/Euphoria/EnumCollection/Lazy.hs:95)
    accumCollection (FRP/Euphoria/EnumCollection/Lazy.hs:81)
    collectionFromDiscreteList (FRP/Euphoria/EnumCollection/Lazy.hs:103)
    mapToCollection (FRP/Euphoria/EnumCollection/Lazy.hs:88)
    filterCollection (FRP/Euphoria/EnumCollection/Lazy.hs:44)
    filterCollectionWithKey (FRP/Euphoria/EnumCollection/Lazy.hs:52)
    justCollection (FRP/Euphoria/EnumCollection/Lazy.hs:60)
    mapCollectionM (FRP/Euphoria/EnumCollection/Lazy.hs:67)
    sequenceCollection (FRP/Euphoria/EnumCollection/Lazy.hs:72)
  64% ( 16 / 25) in 'FRP.Euphoria.HashCollection.Strict'
  Missing documentation for:
    simpleCollection (FRP/Euphoria/HashCollection/Strict.hs:95)
    accumCollection (FRP/Euphoria/HashCollection/Strict.hs:81)
    collectionFromDiscreteList (FRP/Euphoria/HashCollection/Strict.hs:103)
    mapToCollection (FRP/Euphoria/HashCollection/Strict.hs:88)
    filterCollection (FRP/Euphoria/HashCollection/Strict.hs:44)
    filterCollectionWithKey (FRP/Euphoria/HashCollection/Strict.hs:52)
    justCollection (FRP/Euphoria/HashCollection/Strict.hs:60)
    mapCollectionM (FRP/Euphoria/HashCollection/Strict.hs:67)
    sequenceCollection (FRP/Euphoria/HashCollection/Strict.hs:72)
  50% (  2 /  4) in 'FRP.Euphoria.Collection'
  Missing documentation for:
    enummapToCollection (FRP/Euphoria/Collection.hs:23)
    hashmapToCollection (FRP/Euphoria/Collection.hs:29)
  64% ( 16 / 25) in 'FRP.Euphoria.EnumCollection.Strict'
  Missing documentation for:
    simpleCollection (FRP/Euphoria/EnumCollection/Strict.hs:95)
    accumCollection (FRP/Euphoria/EnumCollection/Strict.hs:81)
    collectionFromDiscreteList (FRP/Euphoria/EnumCollection/Strict.hs:103)
    mapToCollection (FRP/Euphoria/EnumCollection/Strict.hs:88)
    filterCollection (FRP/Euphoria/EnumCollection/Strict.hs:44)
    filterCollectionWithKey (FRP/Euphoria/EnumCollection/Strict.hs:52)
    justCollection (FRP/Euphoria/EnumCollection/Strict.hs:60)
    mapCollectionM (FRP/Euphoria/EnumCollection/Strict.hs:67)
    sequenceCollection (FRP/Euphoria/EnumCollection/Strict.hs:72)
  64% ( 16 / 25) in 'FRP.Euphoria.HashCollection.Lazy'
  Missing documentation for:
    simpleCollection (FRP/Euphoria/HashCollection/Lazy.hs:95)
    accumCollection (FRP/Euphoria/HashCollection/Lazy.hs:81)
    collectionFromDiscreteList (FRP/Euphoria/HashCollection/Lazy.hs:103)
    mapToCollection (FRP/Euphoria/HashCollection/Lazy.hs:88)
    filterCollection (FRP/Euphoria/HashCollection/Lazy.hs:44)
    filterCollectionWithKey (FRP/Euphoria/HashCollection/Lazy.hs:52)
    justCollection (FRP/Euphoria/HashCollection/Lazy.hs:60)
    mapCollectionM (FRP/Euphoria/HashCollection/Lazy.hs:67)
    sequenceCollection (FRP/Euphoria/HashCollection/Lazy.hs:72)
  17% (  1 /  6) in 'FRP.Euphoria.Abbrev'
  Missing documentation for:
    S (FRP/Euphoria/Abbrev.hs:13)
    E (FRP/Euphoria/Abbrev.hs:14)
    D (FRP/Euphoria/Abbrev.hs:15)
    U (FRP/Euphoria/Abbrev.hs:16)
    SGen (FRP/Euphoria/Abbrev.hs:17)
Documentation created: dist/doc/html/euphoria/index.html,
dist/doc/html/euphoria/euphoria.txt
Creating package registration file:
/tmp/pkgConf-euphoria-0.8.0156400305099885196.0
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20160701/euphoria-0.8.0.0-5ZwPaETBJOFK93cHmht9li
Registering euphoria-0.8.0.0...
cabal: Leaving directory '/tmp/cabal-tmp-6499/euphoria-0.8.0.0'
Installed euphoria-0.8.0.0

Test log

No test log was submitted for this report.