Build #1 for mezzolens-0.0.0
| Package | mezzolens-0.0.0 |
|---|
| Install | InstallOk |
|---|---|
| Docs | Ok |
| Tests | NotTried |
| Time submitted | 2015-10-11 23:24:25.534346 UTC |
|---|---|
| Compiler | ghc-7.10.2 |
| OS | linux |
| Arch | x86_64 |
| Dependencies | transformers-0.4.2.0, mtl-2.2.1, containers-0.5.6.2, base-4.8.1.0 |
| Flags | none |
Code Coverage
No Code Coverage was submitted for this report.
Build log
[view raw]
Resolving dependencies...
Configuring mtl-2.2.1...
Building mtl-2.2.1...
Preprocessing library mtl-2.2.1...
[ 1 of 22] Compiling Control.Monad.Writer.Class ( Control/Monad/Writer/Class.hs, dist/build/Control/Monad/Writer/Class.o )
[ 2 of 22] Compiling Control.Monad.State.Class ( Control/Monad/State/Class.hs, dist/build/Control/Monad/State/Class.o )
[ 3 of 22] Compiling Control.Monad.Reader.Class ( Control/Monad/Reader/Class.hs, dist/build/Control/Monad/Reader/Class.o )
[ 4 of 22] Compiling Control.Monad.RWS.Class ( Control/Monad/RWS/Class.hs, dist/build/Control/Monad/RWS/Class.o )
[ 5 of 22] Compiling Control.Monad.Identity ( Control/Monad/Identity.hs, dist/build/Control/Monad/Identity.o )
[ 6 of 22] Compiling Control.Monad.Error.Class ( Control/Monad/Error/Class.hs, dist/build/Control/Monad/Error/Class.o )
[ 7 of 22] Compiling Control.Monad.Cont.Class ( Control/Monad/Cont/Class.hs, dist/build/Control/Monad/Cont/Class.o )
[ 8 of 22] Compiling Control.Monad.Trans ( Control/Monad/Trans.hs, dist/build/Control/Monad/Trans.o )
[ 9 of 22] Compiling Control.Monad.Error ( Control/Monad/Error.hs, dist/build/Control/Monad/Error.o )
[10 of 22] Compiling Control.Monad.Except ( Control/Monad/Except.hs, dist/build/Control/Monad/Except.o )
[11 of 22] Compiling Control.Monad.List ( Control/Monad/List.hs, dist/build/Control/Monad/List.o )
[12 of 22] Compiling Control.Monad.RWS.Lazy ( Control/Monad/RWS/Lazy.hs, dist/build/Control/Monad/RWS/Lazy.o )
[13 of 22] Compiling Control.Monad.RWS ( Control/Monad/RWS.hs, dist/build/Control/Monad/RWS.o )
[14 of 22] Compiling Control.Monad.Reader ( Control/Monad/Reader.hs, dist/build/Control/Monad/Reader.o )
[15 of 22] Compiling Control.Monad.RWS.Strict ( Control/Monad/RWS/Strict.hs, dist/build/Control/Monad/RWS/Strict.o )
[16 of 22] Compiling Control.Monad.State.Lazy ( Control/Monad/State/Lazy.hs, dist/build/Control/Monad/State/Lazy.o )
[17 of 22] Compiling Control.Monad.State ( Control/Monad/State.hs, dist/build/Control/Monad/State.o )
[18 of 22] Compiling Control.Monad.State.Strict ( Control/Monad/State/Strict.hs, dist/build/Control/Monad/State/Strict.o )
[19 of 22] Compiling Control.Monad.Writer.Lazy ( Control/Monad/Writer/Lazy.hs, dist/build/Control/Monad/Writer/Lazy.o )
[20 of 22] Compiling Control.Monad.Writer ( Control/Monad/Writer.hs, dist/build/Control/Monad/Writer.o )
[21 of 22] Compiling Control.Monad.Writer.Strict ( Control/Monad/Writer/Strict.hs, dist/build/Control/Monad/Writer/Strict.o )
[22 of 22] Compiling Control.Monad.Cont ( Control/Monad/Cont.hs, dist/build/Control/Monad/Cont.o )
In-place registering mtl-2.2.1...
Running Haddock for mtl-2.2.1...
Running hscolour for mtl-2.2.1...
Preprocessing library mtl-2.2.1...
Preprocessing library mtl-2.2.1...
Haddock coverage:
75% ( 3 / 4) in 'Control.Monad.Writer.Class'
Missing documentation for:
MonadWriter (Control/Monad/Writer/Class.hs:62)
100% ( 5 / 5) in 'Control.Monad.State.Class'
100% ( 3 / 3) in 'Control.Monad.Reader.Class'
80% ( 4 / 5) in 'Control.Monad.RWS.Class'
Missing documentation for:
MonadRWS (Control/Monad/RWS/Class.hs:44)
100% ( 4 / 4) in 'Control.Monad.Identity'
100% ( 3 / 3) in 'Control.Monad.Error.Class'
50% ( 1 / 2) in 'Control.Monad.Cont.Class'
Missing documentation for:
MonadCont (Control/Monad/Cont/Class.hs:73)
100% ( 3 / 3) in 'Control.Monad.Trans'
93% ( 14 / 15) in 'Control.Monad.Error'
Missing documentation for:
runErrorT
100% ( 19 / 19) in 'Control.Monad.Except'
100% ( 5 / 5) in 'Control.Monad.List'
95% ( 21 / 22) in 'Control.Monad.RWS.Lazy'
Missing documentation for:
runRWST
100% ( 2 / 2) in 'Control.Monad.RWS'
96% ( 22 / 23) in 'Control.Monad.Reader'
Missing documentation for:
runReaderT
95% ( 21 / 22) in 'Control.Monad.RWS.Strict'
Missing documentation for:
runRWST
96% ( 24 / 25) in 'Control.Monad.State.Lazy'
Missing documentation for:
runStateT
100% ( 2 / 2) in 'Control.Monad.State'
96% ( 24 / 25) in 'Control.Monad.State.Strict'
Missing documentation for:
runStateT
89% ( 17 / 19) in 'Control.Monad.Writer.Lazy'
Missing documentation for:
MonadWriter (Control/Monad/Writer/Class.hs:62)
runWriterT
100% ( 2 / 2) in 'Control.Monad.Writer'
94% ( 17 / 18) in 'Control.Monad.Writer.Strict'
Missing documentation for:
MonadWriter (Control/Monad/Writer/Class.hs:62)
91% ( 20 / 22) in 'Control.Monad.Cont'
Missing documentation for:
MonadCont (Control/Monad/Cont/Class.hs:73)
runContT
Documentation created: dist/doc/html/mtl/index.html, dist/doc/html/mtl/mtl.txt
Creating package registration file: /tmp/pkgConf-mtl-2.2278722862233665123.1
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/mtl-2.2.1-KMpng31YRYc5JfMWFZ3FCU
Registering mtl-2.2.1...
Installed mtl-2.2.1
Downloading mezzolens-0.0.0...
Configuring mezzolens-0.0.0...
Building mezzolens-0.0.0...
Preprocessing library mezzolens-0.0.0...
[1 of 9] Compiling Mezzolens.Phantom ( src/Mezzolens/Phantom.hs, dist/build/Mezzolens/Phantom.o )
[2 of 9] Compiling Mezzolens.Combinators ( src/Mezzolens/Combinators.hs, dist/build/Mezzolens/Combinators.o )
[3 of 9] Compiling Mezzolens.Profunctor ( src/Mezzolens/Profunctor.hs, dist/build/Mezzolens/Profunctor.o )
src/Mezzolens/Profunctor.hs:63:1: Warning:
Defined but not used: ‘visit’
src/Mezzolens/Profunctor.hs:134:33: Warning:
Defined but not used: ‘proIn’
src/Mezzolens/Profunctor.hs:145:35: Warning:
Defined but not used: ‘proOut’
[4 of 9] Compiling Mezzolens.Optics ( src/Mezzolens/Optics.hs, dist/build/Mezzolens/Optics.o )
[5 of 9] Compiling Mezzolens.Unchecked ( src/Mezzolens/Unchecked.hs, dist/build/Mezzolens/Unchecked.o )
src/Mezzolens/Unchecked.hs:91:63: Warning:
Defined but not used: ‘runFreeApplicativePStore’
src/Mezzolens/Unchecked.hs:103:85: Warning:
Defined but not used: ‘getTraversableFreeApplicativePStore’
[6 of 9] Compiling Mezzolens.Stock ( src/Mezzolens/Stock.hs, dist/build/Mezzolens/Stock.o )
[7 of 9] Compiling Mezzolens ( src/Mezzolens.hs, dist/build/Mezzolens.o )
src/Mezzolens.hs:123:1: Warning:
Top-level binding with no type signature:
(^.) :: forall a ta tb b.
ta -> Optical (SubStar (Constant a)) ta tb a b -> a
src/Mezzolens.hs:124:1: Warning:
Top-level binding with no type signature:
(^..) :: forall (f :: * -> *) a ta tb b.
Applicative f =>
ta -> Optical (SubStar (Constant (f a))) ta tb a b -> f a
src/Mezzolens.hs:125:1: Warning:
Top-level binding with no type signature:
(^?) :: forall a ta tb b.
ta -> Optical (SubStar (Constant (First a))) ta tb a b -> Maybe a
src/Mezzolens.hs:126:1: Warning:
Top-level binding with no type signature:
(.~) :: forall a b c. ((a -> b) -> c) -> b -> c
src/Mezzolens.hs:140:23: Warning:
This binding for ‘get’ shadows the existing binding
defined at src/Mezzolens.hs:55:1
src/Mezzolens.hs:140:39: Warning:
This binding for ‘beget’ shadows the existing binding
defined at src/Mezzolens.hs:61:1
[8 of 9] Compiling Mezzolens.State.Lazy ( src/Mezzolens/State/Lazy.hs, dist/build/Mezzolens/State/Lazy.o )
src/Mezzolens/State/Lazy.hs:57:1: Warning:
Top-level binding with no type signature:
(.=) :: forall ta b (m :: * -> *) b1.
MonadState ta m =>
Optical (->) ta ta b1 b -> b -> m ()
src/Mezzolens/State/Lazy.hs:58:1: Warning:
Top-level binding with no type signature:
(+=) :: forall ta b (m :: * -> *).
(Num b, MonadState ta m) =>
Optical (->) ta ta b b -> b -> m ()
src/Mezzolens/State/Lazy.hs:59:1: Warning:
Top-level binding with no type signature:
(-=) :: forall ta b (m :: * -> *).
(Num b, MonadState ta m) =>
Optical (->) ta ta b b -> b -> m ()
src/Mezzolens/State/Lazy.hs:60:1: Warning:
Top-level binding with no type signature:
(*=) :: forall ta b (m :: * -> *).
(Num b, MonadState ta m) =>
Optical (->) ta ta b b -> b -> m ()
src/Mezzolens/State/Lazy.hs:61:1: Warning:
Top-level binding with no type signature:
(//=) :: forall ta b (m :: * -> *).
(Fractional b, MonadState ta m) =>
Optical (->) ta ta b b -> b -> m ()
src/Mezzolens/State/Lazy.hs:62:1: Warning:
Top-level binding with no type signature:
(&&=) :: forall ta (m :: * -> *).
MonadState ta m =>
Optical (->) ta ta Bool Bool -> Bool -> m ()
src/Mezzolens/State/Lazy.hs:63:1: Warning:
Top-level binding with no type signature:
(||=) :: forall ta (m :: * -> *).
MonadState ta m =>
Optical (->) ta ta Bool Bool -> Bool -> m ()
src/Mezzolens/State/Lazy.hs:64:1: Warning:
Top-level binding with no type signature:
(<>=) :: forall ta b (m :: * -> *).
(Monoid b, MonadState ta m) =>
Optical (->) ta ta b b -> b -> m ()
[9 of 9] Compiling Mezzolens.State.Strict ( src/Mezzolens/State/Strict.hs, dist/build/Mezzolens/State/Strict.o )
src/Mezzolens/State/Strict.hs:57:1: Warning:
Top-level binding with no type signature:
(.=) :: forall ta b (m :: * -> *) b1.
MonadState ta m =>
Optical (->) ta ta b1 b -> b -> m ()
src/Mezzolens/State/Strict.hs:58:1: Warning:
Top-level binding with no type signature:
(+=) :: forall ta b (m :: * -> *).
(Num b, MonadState ta m) =>
Optical (->) ta ta b b -> b -> m ()
src/Mezzolens/State/Strict.hs:59:1: Warning:
Top-level binding with no type signature:
(-=) :: forall ta b (m :: * -> *).
(Num b, MonadState ta m) =>
Optical (->) ta ta b b -> b -> m ()
src/Mezzolens/State/Strict.hs:60:1: Warning:
Top-level binding with no type signature:
(*=) :: forall ta b (m :: * -> *).
(Num b, MonadState ta m) =>
Optical (->) ta ta b b -> b -> m ()
src/Mezzolens/State/Strict.hs:61:1: Warning:
Top-level binding with no type signature:
(//=) :: forall ta b (m :: * -> *).
(Fractional b, MonadState ta m) =>
Optical (->) ta ta b b -> b -> m ()
src/Mezzolens/State/Strict.hs:62:1: Warning:
Top-level binding with no type signature:
(&&=) :: forall ta (m :: * -> *).
MonadState ta m =>
Optical (->) ta ta Bool Bool -> Bool -> m ()
src/Mezzolens/State/Strict.hs:63:1: Warning:
Top-level binding with no type signature:
(||=) :: forall ta (m :: * -> *).
MonadState ta m =>
Optical (->) ta ta Bool Bool -> Bool -> m ()
src/Mezzolens/State/Strict.hs:64:1: Warning:
Top-level binding with no type signature:
(<>=) :: forall ta b (m :: * -> *).
(Monoid b, MonadState ta m) =>
Optical (->) ta ta b b -> b -> m ()
In-place registering mezzolens-0.0.0...
Running Haddock for mezzolens-0.0.0...
Running hscolour for mezzolens-0.0.0...
Preprocessing library mezzolens-0.0.0...
Preprocessing library mezzolens-0.0.0...
src/Mezzolens/Profunctor.hs:63:1: Warning:
Defined but not used: ‘visit’
src/Mezzolens/Profunctor.hs:134:33: Warning:
Defined but not used: ‘proIn’
src/Mezzolens/Profunctor.hs:145:35: Warning:
Defined but not used: ‘proOut’
src/Mezzolens/Unchecked.hs:91:63: Warning:
Defined but not used: ‘runFreeApplicativePStore’
src/Mezzolens/Unchecked.hs:103:85: Warning:
Defined but not used: ‘getTraversableFreeApplicativePStore’
src/Mezzolens.hs:123:1: Warning:
Top-level binding with no type signature:
(^.) :: forall a ta tb b.
ta -> Optical (SubStar (Constant a)) ta tb a b -> a
src/Mezzolens.hs:124:1: Warning:
Top-level binding with no type signature:
(^..) :: forall (f :: * -> *) a ta tb b.
Applicative f =>
ta -> Optical (SubStar (Constant (f a))) ta tb a b -> f a
src/Mezzolens.hs:125:1: Warning:
Top-level binding with no type signature:
(^?) :: forall a ta tb b.
ta -> Optical (SubStar (Constant (First a))) ta tb a b -> Maybe a
src/Mezzolens.hs:126:1: Warning:
Top-level binding with no type signature:
(.~) :: forall a b c. ((a -> b) -> c) -> b -> c
src/Mezzolens.hs:140:23: Warning:
This binding for ‘get’ shadows the existing binding
defined at src/Mezzolens.hs:55:1
src/Mezzolens.hs:140:39: Warning:
This binding for ‘beget’ shadows the existing binding
defined at src/Mezzolens.hs:61:1
src/Mezzolens/State/Lazy.hs:57:1: Warning:
Top-level binding with no type signature:
(.=) :: forall ta b (m :: * -> *) b1.
MonadState ta m =>
Optical (->) ta ta b1 b -> b -> m ()
src/Mezzolens/State/Lazy.hs:58:1: Warning:
Top-level binding with no type signature:
(+=) :: forall ta b (m :: * -> *).
(Num b, MonadState ta m) =>
Optical (->) ta ta b b -> b -> m ()
src/Mezzolens/State/Lazy.hs:59:1: Warning:
Top-level binding with no type signature:
(-=) :: forall ta b (m :: * -> *).
(Num b, MonadState ta m) =>
Optical (->) ta ta b b -> b -> m ()
src/Mezzolens/State/Lazy.hs:60:1: Warning:
Top-level binding with no type signature:
(*=) :: forall ta b (m :: * -> *).
(Num b, MonadState ta m) =>
Optical (->) ta ta b b -> b -> m ()
src/Mezzolens/State/Lazy.hs:61:1: Warning:
Top-level binding with no type signature:
(//=) :: forall ta b (m :: * -> *).
(Fractional b, MonadState ta m) =>
Optical (->) ta ta b b -> b -> m ()
src/Mezzolens/State/Lazy.hs:62:1: Warning:
Top-level binding with no type signature:
(&&=) :: forall ta (m :: * -> *).
MonadState ta m =>
Optical (->) ta ta Bool Bool -> Bool -> m ()
src/Mezzolens/State/Lazy.hs:63:1: Warning:
Top-level binding with no type signature:
(||=) :: forall ta (m :: * -> *).
MonadState ta m =>
Optical (->) ta ta Bool Bool -> Bool -> m ()
src/Mezzolens/State/Lazy.hs:64:1: Warning:
Top-level binding with no type signature:
(<>=) :: forall ta b (m :: * -> *).
(Monoid b, MonadState ta m) =>
Optical (->) ta ta b b -> b -> m ()
src/Mezzolens/State/Strict.hs:57:1: Warning:
Top-level binding with no type signature:
(.=) :: forall ta b (m :: * -> *) b1.
MonadState ta m =>
Optical (->) ta ta b1 b -> b -> m ()
src/Mezzolens/State/Strict.hs:58:1: Warning:
Top-level binding with no type signature:
(+=) :: forall ta b (m :: * -> *).
(Num b, MonadState ta m) =>
Optical (->) ta ta b b -> b -> m ()
src/Mezzolens/State/Strict.hs:59:1: Warning:
Top-level binding with no type signature:
(-=) :: forall ta b (m :: * -> *).
(Num b, MonadState ta m) =>
Optical (->) ta ta b b -> b -> m ()
src/Mezzolens/State/Strict.hs:60:1: Warning:
Top-level binding with no type signature:
(*=) :: forall ta b (m :: * -> *).
(Num b, MonadState ta m) =>
Optical (->) ta ta b b -> b -> m ()
src/Mezzolens/State/Strict.hs:61:1: Warning:
Top-level binding with no type signature:
(//=) :: forall ta b (m :: * -> *).
(Fractional b, MonadState ta m) =>
Optical (->) ta ta b b -> b -> m ()
src/Mezzolens/State/Strict.hs:62:1: Warning:
Top-level binding with no type signature:
(&&=) :: forall ta (m :: * -> *).
MonadState ta m =>
Optical (->) ta ta Bool Bool -> Bool -> m ()
src/Mezzolens/State/Strict.hs:63:1: Warning:
Top-level binding with no type signature:
(||=) :: forall ta (m :: * -> *).
MonadState ta m =>
Optical (->) ta ta Bool Bool -> Bool -> m ()
src/Mezzolens/State/Strict.hs:64:1: Warning:
Top-level binding with no type signature:
(<>=) :: forall ta b (m :: * -> *).
(Monoid b, MonadState ta m) =>
Optical (->) ta ta b b -> b -> m ()
Haddock coverage:
0% ( 0 / 2) in 'Mezzolens.Phantom'
Missing documentation for:
Module header
Phantom (src/Mezzolens/Phantom.hs:22)
60% ( 3 / 5) in 'Mezzolens.Combinators'
Missing documentation for:
Module header
switch (src/Mezzolens/Combinators.hs:24)
7% ( 1 / 14) in 'Mezzolens.Profunctor'
Missing documentation for:
Module header
Profunctor (src/Mezzolens/Profunctor.hs:30)
Strong (src/Mezzolens/Profunctor.hs:45)
OutPhantom (src/Mezzolens/Profunctor.hs:55)
Choice (src/Mezzolens/Profunctor.hs:68)
InPhantom (src/Mezzolens/Profunctor.hs:78)
Wandering (src/Mezzolens/Profunctor.hs:86)
Cartographic (src/Mezzolens/Profunctor.hs:92)
_2Default (src/Mezzolens/Profunctor.hs:58)
_RightDefault (src/Mezzolens/Profunctor.hs:81)
ProProduct (src/Mezzolens/Profunctor.hs:98)
SuperStar (src/Mezzolens/Profunctor.hs:122)
SubStar (src/Mezzolens/Profunctor.hs:102)
0% ( 0 / 26) in 'Mezzolens.Optics'
Missing documentation for:
Module header
Optical (src/Mezzolens/Optics.hs:29)
Iso (src/Mezzolens/Optics.hs:31)
Lens (src/Mezzolens/Optics.hs:32)
To (src/Mezzolens/Optics.hs:33)
Prism (src/Mezzolens/Optics.hs:34)
Fro (src/Mezzolens/Optics.hs:35)
AffineTraversal (src/Mezzolens/Optics.hs:36)
Traversal (src/Mezzolens/Optics.hs:37)
Fold (src/Mezzolens/Optics.hs:38)
SEC (src/Mezzolens/Optics.hs:39)
Optical' (src/Mezzolens/Optics.hs:41)
Simple (src/Mezzolens/Optics.hs:43)
Iso' (src/Mezzolens/Optics.hs:44)
Lens' (src/Mezzolens/Optics.hs:45)
Prism' (src/Mezzolens/Optics.hs:46)
AffineTraversal' (src/Mezzolens/Optics.hs:47)
Traversal' (src/Mezzolens/Optics.hs:48)
SEC' (src/Mezzolens/Optics.hs:49)
Profunctor (src/Mezzolens/Profunctor.hs:30)
Strong (src/Mezzolens/Profunctor.hs:45)
OutPhantom (src/Mezzolens/Profunctor.hs:55)
Choice (src/Mezzolens/Profunctor.hs:68)
InPhantom (src/Mezzolens/Profunctor.hs:78)
Wandering (src/Mezzolens/Profunctor.hs:86)
Cartographic (src/Mezzolens/Profunctor.hs:92)
10% ( 1 / 10) in 'Mezzolens.Unchecked'
Missing documentation for:
Module header
iso (src/Mezzolens/Unchecked.hs:39)
lens (src/Mezzolens/Unchecked.hs:42)
lensVL (src/Mezzolens/Unchecked.hs:56)
prism (src/Mezzolens/Unchecked.hs:59)
affineTraversal (src/Mezzolens/Unchecked.hs:63)
traversal (src/Mezzolens/Unchecked.hs:69)
sec (src/Mezzolens/Unchecked.hs:75)
PStore (src/Mezzolens/Unchecked.hs:78)
Warning: Mezzolens.Stock: _1 is exported separately but will be documented under Strong. Consider exporting it together with its parent(s) for code clarity.
Warning: Mezzolens.Stock: _2 is exported separately but will be documented under Strong. Consider exporting it together with its parent(s) for code clarity.
Warning: Mezzolens.Stock: _Left is exported separately but will be documented under Choice. Consider exporting it together with its parent(s) for code clarity.
Warning: Mezzolens.Stock: _Right is exported separately but will be documented under Choice. Consider exporting it together with its parent(s) for code clarity.
Warning: Mezzolens.Stock: wander is exported separately but will be documented under Wandering. Consider exporting it together with its parent(s) for code clarity.
Warning: Mezzolens.Stock: map is exported separately but will be documented under Cartographic. Consider exporting it together with its parent(s) for code clarity.
5% ( 1 / 22) in 'Mezzolens.Stock'
Missing documentation for:
Module header
null (src/Mezzolens/Stock.hs:47)
_curry (src/Mezzolens/Stock.hs:50)
_flip (src/Mezzolens/Stock.hs:53)
_swap (src/Mezzolens/Stock.hs:56)
_switch (src/Mezzolens/Stock.hs:59)
eitherOne (src/Mezzolens/Stock.hs:62)
eitherTwo (src/Mezzolens/Stock.hs:65)
both (src/Mezzolens/Stock.hs:71)
ix (src/Mezzolens/Stock.hs:78)
fitting (src/Mezzolens/Stock.hs:81)
binding (src/Mezzolens/Stock.hs:84)
selecting (src/Mezzolens/Stock.hs:87)
at (src/Mezzolens/Stock.hs:90)
at' (src/Mezzolens/Stock.hs:93)
contains (src/Mezzolens/Stock.hs:96)
intAt (src/Mezzolens/Stock.hs:99)
intAt' (src/Mezzolens/Stock.hs:102)
intContains (src/Mezzolens/Stock.hs:105)
_Just (src/Mezzolens/Stock.hs:108)
_Nothing (src/Mezzolens/Stock.hs:111)
51% ( 18 / 35) in 'Mezzolens'
Missing documentation for:
Module header
sumOf (src/Mezzolens.hs:102)
productOf (src/Mezzolens.hs:105)
allOf (src/Mezzolens.hs:108)
anyOf (src/Mezzolens.hs:111)
lengthOf (src/Mezzolens.hs:114)
nullOf (src/Mezzolens.hs:117)
to (src/Mezzolens.hs:128)
fro (src/Mezzolens.hs:131)
^. (src/Mezzolens.hs:123)
^.. (src/Mezzolens.hs:124)
^? (src/Mezzolens.hs:125)
.~ (src/Mezzolens.hs:126)
SuperStar (src/Mezzolens/Profunctor.hs:122)
SubStar (src/Mezzolens/Profunctor.hs:102)
AlongSide (src/Mezzolens.hs:158)
EitherSide (src/Mezzolens.hs:171)
25% ( 6 / 24) in 'Mezzolens.State.Lazy'
Missing documentation for:
Module header
use (src/Mezzolens/State/Lazy.hs:51)
uses (src/Mezzolens/State/Lazy.hs:48)
assign (src/Mezzolens/State/Lazy.hs:66)
update (src/Mezzolens/State/Lazy.hs:69)
%= (src/Mezzolens/State/Lazy.hs:55)
.= (src/Mezzolens/State/Lazy.hs:57)
+= (src/Mezzolens/State/Lazy.hs:58)
-= (src/Mezzolens/State/Lazy.hs:59)
*= (src/Mezzolens/State/Lazy.hs:60)
//= (src/Mezzolens/State/Lazy.hs:61)
&&= (src/Mezzolens/State/Lazy.hs:62)
||= (src/Mezzolens/State/Lazy.hs:63)
<>= (src/Mezzolens/State/Lazy.hs:64)
<~ (src/Mezzolens/State/Lazy.hs:73)
Optical (src/Mezzolens/Optics.hs:29)
Optical' (src/Mezzolens/Optics.hs:41)
SubStar (src/Mezzolens/Profunctor.hs:102)
25% ( 6 / 24) in 'Mezzolens.State.Strict'
Missing documentation for:
Module header
use (src/Mezzolens/State/Strict.hs:51)
uses (src/Mezzolens/State/Strict.hs:48)
assign (src/Mezzolens/State/Strict.hs:66)
update (src/Mezzolens/State/Strict.hs:69)
%= (src/Mezzolens/State/Strict.hs:55)
.= (src/Mezzolens/State/Strict.hs:57)
+= (src/Mezzolens/State/Strict.hs:58)
-= (src/Mezzolens/State/Strict.hs:59)
*= (src/Mezzolens/State/Strict.hs:60)
//= (src/Mezzolens/State/Strict.hs:61)
&&= (src/Mezzolens/State/Strict.hs:62)
||= (src/Mezzolens/State/Strict.hs:63)
<>= (src/Mezzolens/State/Strict.hs:64)
<~ (src/Mezzolens/State/Strict.hs:73)
Optical (src/Mezzolens/Optics.hs:29)
Optical' (src/Mezzolens/Optics.hs:41)
SubStar (src/Mezzolens/Profunctor.hs:102)
Warning: Mezzolens.Profunctor: could not find link destinations for:
Phantom
Warning: Mezzolens.Optics: could not find link destinations for:
Phantom
Warning: Mezzolens: could not find link destinations for:
Phantom D1First C1_0First S1_0_0First D1Sum C1_0Sum S1_0_0Sum D1Product C1_0Product S1_0_0Product D1All C1_0All S1_0_0All D1Any C1_0Any S1_0_0Any
Documentation created: dist/doc/html/mezzolens/index.html,
dist/doc/html/mezzolens/mezzolens.txt
Creating package registration file:
/tmp/pkgConf-mezzolens-0.09176792922006811972.0
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/mezzolens-0.0.0-4QcJr6NwtB10Wko40Uv5RZ
Registering mezzolens-0.0.0...
Installed mezzolens-0.0.0
Test log
No test log was submitted for this report.