Build #1 for lens-family-core-1.2.1

[all reports]

Package lens-family-core-1.2.1
Install InstallOk
Docs Ok
Tests NotTried
Time submitted 2016-06-21 03:44:06.648591 UTC
Compiler ghc-8.0.1.20160521
OS linux
Arch x86_64
Dependencies base-4.9.0.0, containers-0.5.7.1, transformers-0.5.2.0
Flags none

Code Coverage

No Code Coverage was submitted for this report.

Build log

[view raw]

Resolving dependencies...
cabal: Entering directory '/tmp/cabal-tmp-19629/lens-family-core-1.2.1'
Configuring lens-family-core-1.2.1...
Building lens-family-core-1.2.1...
Preprocessing library lens-family-core-1.2.1...
[ 1 of 10] Compiling Lens.Family.State.Zoom ( src/Lens/Family/State/Zoom.hs, dist/build/Lens/Family/State/Zoom.o )
[ 2 of 10] Compiling Lens.Family.Phantom ( src/Lens/Family/Phantom.hs, dist/build/Lens/Family/Phantom.o )
[ 3 of 10] Compiling Lens.Family.Identical ( src/Lens/Family/Identical.hs, dist/build/Lens/Family/Identical.o )

src/Lens/Family/Identical.hs:3:1: warning: [-Wunused-imports]
    The import of ‘Control.Applicative’ is redundant
      except perhaps to import instances from ‘Control.Applicative’
    To import instances alone, use: import Control.Applicative()
[ 4 of 10] Compiling Lens.Family.Unchecked ( src/Lens/Family/Unchecked.hs, dist/build/Lens/Family/Unchecked.o )
[ 5 of 10] Compiling Lens.Family      ( src/Lens/Family.hs, dist/build/Lens/Family.o )

src/Lens/Family.hs:213:1: warning: [-Wredundant-constraints]
    • Redundant constraint: Num b
    • In the type signature for:
           sumOf :: Num b => FoldLike (Sum b) a a' b b' -> a -> b

src/Lens/Family.hs:221:1: warning: [-Wredundant-constraints]
    • Redundant constraint: Num b
    • In the type signature for:
           productOf :: Num b => FoldLike (Product b) a a' b b' -> a -> b
[ 6 of 10] Compiling Lens.Family.State.Lazy ( src/Lens/Family/State/Lazy.hs, dist/build/Lens/Family/State/Lazy.o )

src/Lens/Family/State/Lazy.hs:40:1: warning: [-Wredundant-constraints]
    • Redundant constraint: Monad m
    • In the type signature for:
           zoom :: Monad m =>
                   LensLike' (Zooming m c) a b -> StateT b m c -> StateT a m c
[ 7 of 10] Compiling Lens.Family.State ( src/Lens/Family/State.hs, dist/build/Lens/Family/State.o )
[ 8 of 10] Compiling Lens.Family.State.Strict ( src/Lens/Family/State/Strict.hs, dist/build/Lens/Family/State/Strict.o )

src/Lens/Family/State/Strict.hs:40:1: warning: [-Wredundant-constraints]
    • Redundant constraint: Monad m
    • In the type signature for:
           zoom :: Monad m =>
                   LensLike' (Zooming m c) a b -> StateT b m c -> StateT a m c
[ 9 of 10] Compiling Lens.Family.Clone ( src/Lens/Family/Clone.hs, dist/build/Lens/Family/Clone.o )
[10 of 10] Compiling Lens.Family.Stock ( src/Lens/Family/Stock.hs, dist/build/Lens/Family/Stock.o )

src/Lens/Family/Stock.hs:221:1: warning: [-Wredundant-constraints]
    • Redundant constraint: Functor f
    • In the type signature for:
           alongside :: Functor f =>
                        LensLike (AlongsideLeft f b2') a1 a1' b1 b1'
                        -> LensLike (AlongsideRight f a1') a2 a2' b2 b2'
                        -> LensLike f (a1, a2) (a1', a2') (b1, b2) (b1', b2')
Running Haddock for lens-family-core-1.2.1...
Running hscolour for lens-family-core-1.2.1...
Preprocessing library lens-family-core-1.2.1...
Preprocessing library lens-family-core-1.2.1...

src/Lens/Family/Identical.hs:3:1: warning: [-Wunused-imports]
    The import of ‘Control.Applicative’ is redundant
      except perhaps to import instances from ‘Control.Applicative’
    To import instances alone, use: import Control.Applicative()

src/Lens/Family.hs:213:1: warning: [-Wredundant-constraints]
    • Redundant constraint: Num b
    • In the type signature for:
           sumOf :: Num b => FoldLike (Sum b) a a' b b' -> a -> b

src/Lens/Family.hs:221:1: warning: [-Wredundant-constraints]
    • Redundant constraint: Num b
    • In the type signature for:
           productOf :: Num b => FoldLike (Product b) a a' b b' -> a -> b

src/Lens/Family/Stock.hs:221:1: warning: [-Wredundant-constraints]
    • Redundant constraint: Functor f
    • In the type signature for:
           alongside :: Functor f =>
                        LensLike (AlongsideLeft f b2') a1 a1' b1 b1'
                        -> LensLike (AlongsideRight f a1') a2 a2' b2 b2'
                        -> LensLike f (a1, a2) (a1', a2') (b1, b2) (b1', b2')

src/Lens/Family/State/Lazy.hs:40:1: warning: [-Wredundant-constraints]
    • Redundant constraint: Monad m
    • In the type signature for:
           zoom :: Monad m =>
                   LensLike' (Zooming m c) a b -> StateT b m c -> StateT a m c

src/Lens/Family/State/Strict.hs:40:1: warning: [-Wredundant-constraints]
    • Redundant constraint: Monad m
    • In the type signature for:
           zoom :: Monad m =>
                   LensLike' (Zooming m c) a b -> StateT b m c -> StateT a m c
Haddock coverage:
   0% (  0 /  4) in 'Lens.Family.State.Zoom'
  Missing documentation for:
    Module header
    Zooming (src/Lens/Family/State/Zoom.hs:7)
     (src/Lens/Family/State/Zoom.hs:9)
     (src/Lens/Family/State/Zoom.hs:12)
   0% (  0 /  6) in 'Lens.Family.Phantom'
  Missing documentation for:
    Module header
    Phantom (src/Lens/Family/Phantom.hs:8)
     (src/Lens/Family/Phantom.hs:11)
     (src/Lens/Family/Phantom.hs:14)
     (src/Lens/Family/Phantom.hs:17)
     (src/Lens/Family/Phantom.hs:20)
   0% (  0 /  5) in 'Lens.Family.Identical'
  Missing documentation for:
    Module header
    Identical (src/Lens/Family/Identical.hs:9)
     (src/Lens/Family/Identical.hs:12)
     (src/Lens/Family/Identical.hs:15)
     (src/Lens/Family/Identical.hs:18)
  77% ( 10 / 13) in 'Lens.Family.Unchecked'
  Missing documentation for:
    LensLike (src/Lens/Family/Unchecked.hs:88)
    LensLike' (src/Lens/Family/Unchecked.hs:89)
    Identical (src/Lens/Family/Identical.hs:9)
  77% ( 44 / 57) in 'Lens.Family'
  Missing documentation for:
    +~ (src/Lens/Family.hs:327)
    *~ (src/Lens/Family.hs:327)
    -~ (src/Lens/Family.hs:327)
    //~ (src/Lens/Family.hs:334)
    &&~ (src/Lens/Family.hs:339)
    ||~ (src/Lens/Family.hs:339)
    LensLike (src/Lens/Family/Unchecked.hs:88)
    LensLike' (src/Lens/Family/Unchecked.hs:89)
    FoldLike (src/Lens/Family.hs:111)
    FoldLike' (src/Lens/Family.hs:112)
    ASetter (src/Lens/Family.hs:113)
    ASetter' (src/Lens/Family.hs:114)
    Phantom (src/Lens/Family/Phantom.hs:8)
  65% ( 17 / 26) in 'Lens.Family.Clone'
  Missing documentation for:
    IStore (src/Lens/Family/Clone.hs:54)
    IKleeneStore (src/Lens/Family/Clone.hs:71)
    LensLike (src/Lens/Family/Unchecked.hs:88)
    LensLike' (src/Lens/Family/Unchecked.hs:89)
    FoldLike (src/Lens/Family.hs:111)
    FoldLike' (src/Lens/Family.hs:112)
    ASetter (src/Lens/Family.hs:113)
    Phantom (src/Lens/Family/Phantom.hs:8)
    Identical (src/Lens/Family/Identical.hs:9)
  84% ( 26 / 31) in 'Lens.Family.Stock'
  Missing documentation for:
    AlongsideLeft (src/Lens/Family/Stock.hs:205)
    AlongsideRight (src/Lens/Family/Stock.hs:213)
    LensLike (src/Lens/Family/Unchecked.hs:88)
    LensLike' (src/Lens/Family/Unchecked.hs:89)
    Identical (src/Lens/Family/Identical.hs:9)
  60% ( 18 / 30) in 'Lens.Family.State.Lazy'
  Missing documentation for:
    += (src/Lens/Family/State/Lazy.hs:131)
    -= (src/Lens/Family/State/Lazy.hs:131)
    *= (src/Lens/Family/State/Lazy.hs:131)
    //= (src/Lens/Family/State/Lazy.hs:138)
    &&= (src/Lens/Family/State/Lazy.hs:143)
    ||= (src/Lens/Family/State/Lazy.hs:143)
    Zooming (src/Lens/Family/State/Zoom.hs:7)
    LensLike (src/Lens/Family/Unchecked.hs:88)
    LensLike' (src/Lens/Family/Unchecked.hs:89)
    FoldLike (src/Lens/Family.hs:111)
    ASetter (src/Lens/Family.hs:113)
    ASetter' (src/Lens/Family.hs:114)
  50% (  1 /  2) in 'Lens.Family.State'
  Missing documentation for:
    Module header
  60% ( 18 / 30) in 'Lens.Family.State.Strict'
  Missing documentation for:
    += (src/Lens/Family/State/Strict.hs:131)
    -= (src/Lens/Family/State/Strict.hs:131)
    *= (src/Lens/Family/State/Strict.hs:131)
    //= (src/Lens/Family/State/Strict.hs:138)
    &&= (src/Lens/Family/State/Strict.hs:143)
    ||= (src/Lens/Family/State/Strict.hs:143)
    Zooming (src/Lens/Family/State/Zoom.hs:7)
    LensLike (src/Lens/Family/Unchecked.hs:88)
    LensLike' (src/Lens/Family/Unchecked.hs:89)
    FoldLike (src/Lens/Family.hs:111)
    ASetter (src/Lens/Family.hs:113)
    ASetter' (src/Lens/Family.hs:114)
Warning: Lens.Family.Unchecked: could not find link destinations for:
    extract
Warning: Lens.Family: could not find link destinations for:
    coerce extract unsafeIndex unsafeRangeSize Max Min
Warning: Lens.Family.Clone: could not find link destinations for:
    coerce extract
Warning: Lens.Family.Stock: could not find link destinations for:
    coerce extract
Warning: Lens.Family.State.Lazy: could not find link destinations for:
    coerce extract unsafeIndex unsafeRangeSize Max Min
Warning: Lens.Family.State.Strict: could not find link destinations for:
    coerce extract unsafeIndex unsafeRangeSize Max Min
Documentation created: dist/doc/html/lens-family-core/index.html,
dist/doc/html/lens-family-core/lens-family-core.txt
Creating package registration file:
/tmp/pkgConf-lens-family-core-1.22145174067468703135.1
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20160521/lens-family-core-1.2.1-5RCVtiWZK9U1HxjWy5bsny
Registering lens-family-core-1.2.1...
cabal: Leaving directory '/tmp/cabal-tmp-19629/lens-family-core-1.2.1'
Installed lens-family-core-1.2.1

Test log

No test log was submitted for this report.