Build #1 for interval-1.20160821

[all reports]

Package interval-1.20160821
Install InstallOk
Docs Ok
Tests NotTried
Time submitted 2016-08-21 20:29:45.68372 UTC
Compiler ghc-8.0.1.20160701
OS linux
Arch x86_64
Dependencies base-4.9.0.0, deepseq-1.4.2.0, fingertree-0.1.1.0
Flags -threaded -prof -dump -dev

Code Coverage

No Code Coverage was submitted for this report.

Build log

[view raw]

Resolving dependencies...
cabal: Entering directory '/tmp/cabal-tmp-13798/fingertree-0.1.1.0'
Configuring fingertree-0.1.1.0...
Building fingertree-0.1.1.0...
Preprocessing library fingertree-0.1.1.0...
[1 of 3] Compiling Data.FingerTree  ( Data/FingerTree.hs, dist/build/Data/FingerTree.o )
[2 of 3] Compiling Data.IntervalMap.FingerTree ( Data/IntervalMap/FingerTree.hs, dist/build/Data/IntervalMap/FingerTree.o )
[3 of 3] Compiling Data.PriorityQueue.FingerTree ( Data/PriorityQueue/FingerTree.hs, dist/build/Data/PriorityQueue/FingerTree.o )
Running Haddock for fingertree-0.1.1.0...
Running hscolour for fingertree-0.1.1.0...
Preprocessing library fingertree-0.1.1.0...
Preprocessing library fingertree-0.1.1.0...
Haddock coverage:
 100% ( 29 / 29) in 'Data.FingerTree'
 100% ( 14 / 14) in 'Data.IntervalMap.FingerTree'
 100% ( 13 / 13) in 'Data.PriorityQueue.FingerTree'
Documentation created: dist/doc/html/fingertree/index.html,
dist/doc/html/fingertree/fingertree.txt
Creating package registration file:
/tmp/pkgConf-fingertree-0.1.12145174067468703135.0
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20160701/fingertree-0.1.1.0-C6YFXKIQXOA6HvmvFT5gT9
Registering fingertree-0.1.1.0...
cabal: Leaving directory '/tmp/cabal-tmp-13798/fingertree-0.1.1.0'
Installed fingertree-0.1.1.0
Downloading interval-1.20160821...
cabal: Entering directory '/tmp/cabal-tmp-13798/interval-1.20160821'
Configuring interval-1.20160821...
Building interval-1.20160821...
Preprocessing library interval-1.20160821...
[1 of 2] Compiling Data.Interval    ( Data/Interval.hs, dist/build/Data/Interval.o )

Data/Interval.hs:436:10: warning: [-Wredundant-constraints]
    • Redundant constraint: Ord x
    • In the instance declaration for ‘Show (Pretty (Unlimitable x))’
[2 of 2] Compiling Data.Interval.Sieve ( Data/Interval/Sieve.hs, dist/build/Data/Interval/Sieve.o )

Data/Interval/Sieve.hs:60:1: warning: [-Wredundant-constraints]
    • Redundant constraint: Ord x
    • In the type signature for:
           fmap_interval_unsafe :: Ord x =>
                                   (Interval x -> Interval x) -> Sieve x -> Sieve x

Data/Interval/Sieve.hs:75:1: warning: [-Wredundant-constraints]
    • Redundant constraint: Ord x
    • In the type signature for:
           traverse_interval_unsafe :: (Ord x, Applicative f) =>
                                       (Interval x -> f (Interval x)) -> Sieve x -> f (Sieve x)

Data/Interval/Sieve.hs:98:10: warning: [-Wredundant-constraints]
    • Redundant constraint: Ord x
    • In the instance declaration for ‘Monoid (Measure x)’

Data/Interval/Sieve.hs:145:1: warning: [-Wredundant-constraints]
    • Redundant constraint: Ord x
    • In the type signature for:
           intervals :: Ord x => Sieve x -> [Interval x]
Running Haddock for interval-1.20160821...
Running hscolour for interval-1.20160821...
Preprocessing library interval-1.20160821...
Preprocessing library interval-1.20160821...

Data/Interval.hs:436:10: warning: [-Wredundant-constraints]
    • Redundant constraint: Ord x
    • In the instance declaration for ‘Show (Pretty (Unlimitable x))’

Data/Interval/Sieve.hs:60:1: warning: [-Wredundant-constraints]
    • Redundant constraint: Ord x
    • In the type signature for:
           fmap_interval_unsafe :: Ord x =>
                                   (Interval x -> Interval x) -> Sieve x -> Sieve x

Data/Interval/Sieve.hs:75:1: warning: [-Wredundant-constraints]
    • Redundant constraint: Ord x
    • In the type signature for:
           traverse_interval_unsafe :: (Ord x, Applicative f) =>
                                       (Interval x -> f (Interval x)) -> Sieve x -> f (Sieve x)

Data/Interval/Sieve.hs:98:10: warning: [-Wredundant-constraints]
    • Redundant constraint: Ord x
    • In the instance declaration for ‘Monoid (Measure x)’

Data/Interval/Sieve.hs:145:1: warning: [-Wredundant-constraints]
    • Redundant constraint: Ord x
    • In the type signature for:
           intervals :: Ord x => Sieve x -> [Interval x]
Haddock coverage:
  46% ( 28 / 61) in 'Data.Interval'
  Missing documentation for:
    Module header
    Limit (Data/Interval.hs:24)
     (Data/Interval.hs:30)
     (Data/Interval.hs:32)
    Adherence (Data/Interval.hs:35)
     (Data/Interval.hs:47)
     (Data/Interval.hs:60)
    Interval (Data/Interval.hs:72)
     (Data/Interval.hs:76)
    low (Data/Interval.hs:79)
    high (Data/Interval.hs:82)
    <=..<= (Data/Interval.hs:177)
    <..<= (Data/Interval.hs:185)
    <=..< (Data/Interval.hs:193)
    <..< (Data/Interval.hs:201)
    Position (Data/Interval.hs:210)
    position (Data/Interval.hs:220)
    union (Data/Interval.hs:312)
    intersection (Data/Interval.hs:345)
    span (Data/Interval.hs:375)
    Unlimitable (Data/Interval.hs:384)
     (Data/Interval.hs:389)
     (Data/Interval.hs:393)
     (Data/Interval.hs:396)
    unlimited (Data/Interval.hs:400)
    unlimit (Data/Interval.hs:404)
    <.. (Data/Interval.hs:407)
    <=.. (Data/Interval.hs:410)
    ..< (Data/Interval.hs:413)
    ..<= (Data/Interval.hs:416)
    Pretty (Data/Interval.hs:421)
     (Data/Interval.hs:423)
     (Data/Interval.hs:436)
  76% ( 19 / 25) in 'Data.Interval.Sieve'
  Missing documentation for:
    Module header
     (Data/Interval/Sieve.hs:48)
     (Data/Interval/Sieve.hs:98)
     (Data/Interval/Sieve.hs:117)
    empty (Data/Interval/Sieve.hs:120)
    singleton (Data/Interval/Sieve.hs:127)
Documentation created: dist/doc/html/interval/index.html,
dist/doc/html/interval/interval.txt
Creating package registration file:
/tmp/pkgConf-interval-13642284441947346619.20160821
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20160701/interval-1.20160821-4h0qxT4gG6vC9DsSJmtNqa
Registering interval-1.20160821...
cabal: Leaving directory '/tmp/cabal-tmp-13798/interval-1.20160821'
Installed interval-1.20160821

Test log

No test log was submitted for this report.