Build #1 for mzv-0.1.0.2

[all reports]

Package mzv-0.1.0.2
Install InstallOk
Docs Ok
Tests NotTried
Time submitted unknown
Compiler ghc-7.6.3
OS linux
Arch x86_64
Dependencies transformers-0.3.0.0, base-4.6.0.1
Flags none

Code Coverage

No Code Coverage was submitted for this report.

Build log

[view raw]

Resolving dependencies...
Configuring mzv-0.1.0.2...
Building mzv-0.1.0.2...
Preprocessing library mzv-0.1.0.2...
[ 1 of 24] Compiling Control.Monad.Writer.Class ( src/Control/Monad/Writer/Class.hs, dist/build/Control/Monad/Writer/Class.o )
[ 2 of 24] Compiling Control.Monad.State.Class ( src/Control/Monad/State/Class.hs, dist/build/Control/Monad/State/Class.o )
[ 3 of 24] Compiling Control.Monad.Reader.Class ( src/Control/Monad/Reader/Class.hs, dist/build/Control/Monad/Reader/Class.o )
[ 4 of 24] Compiling Control.Monad.RWS.Class ( src/Control/Monad/RWS/Class.hs, dist/build/Control/Monad/RWS/Class.o )
[ 5 of 24] Compiling Control.Monad.Cont.Class ( src/Control/Monad/Cont/Class.hs, dist/build/Control/Monad/Cont/Class.o )
[ 6 of 24] Compiling Control.Monad.Error.Class ( src/Control/Monad/Error/Class.hs, dist/build/Control/Monad/Error/Class.o )
[ 7 of 24] Compiling Control.Monad.Trans ( src/Control/Monad/Trans.hs, dist/build/Control/Monad/Trans.o )
[ 8 of 24] Compiling Control.Monad.Cont ( src/Control/Monad/Cont.hs, dist/build/Control/Monad/Cont.o )

src/Control/Monad/Cont.hs:146:10: Warning:
    No explicit method or default declaration for `mt'
    In the instance declaration for `MonadTrans (ContT r)'

src/Control/Monad/Cont.hs:146:10: Warning:
    No explicit method or default declaration for `unlift'
    In the instance declaration for `MonadTrans (ContT r)'
[ 9 of 24] Compiling Control.Monad.List ( src/Control/Monad/List.hs, dist/build/Control/Monad/List.o )

src/Control/Monad/List.hs:67:10: Warning:
    No explicit method or default declaration for `mt'
    In the instance declaration for `MonadTrans ListT'

src/Control/Monad/List.hs:67:10: Warning:
    No explicit method or default declaration for `unlift'
    In the instance declaration for `MonadTrans ListT'
[10 of 24] Compiling Control.Monad.RWS.Lazy ( src/Control/Monad/RWS/Lazy.hs, dist/build/Control/Monad/RWS/Lazy.o )

src/Control/Monad/RWS/Lazy.hs:161:10: Warning:
    No explicit method or default declaration for `mt'
    In the instance declaration for `MonadTrans (RWST r w s)'

src/Control/Monad/RWS/Lazy.hs:161:10: Warning:
    No explicit method or default declaration for `unlift'
    In the instance declaration for `MonadTrans (RWST r w s)'
[11 of 24] Compiling Control.Monad.RWS ( src/Control/Monad/RWS.hs, dist/build/Control/Monad/RWS.o )
[12 of 24] Compiling Control.Monad.RWS.Strict ( src/Control/Monad/RWS/Strict.hs, dist/build/Control/Monad/RWS/Strict.o )

src/Control/Monad/RWS/Strict.hs:157:10: Warning:
    No explicit method or default declaration for `mt'
    In the instance declaration for `MonadTrans (RWST r w s)'

src/Control/Monad/RWS/Strict.hs:157:10: Warning:
    No explicit method or default declaration for `unlift'
    In the instance declaration for `MonadTrans (RWST r w s)'
[13 of 24] Compiling Control.Monad.State.Strict ( src/Control/Monad/State/Strict.hs, dist/build/Control/Monad/State/Strict.o )

src/Control/Monad/State/Strict.hs:187:10: Warning:
    No explicit method or default declaration for `mt'
    In the instance declaration for `MonadTrans (StateT s)'

src/Control/Monad/State/Strict.hs:187:10: Warning:
    No explicit method or default declaration for `unlift'
    In the instance declaration for `MonadTrans (StateT s)'
[14 of 24] Compiling Control.Monad.Writer.Lazy ( src/Control/Monad/Writer/Lazy.hs, dist/build/Control/Monad/Writer/Lazy.o )
[15 of 24] Compiling Control.Monad.Writer.Strict ( src/Control/Monad/Writer/Strict.hs, dist/build/Control/Monad/Writer/Strict.o )

src/Control/Monad/Writer/Strict.hs:117:10: Warning:
    No explicit method or default declaration for `mt'
    In the instance declaration for `MonadTrans (WriterT w)'

src/Control/Monad/Writer/Strict.hs:117:10: Warning:
    No explicit method or default declaration for `unlift'
    In the instance declaration for `MonadTrans (WriterT w)'
[16 of 24] Compiling Control.Monad.State.Lazy ( src/Control/Monad/State/Lazy.hs, dist/build/Control/Monad/State/Lazy.o )

src/Control/Monad/State/Lazy.hs:200:1: Warning:
    Top-level binding with no type signature:
      toRP :: forall s a. (a, s) -> RPair s a

src/Control/Monad/State/Lazy.hs:201:1: Warning:
    Top-level binding with no type signature:
      fromRP :: forall t t1. RPair t1 t -> (t, t1)
[17 of 24] Compiling Control.Monad.Writer ( src/Control/Monad/Writer.hs, dist/build/Control/Monad/Writer.o )
[18 of 24] Compiling Control.Monad.State ( src/Control/Monad/State.hs, dist/build/Control/Monad/State.o )
[19 of 24] Compiling Control.Monad.Identity ( src/Control/Monad/Identity.hs, dist/build/Control/Monad/Identity.o )
[20 of 24] Compiling Control.Monad.Reader ( src/Control/Monad/Reader.hs, dist/build/Control/Monad/Reader.o )
[21 of 24] Compiling Control.Monad.Error ( src/Control/Monad/Error.hs, dist/build/Control/Monad/Error.o )
[22 of 24] Compiling Control.Monad.Zipper ( src/Control/Monad/Zipper.hs, dist/build/Control/Monad/Zipper.o )

src/Control/Monad/Zipper.hs:21:1: Warning:
    Top-level binding with no type signature:
      leftL :: forall (t1 :: (* -> *) -> * -> *)
                      (t2 :: (* -> *) -> * -> *)
                      (m :: * -> *)
                      a.
               (:>) t1 t2 m a -> t1 (t2 m) a

src/Control/Monad/Zipper.hs:22:1: Warning:
    Top-level binding with no type signature:
      rightL :: forall (t1 :: (* -> *) -> * -> *)
                       (t2 :: (* -> *) -> * -> *)
                       (m :: * -> *)
                       a.
                t1 (t2 m) a -> (:>) t1 t2 m a

src/Control/Monad/Zipper.hs:86:10: Warning:
    No explicit method or default declaration for `listen'
    In the instance declaration for `MonadWriter w ((:>) t1 t2 m)'

src/Control/Monad/Zipper.hs:86:10: Warning:
    No explicit method or default declaration for `pass'
    In the instance declaration for `MonadWriter w ((:>) t1 t2 m)'
[23 of 24] Compiling Control.Monad.Views ( src/Control/Monad/Views.hs, dist/build/Control/Monad/Views.o )

src/Control/Monad/Views.hs:31:18: Warning:
    This binding for `m' shadows the existing binding
      bound at src/Control/Monad/Views.hs:29:10

src/Control/Monad/Views.hs:49:1: Warning:
    Top-level binding with no type signature:
      ra :: forall (t :: (* -> *) -> * -> *) (m :: * -> *) r.
            (Monad m, MonadState r (t m), MonadTrans t) =>
            ReaderT r m :-> t m

src/Control/Monad/Views.hs:68:13: Warning:
    This binding for `from' shadows the existing binding
      defined at src/Control/Monad/Views.hs:27:3

src/Control/Monad/Views.hs:68:18: Warning:
    This binding for `to' shadows the existing binding
      defined at src/Control/Monad/Views.hs:65:1

src/Control/Monad/Views.hs:73:35: Warning:
    Defined but not used: `fm1'

src/Control/Monad/Views.hs:126:1: Warning:
    Top-level binding with no type signature:
      vcomp :: forall (g :: (* -> *) -> (* -> *) -> *)
                      (n :: * -> *)
                      (m :: * -> *)
                      (n1 :: * -> *)
                      (t :: (* -> *) -> * -> *).
               (Monad (t m), Monad (t n1), Monad n, Monad m, Monad n1,
                MonadTrans t, MonadMorphism g) =>
               g (t n1) n -> g m n1 -> g (t m) n
[24 of 24] Compiling Control.Monad.Mask ( src/Control/Monad/Mask.hs, dist/build/Control/Monad/Mask.o )

src/Control/Monad/Mask.hs:92:1: Warning:
    Top-level binding with no type signature:
      inverse_o :: forall (g :: (* -> *) -> (* -> *) -> *)
                          (t1 :: (* -> *) -> * -> *)
                          (t2 :: (* -> *) -> * -> *)
                          (m :: * -> *).
                   View g =>
                   g (t1 (t2 m)) ((:>) t1 t2 m)

src/Control/Monad/Mask.hs:142:14: Warning:
    Defined but not used: `list'

src/Control/Monad/Mask.hs:146:23: Warning:
    This binding for `list' shadows the existing binding
      bound at src/Control/Monad/Mask.hs:144:10

src/Control/Monad/Mask.hs:146:28: Warning:
    This binding for `m' shadows the existing binding
      bound at src/Control/Monad/Mask.hs:144:10

src/Control/Monad/Mask.hs:146:30: Warning:
    This binding for `n' shadows the existing binding
      bound at src/Control/Monad/Mask.hs:144:10

src/Control/Monad/Mask.hs:146:32: Warning:
    This binding for n' shadows the existing binding
      bound at src/Control/Monad/Mask.hs:144:10

src/Control/Monad/Mask.hs:146:35: Warning:
    This binding for `t' shadows the existing binding
      bound at src/Control/Monad/Mask.hs:144:10

src/Control/Monad/Mask.hs:146:39: Warning:
    This binding for `e' shadows the existing binding
      bound at src/Control/Monad/Mask.hs:144:10

src/Control/Monad/Mask.hs:149:13: Warning:
    This binding for `list' shadows the existing binding
      bound at src/Control/Monad/Mask.hs:145:15

src/Control/Monad/Mask.hs:160:23: Warning:
    This binding for `list' shadows the existing binding
      bound at src/Control/Monad/Mask.hs:158:10

src/Control/Monad/Mask.hs:160:28: Warning:
    This binding for `m' shadows the existing binding
      bound at src/Control/Monad/Mask.hs:158:10

src/Control/Monad/Mask.hs:160:30: Warning:
    This binding for `n' shadows the existing binding
      bound at src/Control/Monad/Mask.hs:158:10

src/Control/Monad/Mask.hs:160:32: Warning:
    This binding for `t0' shadows the existing binding
      bound at src/Control/Monad/Mask.hs:158:10

src/Control/Monad/Mask.hs:160:35: Warning:
    This binding for `t' shadows the existing binding
      bound at src/Control/Monad/Mask.hs:158:10

src/Control/Monad/Mask.hs:160:37: Warning:
    This binding for n' shadows the existing binding
      bound at src/Control/Monad/Mask.hs:158:10

src/Control/Monad/Mask.hs:160:40: Warning:
    This binding for `e' shadows the existing binding
      bound at src/Control/Monad/Mask.hs:158:10

src/Control/Monad/Mask.hs:163:13: Warning:
    This binding for `list' shadows the existing binding
      bound at src/Control/Monad/Mask.hs:159:15

src/Control/Monad/Mask.hs:175:1: Warning:
    Top-level binding with no type signature:
      getv :: forall (g :: (* -> *) -> (* -> *) -> *)
                     (n :: * -> *)
                     (m :: * -> *)
                     a.
              (Monad m, MonadState a n, MonadMorphism g) =>
              g n m -> m a

src/Control/Monad/Mask.hs:176:1: Warning:
    Top-level binding with no type signature:
      putv :: forall a
                     (g :: (* -> *) -> (* -> *) -> *)
                     (n :: * -> *)
                     (m :: * -> *).
              (Monad m, MonadState a n, MonadMorphism g) =>
              g n m -> a -> m ()
In-place registering mzv-0.1.0.2...
Running Haddock for mzv-0.1.0.2...
Running hscolour for mzv-0.1.0.2...
Preprocessing library mzv-0.1.0.2...
Preprocessing library mzv-0.1.0.2...

dist/build/tmp-1564/src/Control/Monad/Cont.hs:146:10: Warning:
    No explicit method or default declaration for `mt'
    In the instance declaration for `MonadTrans (ContT r)'

dist/build/tmp-1564/src/Control/Monad/Cont.hs:146:10: Warning:
    No explicit method or default declaration for `unlift'
    In the instance declaration for `MonadTrans (ContT r)'

dist/build/tmp-1564/src/Control/Monad/List.hs:67:10: Warning:
    No explicit method or default declaration for `mt'
    In the instance declaration for `MonadTrans ListT'

dist/build/tmp-1564/src/Control/Monad/List.hs:67:10: Warning:
    No explicit method or default declaration for `unlift'
    In the instance declaration for `MonadTrans ListT'

dist/build/tmp-1564/src/Control/Monad/RWS/Lazy.hs:161:10: Warning:
    No explicit method or default declaration for `mt'
    In the instance declaration for `MonadTrans (RWST r w s)'

dist/build/tmp-1564/src/Control/Monad/RWS/Lazy.hs:161:10: Warning:
    No explicit method or default declaration for `unlift'
    In the instance declaration for `MonadTrans (RWST r w s)'

dist/build/tmp-1564/src/Control/Monad/RWS/Strict.hs:157:10: Warning:
    No explicit method or default declaration for `mt'
    In the instance declaration for `MonadTrans (RWST r w s)'

dist/build/tmp-1564/src/Control/Monad/RWS/Strict.hs:157:10: Warning:
    No explicit method or default declaration for `unlift'
    In the instance declaration for `MonadTrans (RWST r w s)'

dist/build/tmp-1564/src/Control/Monad/State/Strict.hs:187:10: Warning:
    No explicit method or default declaration for `mt'
    In the instance declaration for `MonadTrans (StateT s)'

dist/build/tmp-1564/src/Control/Monad/State/Strict.hs:187:10: Warning:
    No explicit method or default declaration for `unlift'
    In the instance declaration for `MonadTrans (StateT s)'

dist/build/tmp-1564/src/Control/Monad/Writer/Strict.hs:117:10: Warning:
    No explicit method or default declaration for `mt'
    In the instance declaration for `MonadTrans (WriterT w)'

dist/build/tmp-1564/src/Control/Monad/Writer/Strict.hs:117:10: Warning:
    No explicit method or default declaration for `unlift'
    In the instance declaration for `MonadTrans (WriterT w)'

dist/build/tmp-1564/src/Control/Monad/State/Lazy.hs:200:1: Warning:
    Top-level binding with no type signature:
      toRP :: forall s a. (a, s) -> RPair s a

dist/build/tmp-1564/src/Control/Monad/State/Lazy.hs:201:1: Warning:
    Top-level binding with no type signature:
      fromRP :: forall t t1. RPair t1 t -> (t, t1)

dist/build/tmp-1564/src/Control/Monad/Zipper.hs:21:1: Warning:
    Top-level binding with no type signature:
      leftL :: forall (t1 :: (* -> *) -> * -> *)
                      (t2 :: (* -> *) -> * -> *)
                      (m :: * -> *)
                      a.
               (:>) t1 t2 m a -> t1 (t2 m) a

dist/build/tmp-1564/src/Control/Monad/Zipper.hs:22:1: Warning:
    Top-level binding with no type signature:
      rightL :: forall (t1 :: (* -> *) -> * -> *)
                       (t2 :: (* -> *) -> * -> *)
                       (m :: * -> *)
                       a.
                t1 (t2 m) a -> (:>) t1 t2 m a

dist/build/tmp-1564/src/Control/Monad/Zipper.hs:86:10: Warning:
    No explicit method or default declaration for `listen'
    In the instance declaration for `MonadWriter w ((:>) t1 t2 m)'

dist/build/tmp-1564/src/Control/Monad/Zipper.hs:86:10: Warning:
    No explicit method or default declaration for `pass'
    In the instance declaration for `MonadWriter w ((:>) t1 t2 m)'

dist/build/tmp-1564/src/Control/Monad/Views.hs:31:18: Warning:
    This binding for `m' shadows the existing binding
      bound at dist/build/tmp-1564/src/Control/Monad/Views.hs:29:10

dist/build/tmp-1564/src/Control/Monad/Views.hs:49:1: Warning:
    Top-level binding with no type signature:
      ra :: forall (t :: (* -> *) -> * -> *) (m :: * -> *) r.
            (Monad m, MonadState r (t m), MonadTrans t) =>
            ReaderT r m :-> t m

dist/build/tmp-1564/src/Control/Monad/Views.hs:68:13: Warning:
    This binding for `from' shadows the existing binding
      defined at dist/build/tmp-1564/src/Control/Monad/Views.hs:27:3

dist/build/tmp-1564/src/Control/Monad/Views.hs:68:18: Warning:
    This binding for `to' shadows the existing binding
      defined at dist/build/tmp-1564/src/Control/Monad/Views.hs:65:1

dist/build/tmp-1564/src/Control/Monad/Views.hs:73:35: Warning:
    Defined but not used: `fm1'

dist/build/tmp-1564/src/Control/Monad/Views.hs:126:1: Warning:
    Top-level binding with no type signature:
      vcomp :: forall (g :: (* -> *) -> (* -> *) -> *)
                      (n :: * -> *)
                      (m :: * -> *)
                      (n1 :: * -> *)
                      (t :: (* -> *) -> * -> *).
               (Monad (t m), Monad (t n1), Monad n, Monad m, Monad n1,
                MonadTrans t, MonadMorphism g) =>
               g (t n1) n -> g m n1 -> g (t m) n

dist/build/tmp-1564/src/Control/Monad/Mask.hs:92:1: Warning:
    Top-level binding with no type signature:
      inverse_o :: forall (g :: (* -> *) -> (* -> *) -> *)
                          (t1 :: (* -> *) -> * -> *)
                          (t2 :: (* -> *) -> * -> *)
                          (m :: * -> *).
                   View g =>
                   g (t1 (t2 m)) ((:>) t1 t2 m)

dist/build/tmp-1564/src/Control/Monad/Mask.hs:142:14: Warning:
    Defined but not used: `list'

dist/build/tmp-1564/src/Control/Monad/Mask.hs:146:23: Warning:
    This binding for `list' shadows the existing binding
      bound at dist/build/tmp-1564/src/Control/Monad/Mask.hs:144:10

dist/build/tmp-1564/src/Control/Monad/Mask.hs:146:28: Warning:
    This binding for `m' shadows the existing binding
      bound at dist/build/tmp-1564/src/Control/Monad/Mask.hs:144:10

dist/build/tmp-1564/src/Control/Monad/Mask.hs:146:30: Warning:
    This binding for `n' shadows the existing binding
      bound at dist/build/tmp-1564/src/Control/Monad/Mask.hs:144:10

dist/build/tmp-1564/src/Control/Monad/Mask.hs:146:32: Warning:
    This binding for n' shadows the existing binding
      bound at dist/build/tmp-1564/src/Control/Monad/Mask.hs:144:10

dist/build/tmp-1564/src/Control/Monad/Mask.hs:146:35: Warning:
    This binding for `t' shadows the existing binding
      bound at dist/build/tmp-1564/src/Control/Monad/Mask.hs:144:10

dist/build/tmp-1564/src/Control/Monad/Mask.hs:146:39: Warning:
    This binding for `e' shadows the existing binding
      bound at dist/build/tmp-1564/src/Control/Monad/Mask.hs:144:10

dist/build/tmp-1564/src/Control/Monad/Mask.hs:149:13: Warning:
    This binding for `list' shadows the existing binding
      bound at dist/build/tmp-1564/src/Control/Monad/Mask.hs:145:15

dist/build/tmp-1564/src/Control/Monad/Mask.hs:160:23: Warning:
    This binding for `list' shadows the existing binding
      bound at dist/build/tmp-1564/src/Control/Monad/Mask.hs:158:10

dist/build/tmp-1564/src/Control/Monad/Mask.hs:160:28: Warning:
    This binding for `m' shadows the existing binding
      bound at dist/build/tmp-1564/src/Control/Monad/Mask.hs:158:10

dist/build/tmp-1564/src/Control/Monad/Mask.hs:160:30: Warning:
    This binding for `n' shadows the existing binding
      bound at dist/build/tmp-1564/src/Control/Monad/Mask.hs:158:10

dist/build/tmp-1564/src/Control/Monad/Mask.hs:160:32: Warning:
    This binding for `t0' shadows the existing binding
      bound at dist/build/tmp-1564/src/Control/Monad/Mask.hs:158:10

dist/build/tmp-1564/src/Control/Monad/Mask.hs:160:35: Warning:
    This binding for `t' shadows the existing binding
      bound at dist/build/tmp-1564/src/Control/Monad/Mask.hs:158:10

dist/build/tmp-1564/src/Control/Monad/Mask.hs:160:37: Warning:
    This binding for n' shadows the existing binding
      bound at dist/build/tmp-1564/src/Control/Monad/Mask.hs:158:10

dist/build/tmp-1564/src/Control/Monad/Mask.hs:160:40: Warning:
    This binding for `e' shadows the existing binding
      bound at dist/build/tmp-1564/src/Control/Monad/Mask.hs:158:10

dist/build/tmp-1564/src/Control/Monad/Mask.hs:163:13: Warning:
    This binding for `list' shadows the existing binding
      bound at dist/build/tmp-1564/src/Control/Monad/Mask.hs:159:15

dist/build/tmp-1564/src/Control/Monad/Mask.hs:175:1: Warning:
    Top-level binding with no type signature:
      getv :: forall (g :: (* -> *) -> (* -> *) -> *)
                     (n :: * -> *)
                     (m :: * -> *)
                     a.
              (Monad m, MonadState a n, MonadMorphism g) =>
              g n m -> m a

dist/build/tmp-1564/src/Control/Monad/Mask.hs:176:1: Warning:
    Top-level binding with no type signature:
      putv :: forall a
                     (g :: (* -> *) -> (* -> *) -> *)
                     (n :: * -> *)
                     (m :: * -> *).
              (Monad m, MonadState a n, MonadMorphism g) =>
              g n m -> a -> m ()
Haddock coverage:
  25% (  1 /  4) in 'Control.Monad.Writer.Class'
 100% (  5 /  5) in 'Control.Monad.State.Class'
 100% (  3 /  3) in 'Control.Monad.Reader.Class'
  80% (  4 /  5) in 'Control.Monad.RWS.Class'
  50% (  1 /  2) in 'Control.Monad.Cont.Class'
 100% (  3 /  3) in 'Control.Monad.Error.Class'
  20% (  1 /  5) in 'Control.Monad.Trans'
  75% ( 12 / 16) in 'Control.Monad.Cont'
  60% (  3 /  5) in 'Control.Monad.List'
  33% (  5 / 15) in 'Control.Monad.RWS.Lazy'
 100% (  2 /  2) in 'Control.Monad.RWS'
  33% (  5 / 15) in 'Control.Monad.RWS.Strict'
 100% ( 18 / 18) in 'Control.Monad.State.Strict'
  45% (  5 / 11) in 'Control.Monad.Writer.Lazy'
  45% (  5 / 11) in 'Control.Monad.Writer.Strict'
 100% ( 18 / 18) in 'Control.Monad.State.Lazy'
 100% (  2 /  2) in 'Control.Monad.Writer'
 100% (  2 /  2) in 'Control.Monad.State'
  75% (  3 /  4) in 'Control.Monad.Identity'
  81% ( 13 / 16) in 'Control.Monad.Reader'
  90% (  9 / 10) in 'Control.Monad.Error'
   0% (  0 /  9) in 'Control.Monad.Zipper'
   0% (  0 / 17) in 'Control.Monad.Views'
   0% (  0 / 26) in 'Control.Monad.Mask'
Documentation created: dist/doc/html/mzv/index.html, dist/doc/html/mzv/mzv.txt
Installing library in
/srv/hackage/var/build/tmp-install/lib/x86_64-linux-ghc-7.6.3/mzv-0.1.0.2
Registering mzv-0.1.0.2...
Installed mzv-0.1.0.2

Test log

No test log was submitted for this report.