[all reports]
Package |
containers-0.5.8.1 |
Install |
InstallOk |
Docs |
Ok |
Tests |
NotTried |
Time submitted |
2016-08-31 05:44:27.653949 UTC
|
Compiler |
ghc-8.0.1.20160701 |
OS |
linux |
Arch |
x86_64 |
Dependencies |
array-0.5.1.1, base-4.9.0.0, deepseq-1.4.2.0, ghc-prim-0.5.0.0 |
Flags |
none
|
Build log
[view raw]
Resolving dependencies...
Downloading containers-0.5.8.1...
cabal: Entering directory '/tmp/cabal-tmp-27071/containers-0.5.8.1'
Configuring containers-0.5.8.1...
Building containers-0.5.8.1...
Preprocessing library containers-0.5.8.1...
[ 1 of 25] Compiling Data.Utils.StrictMaybe ( Data/Utils/StrictMaybe.hs, dist/build/Data/Utils/StrictMaybe.o )
[ 2 of 25] Compiling Data.Utils.PtrEquality ( Data/Utils/PtrEquality.hs, dist/build/Data/Utils/PtrEquality.o )
[ 3 of 25] Compiling Data.Utils.StrictPair ( Data/Utils/StrictPair.hs, dist/build/Data/Utils/StrictPair.o )
[ 4 of 25] Compiling Data.Sequence.Base ( Data/Sequence/Base.hs, dist/build/Data/Sequence/Base.o )
[ 5 of 25] Compiling Data.Utils.StrictFold ( Data/Utils/StrictFold.hs, dist/build/Data/Utils/StrictFold.o )
[ 6 of 25] Compiling Data.Utils.BitUtil ( Data/Utils/BitUtil.hs, dist/build/Data/Utils/BitUtil.o )
[ 7 of 25] Compiling Data.Utils.BitQueue ( Data/Utils/BitQueue.hs, dist/build/Data/Utils/BitQueue.o )
[ 8 of 25] Compiling Data.Set.Base ( Data/Set/Base.hs, dist/build/Data/Set/Base.o )
[ 9 of 25] Compiling Data.Map.Base ( Data/Map/Base.hs, dist/build/Data/Map/Base.o )
Data/Map/Base.hs:2024:1: warning: [-Wredundant-constraints]
• Redundant constraint: Applicative f
• In the type signature for:
mapWhenMissing :: (Applicative f, Monad f) =>
(a -> b) -> WhenMissing f k x a -> WhenMissing f k x b
[10 of 25] Compiling Data.Map.Lazy.Merge ( Data/Map/Lazy/Merge.hs, dist/build/Data/Map/Lazy/Merge.o )
[11 of 25] Compiling Data.Map.Strict.Internal ( Data/Map/Strict/Internal.hs, dist/build/Data/Map/Strict/Internal.o )
[12 of 25] Compiling Data.Map.Strict.Merge ( Data/Map/Strict/Merge.hs, dist/build/Data/Map/Strict/Merge.o )
[13 of 25] Compiling Data.IntSet.Base ( Data/IntSet/Base.hs, dist/build/Data/IntSet/Base.o )
[14 of 25] Compiling Data.IntMap.Base ( Data/IntMap/Base.hs, dist/build/Data/IntMap/Base.o )
[15 of 25] Compiling Data.Sequence ( Data/Sequence.hs, dist/build/Data/Sequence.o )
[16 of 25] Compiling Data.Tree ( Data/Tree.hs, dist/build/Data/Tree.o )
[17 of 25] Compiling Data.Graph ( Data/Graph.hs, dist/build/Data/Graph.o )
[18 of 25] Compiling Data.Set ( Data/Set.hs, dist/build/Data/Set.o )
[19 of 25] Compiling Data.Map.Strict ( Data/Map/Strict.hs, dist/build/Data/Map/Strict.o )
[20 of 25] Compiling Data.Map.Lazy ( Data/Map/Lazy.hs, dist/build/Data/Map/Lazy.o )
[21 of 25] Compiling Data.Map ( Data/Map.hs, dist/build/Data/Map.o )
[22 of 25] Compiling Data.IntSet ( Data/IntSet.hs, dist/build/Data/IntSet.o )
[23 of 25] Compiling Data.IntMap.Strict ( Data/IntMap/Strict.hs, dist/build/Data/IntMap/Strict.o )
[24 of 25] Compiling Data.IntMap.Lazy ( Data/IntMap/Lazy.hs, dist/build/Data/IntMap/Lazy.o )
[25 of 25] Compiling Data.IntMap ( Data/IntMap.hs, dist/build/Data/IntMap.o )
Running Haddock for containers-0.5.8.1...
Running hscolour for containers-0.5.8.1...
Preprocessing library containers-0.5.8.1...
Preprocessing library containers-0.5.8.1...
Data/Map/Base.hs:2024:1: warning: [-Wredundant-constraints]
• Redundant constraint: Applicative f
• In the type signature for:
mapWhenMissing :: (Applicative f, Monad f) =>
(a -> b) -> WhenMissing f k x a -> WhenMissing f k x b
Haddock coverage:
20% ( 1 / 5) in 'Data.Utils.StrictMaybe'
Missing documentation for:
MaybeS (Data/Utils/StrictMaybe.hs:27)
maybeS (Data/Utils/StrictMaybe.hs:33)
toMaybe (Data/Utils/StrictMaybe.hs:37)
toMaybeS (Data/Utils/StrictMaybe.hs:41)
100% ( 3 / 3) in 'Data.Utils.PtrEquality'
67% ( 2 / 3) in 'Data.Utils.StrictPair'
Missing documentation for:
toPair (Data/Utils/StrictPair.hs:30)
94% ( 94 /100) in 'Data.Sequence.Base'
Missing documentation for:
Elem (Data/Sequence/Base.hs:1022)
FingerTree (Data/Sequence/Base.hs:767)
Node (Data/Sequence/Base.hs:947)
Digit (Data/Sequence/Base.hs:858)
Sized (Data/Sequence/Base.hs:314)
MaybeForce (Data/Sequence/Base.hs:322)
50% ( 1 / 2) in 'Data.Utils.StrictFold'
Missing documentation for:
Module header
40% ( 2 / 5) in 'Data.Utils.BitUtil'
Missing documentation for:
shiftLL (Data/Utils/BitUtil.hs:77)
shiftRL (Data/Utils/BitUtil.hs:77)
wordSize (Data/Utils/BitUtil.hs:94)
75% ( 6 / 8) in 'Data.Utils.BitQueue'
Missing documentation for:
BitQueue (Data/Utils/BitQueue.hs:83)
BitQueueB (Data/Utils/BitQueue.hs:80)
95% ( 79 / 83) in 'Data.Set.Base'
Missing documentation for:
bin (Data/Set/Base.hs:1517)
balanced (Data/Set/Base.hs:1664)
link (Data/Set/Base.hs:1312)
merge (Data/Set/Base.hs:1338)
93% (183 /196) in 'Data.Map.Base'
Missing documentation for:
AreWeStrict (Data/Map/Base.hs:1123)
atKeyImpl (Data/Map/Base.hs:1190)
atKeyPlain (Data/Map/Base.hs:1320)
bin (Data/Map/Base.hs:3849)
balance (Data/Map/Base.hs:3758)
balanceL (Data/Map/Base.hs:3797)
balanceR (Data/Map/Base.hs:3822)
delta (Data/Map/Base.hs:3723)
insertMax (Data/Map/Base.hs:3625)
link (Data/Map/Base.hs:3615)
link2 (Data/Map/Base.hs:3641)
glue (Data/Map/Base.hs:3653)
MaybeS (Data/Utils/StrictMaybe.hs:27)
100% ( 39 / 39) in 'Data.Map.Lazy.Merge'
98% (180 /183) in 'Data.Map.Strict.Internal'
Missing documentation for:
bin (Data/Map/Base.hs:3849)
link (Data/Map/Base.hs:3615)
link2 (Data/Map/Base.hs:3641)
100% ( 35 / 35) in 'Data.Map.Strict.Merge'
93% ( 65 / 70) in 'Data.IntSet.Base'
Missing documentation for:
Key (Data/IntSet/Base.hs:265)
match (Data/IntSet/Base.hs:1253)
suffixBitMask (Data/IntSet/Base.hs:1216)
prefixBitMask (Data/IntSet/Base.hs:1224)
bitmapOf (Data/IntSet/Base.hs:1240)
88% (131 /149) in 'Data.IntMap.Base'
Missing documentation for:
Key (Data/IntSet/Base.hs:265)
mergeWithKey' (Data/IntMap/Base.hs:1153)
Mask (Data/IntMap/Base.hs:308)
Prefix (Data/IntMap/Base.hs:307)
Nat (Data/IntMap/Base.hs:282)
natFromInt (Data/IntMap/Base.hs:284)
intFromNat (Data/IntMap/Base.hs:288)
link (Data/IntMap/Base.hs:2250)
bin (Data/IntMap/Base.hs:2262)
binCheckLeft (Data/IntMap/Base.hs:2269)
binCheckRight (Data/IntMap/Base.hs:2275)
zero (Data/IntMap/Base.hs:2283)
nomatch (Data/IntMap/Base.hs:2288)
match (Data/IntMap/Base.hs:2288)
mask (Data/IntMap/Base.hs:2297)
maskW (Data/IntMap/Base.hs:2306)
shorter (Data/IntMap/Base.hs:2311)
branchMask (Data/IntMap/Base.hs:2316)
100% ( 94 / 94) in 'Data.Sequence'
94% ( 16 / 17) in 'Data.Tree'
Missing documentation for:
Forest (Data/Tree.hs:84)
100% ( 33 / 33) in 'Data.Graph'
100% ( 81 / 81) in 'Data.Set'
100% (150 /150) in 'Data.Map.Strict'
100% (150 /150) in 'Data.Map.Lazy'
100% ( 7 / 7) in 'Data.Map'
99% ( 66 / 67) in 'Data.IntSet'
Missing documentation for:
Key (Data/IntSet/Base.hs:265)
99% (130 /131) in 'Data.IntMap.Strict'
Missing documentation for:
Key (Data/IntSet/Base.hs:265)
99% (130 /131) in 'Data.IntMap.Lazy'
Missing documentation for:
Key (Data/IntSet/Base.hs:265)
100% ( 6 / 6) in 'Data.IntMap'
Warning: Data.IntMap.Strict: could not find link destinations for:
mapAccumL
Documentation created: dist/doc/html/containers/index.html,
dist/doc/html/containers/containers.txt
Creating package registration file:
/tmp/pkgConf-containers-0.5.81315634022635723058.1
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20160701/containers-0.5.8.1-GB7XRscggFnIkqZLCK9AcT
Registering containers-0.5.8.1...
cabal: Leaving directory '/tmp/cabal-tmp-27071/containers-0.5.8.1'
Installed containers-0.5.8.1