Build #2 for containers-0.5.6.3

[all reports]

Package containers-0.5.6.3
Install InstallOk
Docs Ok
Tests NotTried
Time submitted 2015-12-17 21:32:36.00984 UTC
Compiler ghc-7.10.2
OS linux
Arch x86_64
Dependencies ghc-prim-0.4.0.0, deepseq-1.4.1.1, base-4.8.1.0, array-0.5.1.0
Flags none

Code Coverage

No Code Coverage was submitted for this report.

Build log

[view raw]

Resolving dependencies...
Downloading containers-0.5.6.3...
Configuring containers-0.5.6.3...
Building containers-0.5.6.3...
Preprocessing library containers-0.5.6.3...
[ 1 of 18] Compiling Data.Sequence    ( Data/Sequence.hs, dist/build/Data/Sequence.o )

Data/Sequence.hs:165:1: Warning:
    The import of ‘<$>’ from module ‘Control.Applicative’ is redundant
[ 2 of 18] Compiling Data.Tree        ( Data/Tree.hs, dist/build/Data/Tree.o )

Data/Tree.hs:38:1: Warning:
    The import of ‘Control.Applicative’ is redundant
      except perhaps to import instances from ‘Control.Applicative’
    To import instances alone, use: import Control.Applicative()
[ 3 of 18] Compiling Data.Graph       ( Data/Graph.hs, dist/build/Data/Graph.o )
[ 4 of 18] Compiling Data.Utils.StrictPair ( Data/Utils/StrictPair.hs, dist/build/Data/Utils/StrictPair.o )
[ 5 of 18] Compiling Data.Utils.StrictFold ( Data/Utils/StrictFold.hs, dist/build/Data/Utils/StrictFold.o )
[ 6 of 18] Compiling Data.Set.Base    ( Data/Set/Base.hs, dist/build/Data/Set/Base.o )
[ 7 of 18] Compiling Data.Map.Base    ( Data/Map/Base.hs, dist/build/Data/Map/Base.o )

Data/Map/Base.hs:274:1: Warning:
    The import of ‘Control.Applicative’ is redundant
      except perhaps to import instances from ‘Control.Applicative’
    To import instances alone, use: import Control.Applicative()
[ 8 of 18] Compiling Data.Map.Lazy    ( Data/Map/Lazy.hs, dist/build/Data/Map/Lazy.o )
[ 9 of 18] Compiling Data.Map.Strict  ( Data/Map/Strict.hs, dist/build/Data/Map/Strict.o )
[10 of 18] Compiling Data.Map         ( Data/Map.hs, dist/build/Data/Map.o )
[11 of 18] Compiling Data.Set         ( Data/Set.hs, dist/build/Data/Set.o )
[12 of 18] Compiling Data.Utils.BitUtil ( Data/Utils/BitUtil.hs, dist/build/Data/Utils/BitUtil.o )
[13 of 18] Compiling Data.IntSet.Base ( Data/IntSet/Base.hs, dist/build/Data/IntSet/Base.o )
[14 of 18] Compiling Data.IntSet      ( Data/IntSet.hs, dist/build/Data/IntSet.o )
[15 of 18] Compiling Data.IntMap.Base ( Data/IntMap/Base.hs, dist/build/Data/IntMap/Base.o )

Data/IntMap/Base.hs:220:1: Warning:
    The import of ‘Control.Applicative’ is redundant
      except perhaps to import instances from ‘Control.Applicative’
    To import instances alone, use: import Control.Applicative()
[16 of 18] Compiling Data.IntMap.Strict ( Data/IntMap/Strict.hs, dist/build/Data/IntMap/Strict.o )
[17 of 18] Compiling Data.IntMap.Lazy ( Data/IntMap/Lazy.hs, dist/build/Data/IntMap/Lazy.o )
[18 of 18] Compiling Data.IntMap      ( Data/IntMap.hs, dist/build/Data/IntMap.o )
In-place registering containers-0.5.6.3...
Running Haddock for containers-0.5.6.3...
Running hscolour for containers-0.5.6.3...
Preprocessing library containers-0.5.6.3...
Preprocessing library containers-0.5.6.3...

Data/Sequence.hs:165:1: Warning:
    The import of ‘<$>’ from module ‘Control.Applicative’ is redundant

Data/Tree.hs:38:1: Warning:
    The import of ‘Control.Applicative’ is redundant
      except perhaps to import instances from ‘Control.Applicative’
    To import instances alone, use: import Control.Applicative()

Data/Map/Base.hs:274:1: Warning:
    The import of ‘Control.Applicative’ is redundant
      except perhaps to import instances from ‘Control.Applicative’
    To import instances alone, use: import Control.Applicative()

Data/IntMap/Base.hs:220:1: Warning:
    The import of ‘Control.Applicative’ is redundant
      except perhaps to import instances from ‘Control.Applicative’
    To import instances alone, use: import Control.Applicative()
Haddock coverage:
 100% ( 84 / 84) in 'Data.Sequence'
  94% ( 15 / 16) in 'Data.Tree'
  Missing documentation for:
    Forest (Data/Tree.hs:71)
 100% ( 33 / 33) in 'Data.Graph'
  33% (  1 /  3) in 'Data.Utils.StrictPair'
  Missing documentation for:
    Module header
    toPair (Data/Utils/StrictPair.hs:14)
  50% (  1 /  2) in 'Data.Utils.StrictFold'
  Missing documentation for:
    Module header
  95% ( 71 / 75) in 'Data.Set.Base'
  Missing documentation for:
    bin (Data/Set/Base.hs:1441)
    balanced (Data/Set/Base.hs:1588)
    link (Data/Set/Base.hs:1236)
    merge (Data/Set/Base.hs:1262)
  90% (133 /147) in 'Data.Map.Base'
  Missing documentation for:
    bin (Data/Map/Base.hs:2636)
    balance (Data/Map/Base.hs:2545)
    balanceL (Data/Map/Base.hs:2584)
    balanceR (Data/Map/Base.hs:2609)
    delta (Data/Map/Base.hs:2510)
    link (Data/Map/Base.hs:2406)
    insertMax (Data/Map/Base.hs:2416)
    merge (Data/Map/Base.hs:2432)
    glue (Data/Map/Base.hs:2444)
    trim (Data/Map/Base.hs:2250)
    trimLookupLo (Data/Map/Base.hs:2267)
    MaybeS (Data/Map/Base.hs:2243)
    filterGt (Data/Map/Base.hs:2298)
    filterLt (Data/Map/Base.hs:2310)
 100% (134 /134) in 'Data.Map.Lazy'
 100% (134 /134) in 'Data.Map.Strict'
 100% (  7 /  7) in 'Data.Map'
 100% ( 73 / 73) in 'Data.Set'
  50% (  2 /  4) in 'Data.Utils.BitUtil'
  Missing documentation for:
    shiftLL (Data/Utils/BitUtil.hs:57)
    shiftRL (Data/Utils/BitUtil.hs:57)
  93% ( 65 / 70) in 'Data.IntSet.Base'
  Missing documentation for:
    Key (Data/IntSet/Base.hs:246)
    match (Data/IntSet/Base.hs:1238)
    suffixBitMask (Data/IntSet/Base.hs:1201)
    prefixBitMask (Data/IntSet/Base.hs:1209)
    bitmapOf (Data/IntSet/Base.hs:1225)
  99% ( 66 / 67) in 'Data.IntSet'
  Missing documentation for:
    Key (Data/IntSet/Base.hs:246)
  89% (128 /144) in 'Data.IntMap.Base'
  Missing documentation for:
    Key (Data/IntSet/Base.hs:246)
    mergeWithKey' (Data/IntMap/Base.hs:1009)
    Mask (Data/IntMap/Base.hs:283)
    Prefix (Data/IntMap/Base.hs:282)
    Nat (Data/IntMap/Base.hs:257)
    natFromInt (Data/IntMap/Base.hs:259)
    intFromNat (Data/IntMap/Base.hs:263)
    link (Data/IntMap/Base.hs:2099)
    bin (Data/IntMap/Base.hs:2111)
    zero (Data/IntMap/Base.hs:2121)
    nomatch (Data/IntMap/Base.hs:2126)
    match (Data/IntMap/Base.hs:2126)
    mask (Data/IntMap/Base.hs:2135)
    maskW (Data/IntMap/Base.hs:2144)
    shorter (Data/IntMap/Base.hs:2149)
    branchMask (Data/IntMap/Base.hs:2154)
  99% (127 /128) in 'Data.IntMap.Strict'
  Missing documentation for:
    Key (Data/IntSet/Base.hs:246)
  99% (127 /128) in 'Data.IntMap.Lazy'
  Missing documentation for:
    Key (Data/IntSet/Base.hs:246)
 100% (  6 /  6) in 'Data.IntMap'
Warning: Data.Sequence: could not find link destinations for:
    PQueue aptyMiddle mapMulFT FingerTree rigidify Two Three One applicativeTree replicateSeq unrollPQ toPQ mergePQ
Warning: Data.Map.Strict: could not find link destinations for:
    mapAccumL
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.62145174067468703135.3
Installing library in
/home/builder/rebuild/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/containers-0.5.6.3-K68VeOC4G2WBsiRdxEaVMg
Registering containers-0.5.6.3...
Installed containers-0.5.6.3

Test log

No test log was submitted for this report.