Build #1 for bearriver-0.10.4

[all reports]

Package bearriver-0.10.4
Install InstallOk
Docs Ok
Tests NotTried
Time submitted 2016-06-11 15:56:18.80573 UTC
Compiler ghc-8.0.1.20160521
OS linux
Arch x86_64
Dependencies base-4.9.0.0, dunai-0.1.0.0, mtl-2.2.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-6028/mtl-2.2.1'
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 )
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.22145174067468703135.1
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20160521/mtl-2.2.1-6qsR1PHUy5lL47Hpoa4jCM
Registering mtl-2.2.1...
cabal: Leaving directory '/tmp/cabal-tmp-6028/mtl-2.2.1'
Installed mtl-2.2.1
cabal: Entering directory '/tmp/cabal-tmp-6028/stm-2.4.4.1'
Configuring stm-2.4.4.1...
Building stm-2.4.4.1...
Preprocessing library stm-2.4.4.1...
[ 1 of 10] Compiling Control.Sequential.STM ( Control/Sequential/STM.hs, dist/build/Control/Sequential/STM.o )
[ 2 of 10] Compiling Control.Concurrent.STM.TBQueue ( Control/Concurrent/STM/TBQueue.hs, dist/build/Control/Concurrent/STM/TBQueue.o )
[ 3 of 10] Compiling Control.Concurrent.STM.TQueue ( Control/Concurrent/STM/TQueue.hs, dist/build/Control/Concurrent/STM/TQueue.o )
[ 4 of 10] Compiling Control.Concurrent.STM.TChan ( Control/Concurrent/STM/TChan.hs, dist/build/Control/Concurrent/STM/TChan.o )
[ 5 of 10] Compiling Control.Concurrent.STM.TMVar ( Control/Concurrent/STM/TMVar.hs, dist/build/Control/Concurrent/STM/TMVar.o )
[ 6 of 10] Compiling Control.Concurrent.STM.TVar ( Control/Concurrent/STM/TVar.hs, dist/build/Control/Concurrent/STM/TVar.o )
[ 7 of 10] Compiling Control.Concurrent.STM.TArray ( Control/Concurrent/STM/TArray.hs, dist/build/Control/Concurrent/STM/TArray.o )
[ 8 of 10] Compiling Control.Monad.STM ( Control/Monad/STM.hs, dist/build/Control/Monad/STM.o )
[ 9 of 10] Compiling Control.Concurrent.STM ( Control/Concurrent/STM.hs, dist/build/Control/Concurrent/STM.o )
[10 of 10] Compiling Control.Concurrent.STM.TSem ( Control/Concurrent/STM/TSem.hs, dist/build/Control/Concurrent/STM/TSem.o )
Running Haddock for stm-2.4.4.1...
Running hscolour for stm-2.4.4.1...
Preprocessing library stm-2.4.4.1...
Preprocessing library stm-2.4.4.1...
Haddock coverage:
   0% (  0 / 11) in 'Control.Sequential.STM'
  Missing documentation for:
    Module header
    STM (Control/Sequential/STM.hs:29)
    atomically (Control/Sequential/STM.hs:47)
    throwSTM (Control/Sequential/STM.hs:54)
    catchSTM (Control/Sequential/STM.hs:57)
    TVar (Control/Sequential/STM.hs:72)
    newTVar (Control/Sequential/STM.hs:75)
    newTVarIO (Control/Sequential/STM.hs:78)
    readTVar (Control/Sequential/STM.hs:83)
    readTVarIO (Control/Sequential/STM.hs:86)
    writeTVar (Control/Sequential/STM.hs:89)
 100% ( 13 / 13) in 'Control.Concurrent.STM.TBQueue'
 100% ( 12 / 12) in 'Control.Concurrent.STM.TQueue'
 100% ( 18 / 18) in 'Control.Concurrent.STM.TChan'
 100% ( 16 / 16) in 'Control.Concurrent.STM.TMVar'
 100% ( 13 / 13) in 'Control.Concurrent.STM.TVar'
 100% (  2 /  2) in 'Control.Concurrent.STM.TArray'
  90% (  9 / 10) in 'Control.Monad.STM'
  Missing documentation for:
    check (Control/Monad/STM.hs:81)
 100% (  8 /  8) in 'Control.Concurrent.STM'
  40% (  2 /  5) in 'Control.Concurrent.STM.TSem'
  Missing documentation for:
    newTSem (Control/Concurrent/STM/TSem.hs:42)
    waitTSem (Control/Concurrent/STM/TSem.hs:45)
    signalTSem (Control/Concurrent/STM/TSem.hs:51)
Warning: Control.Concurrent.STM.TArray: could not find link destinations for:
    getNumElements unsafeNewArray_ unsafeRead unsafeWrite
Warning: Control.Monad.STM: could not find link destinations for:
    getNumElements unsafeNewArray_ unsafeRead unsafeWrite
Documentation created: dist/doc/html/stm/index.html, dist/doc/html/stm/stm.txt
Creating package registration file:
/tmp/pkgConf-stm-2.4.41253207672570073850.1
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20160521/stm-2.4.4.1-4z2NRWnB0NIIUvSJsHW0kF
Registering stm-2.4.4.1...
cabal: Leaving directory '/tmp/cabal-tmp-6028/stm-2.4.4.1'
Installed stm-2.4.4.1
cabal: Entering directory '/tmp/cabal-tmp-6028/transformers-compat-0.5.1.4'
Configuring transformers-compat-0.5.1.4...
Building transformers-compat-0.5.1.4...
Preprocessing library transformers-compat-0.5.1.4...
[1 of 2] Compiling Paths_transformers_compat ( dist/build/autogen/Paths_transformers_compat.hs, dist/build/Paths_transformers_compat.o )
[2 of 2] Compiling Control.Monad.Trans.Instances ( src/Control/Monad/Trans/Instances.hs, dist/build/Control/Monad/Trans/Instances.o )
Running Haddock for transformers-compat-0.5.1.4...
Running hscolour for transformers-compat-0.5.1.4...
Preprocessing library transformers-compat-0.5.1.4...
Preprocessing library transformers-compat-0.5.1.4...
Haddock coverage:
   0% (  0 /  8) in 'Paths_transformers_compat'
  Missing documentation for:
    Module header
    version (dist/build/autogen/Paths_transformers_compat.hs:28)
    getBinDir (dist/build/autogen/Paths_transformers_compat.hs:38)
    getLibDir (dist/build/autogen/Paths_transformers_compat.hs:38)
    getDataDir (dist/build/autogen/Paths_transformers_compat.hs:38)
    getLibexecDir (dist/build/autogen/Paths_transformers_compat.hs:38)
    getDataFileName (dist/build/autogen/Paths_transformers_compat.hs:45)
    getSysconfDir (dist/build/autogen/Paths_transformers_compat.hs:38)
 100% (  1 /  1) in 'Control.Monad.Trans.Instances'
Documentation created: dist/doc/html/transformers-compat/index.html,
dist/doc/html/transformers-compat/transformers-compat.txt
Creating package registration file:
/tmp/pkgConf-transformers-compat-0.5.11941690360410409117.4
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20160521/transformers-compat-0.5.1.4-G5tKvPrwhggJRvSwXNMs1N
Registering transformers-compat-0.5.1.4...
cabal: Leaving directory '/tmp/cabal-tmp-6028/transformers-compat-0.5.1.4'
Installed transformers-compat-0.5.1.4
cabal: Entering directory '/tmp/cabal-tmp-6028/transformers-base-0.4.4'
Configuring transformers-base-0.4.4...
Building transformers-base-0.4.4...
Preprocessing library transformers-base-0.4.4...
[1 of 1] Compiling Control.Monad.Base ( src/Control/Monad/Base.hs, dist/build/Control/Monad/Base.o )

src/Control/Monad/Base.hs:22:1: warning: [-Wunused-imports]
    The import of ‘Data.Monoid’ is redundant
      except perhaps to import instances from ‘Data.Monoid’
    To import instances alone, use: import Data.Monoid()
Running Haddock for transformers-base-0.4.4...
Running hscolour for transformers-base-0.4.4...
Preprocessing library transformers-base-0.4.4...
Preprocessing library transformers-base-0.4.4...

src/Control/Monad/Base.hs:22:1: warning: [-Wunused-imports]
    The import of ‘Data.Monoid’ is redundant
      except perhaps to import instances from ‘Data.Monoid’
    To import instances alone, use: import Data.Monoid()
Haddock coverage:
  33% (  1 /  3) in 'Control.Monad.Base'
  Missing documentation for:
    Module header
    MonadBase (src/Control/Monad/Base.hs:50)
Documentation created: dist/doc/html/transformers-base/index.html,
dist/doc/html/transformers-base/transformers-base.txt
Creating package registration file:
/tmp/pkgConf-transformers-base-0.4478034945471990783.4
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20160521/transformers-base-0.4.4-FMTbgPqmqMsCiOz3biyAGx
Registering transformers-base-0.4.4...
cabal: Leaving directory '/tmp/cabal-tmp-6028/transformers-base-0.4.4'
Installed transformers-base-0.4.4
Downloading dunai-0.1.0.0...
cabal: Entering directory '/tmp/cabal-tmp-6028/dunai-0.1.0.0'
Configuring dunai-0.1.0.0...
Building dunai-0.1.0.0...
Preprocessing library dunai-0.1.0.0...
[ 1 of 16] Compiling Data.Tuple.Util  ( src/Data/Tuple/Util.hs, dist/build/Data/Tuple/Util.o )
[ 2 of 16] Compiling Control.Arrow.Util ( src/Control/Arrow/Util.hs, dist/build/Control/Arrow/Util.o )
[ 3 of 16] Compiling Data.MonadicStreamFunction.Core ( src/Data/MonadicStreamFunction/Core.hs, dist/build/Data/MonadicStreamFunction/Core.o )

src/Data/MonadicStreamFunction/Core.hs:27: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/Data/MonadicStreamFunction/Core.hs:101:1: warning: [-Wredundant-constraints]
    • Redundant constraint: Monad m2
    • In the type signature for:
           liftMStreamFBase :: (Monad m2, MonadBase m1 m2) =>
                               MStreamF m1 a b -> MStreamF m2 a b
[ 4 of 16] Compiling Data.MonadicStreamFunction.ArrowChoice ( src/Data/MonadicStreamFunction/ArrowChoice.hs, dist/build/Data/MonadicStreamFunction/ArrowChoice.o )

src/Data/MonadicStreamFunction/ArrowChoice.hs:7:1: warning: [-Worphans]
    Orphan instance: instance Monad m => ArrowChoice (MStreamF m)
    To avoid this
        move the instance declaration to the module of the class or of the type, or
        wrap the type with a newtype and declare the instance on the new type.
[ 5 of 16] Compiling Data.MonadicStreamFunction.ArrowLoop ( src/Data/MonadicStreamFunction/ArrowLoop.hs, dist/build/Data/MonadicStreamFunction/ArrowLoop.o )

src/Data/MonadicStreamFunction/ArrowLoop.hs:8:1: warning: [-Wunused-imports]
    The import of ‘Control.Category’ is redundant
      except perhaps to import instances from ‘Control.Category’
    To import instances alone, use: import Control.Category()

src/Data/MonadicStreamFunction/ArrowLoop.hs:9:1: warning: [-Wunused-imports]
    The import of ‘Control.Monad’ is redundant
      except perhaps to import instances from ‘Control.Monad’
    To import instances alone, use: import Control.Monad()

src/Data/MonadicStreamFunction/ArrowLoop.hs:12:1: warning: [-Worphans]
    Orphan instance:
      instance (Monad m, MonadFix m) => ArrowLoop (MStreamF m)
    To avoid this
        move the instance declaration to the module of the class or of the type, or
        wrap the type with a newtype and declare the instance on the new type.
[ 6 of 16] Compiling Data.MonadicStreamFunction.ArrowPlus ( src/Data/MonadicStreamFunction/ArrowPlus.hs, dist/build/Data/MonadicStreamFunction/ArrowPlus.o )

src/Data/MonadicStreamFunction/ArrowPlus.hs:8:1: warning: [-Worphans]
    Orphan instance:
      instance (Monad m, MonadPlus m) => ArrowZero (MStreamF m)
    To avoid this
        move the instance declaration to the module of the class or of the type, or
        wrap the type with a newtype and declare the instance on the new type.

src/Data/MonadicStreamFunction/ArrowPlus.hs:11:1: warning: [-Worphans]
    Orphan instance:
      instance (Monad m, MonadPlus m) => ArrowPlus (MStreamF m)
    To avoid this
        move the instance declaration to the module of the class or of the type, or
        wrap the type with a newtype and declare the instance on the new type.
[ 7 of 16] Compiling Data.MonadicStreamFunction.Instances ( src/Data/MonadicStreamFunction/Instances.hs, dist/build/Data/MonadicStreamFunction/Instances.o )

src/Data/MonadicStreamFunction/Instances.hs:8:1: warning: [-Wunused-imports]
    The import of ‘Control.Arrow.Util’ is redundant
      except perhaps to import instances from ‘Control.Arrow.Util’
    To import instances alone, use: import Control.Arrow.Util()
[ 8 of 16] Compiling Data.MonadicStreamFunction.Instances.Num ( src/Data/MonadicStreamFunction/Instances/Num.hs, dist/build/Data/MonadicStreamFunction/Instances/Num.o )

src/Data/MonadicStreamFunction/Instances/Num.hs:9:1: warning: [-Worphans]
    Orphan instance: instance (Monad m, Num b) => Num (MStreamF m a b)
    To avoid this
        move the instance declaration to the module of the class or of the type, or
        wrap the type with a newtype and declare the instance on the new type.

src/Data/MonadicStreamFunction/Instances/Num.hs:18:1: warning: [-Worphans]
    Orphan instance:
      instance (Monad m, Fractional b) => Fractional (MStreamF m a b)
    To avoid this
        move the instance declaration to the module of the class or of the type, or
        wrap the type with a newtype and declare the instance on the new type.

src/Data/MonadicStreamFunction/Instances/Num.hs:23:1: warning: [-Worphans]
    Orphan instance:
      instance (Monad m, Floating b) => Floating (MStreamF m a b)
    To avoid this
        move the instance declaration to the module of the class or of the type, or
        wrap the type with a newtype and declare the instance on the new type.
[ 9 of 16] Compiling Data.VectorSpace ( src/Data/VectorSpace.hs, dist/build/Data/VectorSpace.o )
[10 of 16] Compiling Data.VectorSpace.Instances ( src/Data/VectorSpace/Instances.hs, dist/build/Data/VectorSpace/Instances.o )

src/Data/VectorSpace/Instances.hs:9:1: warning: [-Worphans]
    Orphan instance: instance Num a => RModule a
    To avoid this
        move the instance declaration to the module of the class or of the type, or
        wrap the type with a newtype and declare the instance on the new type.

src/Data/VectorSpace/Instances.hs:18:1: warning: [-Worphans]
    Orphan instance: instance Fractional a => VectorSpace a
    To avoid this
        move the instance declaration to the module of the class or of the type, or
        wrap the type with a newtype and declare the instance on the new type.

src/Data/VectorSpace/Instances.hs:21:1: warning: [-Worphans]
    Orphan instance: instance Num a => InnerProductSpace a
    To avoid this
        move the instance declaration to the module of the class or of the type, or
        wrap the type with a newtype and declare the instance on the new type.
[11 of 16] Compiling Data.MonadicStreamFunction.Instances.VectorSpace ( src/Data/MonadicStreamFunction/Instances/VectorSpace.hs, dist/build/Data/MonadicStreamFunction/Instances/VectorSpace.o )

src/Data/MonadicStreamFunction/Instances/VectorSpace.hs:12:1: warning: [-Worphans]
    Orphan instance:
      instance (Monad m, RModule v) => RModule (MStreamF m a v)
    To avoid this
        move the instance declaration to the module of the class or of the type, or
        wrap the type with a newtype and declare the instance on the new type.

src/Data/MonadicStreamFunction/Instances/VectorSpace.hs:20:1: warning: [-Worphans]
    Orphan instance:
      instance (Monad m, VectorSpace v) => VectorSpace (MStreamF m a v)
    To avoid this
        move the instance declaration to the module of the class or of the type, or
        wrap the type with a newtype and declare the instance on the new type.
[12 of 16] Compiling Data.VectorSpace.Tuples ( src/Data/VectorSpace/Tuples.hs, dist/build/Data/VectorSpace/Tuples.o )

src/Data/VectorSpace/Tuples.hs:13:1: warning: [-Worphans]
    Orphan instance:
      instance (Groundring a ~ Groundring b, RModule a, RModule b) =>
               RModule (a, b)
    To avoid this
        move the instance declaration to the module of the class or of the type, or
        wrap the type with a newtype and declare the instance on the new type.

src/Data/VectorSpace/Tuples.hs:19:1: warning: [-Worphans]
    Orphan instance:
      instance (Groundfield a ~ Groundfield b, VectorSpace a,
                VectorSpace b) =>
               VectorSpace (a, b)
    To avoid this
        move the instance declaration to the module of the class or of the type, or
        wrap the type with a newtype and declare the instance on the new type.

src/Data/VectorSpace/Tuples.hs:22:1: warning: [-Worphans]
    Orphan instance:
      instance (Groundfield a ~ Groundfield b, InnerProductSpace a,
                InnerProductSpace b) =>
               InnerProductSpace (a, b)
    To avoid this
        move the instance declaration to the module of the class or of the type, or
        wrap the type with a newtype and declare the instance on the new type.

src/Data/VectorSpace/Tuples.hs:43:1: warning: [-Worphans]
    Orphan instance: instance Num a => RModule (a, a, a)
    To avoid this
        move the instance declaration to the module of the class or of the type, or
        wrap the type with a newtype and declare the instance on the new type.

src/Data/VectorSpace/Tuples.hs:51:1: warning: [-Worphans]
    Orphan instance: instance Fractional a => VectorSpace (a, a, a)
    To avoid this
        move the instance declaration to the module of the class or of the type, or
        wrap the type with a newtype and declare the instance on the new type.

src/Data/VectorSpace/Tuples.hs:55:1: warning: [-Worphans]
    Orphan instance: instance Num a => InnerProductSpace (a, a, a)
    To avoid this
        move the instance declaration to the module of the class or of the type, or
        wrap the type with a newtype and declare the instance on the new type.

src/Data/VectorSpace/Tuples.hs:59:1: warning: [-Worphans]
    Orphan instance: instance Num a => RModule (a, a, a, a)
    To avoid this
        move the instance declaration to the module of the class or of the type, or
        wrap the type with a newtype and declare the instance on the new type.

src/Data/VectorSpace/Tuples.hs:67:1: warning: [-Worphans]
    Orphan instance: instance Fractional a => VectorSpace (a, a, a, a)
    To avoid this
        move the instance declaration to the module of the class or of the type, or
        wrap the type with a newtype and declare the instance on the new type.

src/Data/VectorSpace/Tuples.hs:71:1: warning: [-Worphans]
    Orphan instance: instance Num a => InnerProductSpace (a, a, a, a)
    To avoid this
        move the instance declaration to the module of the class or of the type, or
        wrap the type with a newtype and declare the instance on the new type.

src/Data/VectorSpace/Tuples.hs:75:1: warning: [-Worphans]
    Orphan instance: instance Num a => RModule (a, a, a, a, a)
    To avoid this
        move the instance declaration to the module of the class or of the type, or
        wrap the type with a newtype and declare the instance on the new type.

src/Data/VectorSpace/Tuples.hs:83:1: warning: [-Worphans]
    Orphan instance:
      instance Fractional a => VectorSpace (a, a, a, a, a)
    To avoid this
        move the instance declaration to the module of the class or of the type, or
        wrap the type with a newtype and declare the instance on the new type.

src/Data/VectorSpace/Tuples.hs:87:1: warning: [-Worphans]
    Orphan instance:
      instance Num a => InnerProductSpace (a, a, a, a, a)
    To avoid this
        move the instance declaration to the module of the class or of the type, or
        wrap the type with a newtype and declare the instance on the new type.
[13 of 16] Compiling Data.VectorSpace.Specific ( src/Data/VectorSpace/Specific.hs, dist/build/Data/VectorSpace/Specific.o )

src/Data/VectorSpace/Specific.hs:7:1: warning: [-Worphans]
    Orphan instance: instance RModule Int
    To avoid this
        move the instance declaration to the module of the class or of the type, or
        wrap the type with a newtype and declare the instance on the new type.

src/Data/VectorSpace/Specific.hs:13:1: warning: [-Worphans]
    Orphan instance: instance RModule Integer
    To avoid this
        move the instance declaration to the module of the class or of the type, or
        wrap the type with a newtype and declare the instance on the new type.

src/Data/VectorSpace/Specific.hs:20:1: warning: [-Worphans]
    Orphan instance: instance RModule Double
    To avoid this
        move the instance declaration to the module of the class or of the type, or
        wrap the type with a newtype and declare the instance on the new type.

src/Data/VectorSpace/Specific.hs:26:1: warning: [-Worphans]
    Orphan instance: instance RModule Float
    To avoid this
        move the instance declaration to the module of the class or of the type, or
        wrap the type with a newtype and declare the instance on the new type.

src/Data/VectorSpace/Specific.hs:32:1: warning: [-Worphans]
    Orphan instance: instance VectorSpace Double
    To avoid this
        move the instance declaration to the module of the class or of the type, or
        wrap the type with a newtype and declare the instance on the new type.

src/Data/VectorSpace/Specific.hs:34:1: warning: [-Worphans]
    Orphan instance: instance VectorSpace Float
    To avoid this
        move the instance declaration to the module of the class or of the type, or
        wrap the type with a newtype and declare the instance on the new type.
[14 of 16] Compiling Data.MonadicStreamFunction ( src/Data/MonadicStreamFunction.hs, dist/build/Data/MonadicStreamFunction.o )

src/Data/MonadicStreamFunction.hs:20:1: warning: [-Wunused-imports]
    The import of ‘Data.VectorSpace’ is redundant
      except perhaps to import instances from ‘Data.VectorSpace’
    To import instances alone, use: import Data.VectorSpace()

src/Data/MonadicStreamFunction.hs:24:1: warning: [-Wunused-imports]
    The import of ‘Data.MonadicStreamFunction.ArrowChoice’ is redundant
      except perhaps to import instances from ‘Data.MonadicStreamFunction.ArrowChoice’
    To import instances alone, use: import Data.MonadicStreamFunction.ArrowChoice()

src/Data/MonadicStreamFunction.hs:25:1: warning: [-Wunused-imports]
    The import of ‘Data.MonadicStreamFunction.ArrowLoop’ is redundant
      except perhaps to import instances from ‘Data.MonadicStreamFunction.ArrowLoop’
    To import instances alone, use: import Data.MonadicStreamFunction.ArrowLoop()

src/Data/MonadicStreamFunction.hs:26:1: warning: [-Wunused-imports]
    The import of ‘Data.MonadicStreamFunction.ArrowPlus’ is redundant
      except perhaps to import instances from ‘Data.MonadicStreamFunction.ArrowPlus’
    To import instances alone, use: import Data.MonadicStreamFunction.ArrowPlus()

src/Data/MonadicStreamFunction.hs:30:1: warning: [-Worphans]
    Orphan instance: instance Functor m => Functor (MStreamF m r)
    To avoid this
        move the instance declaration to the module of the class or of the type, or
        wrap the type with a newtype and declare the instance on the new type.

src/Data/MonadicStreamFunction.hs:37:1: warning: [-Worphans]
    Orphan instance:
      instance Applicative m => Applicative (MStreamF m r)
    To avoid this
        move the instance declaration to the module of the class or of the type, or
        wrap the type with a newtype and declare the instance on the new type.

src/Data/MonadicStreamFunction.hs:161:13: warning: [-Wname-shadowing]
    This binding for ‘sf’ shadows the existing binding
      bound at src/Data/MonadicStreamFunction.hs:158:13

src/Data/MonadicStreamFunction.hs:162:13: warning: [-Wname-shadowing]
    This binding for ‘sf’ shadows the existing binding
      bound at src/Data/MonadicStreamFunction.hs:158:13
[15 of 16] Compiling Data.MonadicStreamFunction.Parallel ( src/Data/MonadicStreamFunction/Parallel.hs, dist/build/Data/MonadicStreamFunction/Parallel.o )
[16 of 16] Compiling Control.Monad.Trans.MStreamF ( src/Control/Monad/Trans/MStreamF.hs, dist/build/Control/Monad/Trans/MStreamF.o )

src/Control/Monad/Trans/MStreamF.hs:6:1: warning: [-Wunused-imports]
    The import of ‘Data.Monoid’ is redundant
      except perhaps to import instances from ‘Data.Monoid’
    To import instances alone, use: import Data.Monoid()

src/Control/Monad/Trans/MStreamF.hs:7: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/Control/Monad/Trans/MStreamF.hs:83:1: warning: [-Wredundant-constraints]
    • Redundant constraint: Functor m2
    • In the type signature for:
           transG1 :: (Monad m1, Functor m2, Monad m2) =>
                      (a2 -> m1 a1)
                      -> (forall c. a2 -> m1 (b1, c) -> m2 (b2, c))
                      -> MStreamF m1 a1 b1
                      -> MStreamF m2 a2 b2

src/Control/Monad/Trans/MStreamF.hs:128:1: warning: [-Wredundant-constraints]
    • Redundant constraint: Functor m
    • In the type signature for:
           runStateS''' :: (Functor m, Monad m) =>
                           MStreamF (StateT s m) a b -> MStreamF m (s, a) (s, b)

src/Control/Monad/Trans/MStreamF.hs:187:1: warning: [-Wredundant-constraints]
    • Redundant constraint: Functor m
    • In the type signature for:
           stateS' :: (Functor m, Monad m) =>
                      MStreamF m (s, a) (s, b) -> MStreamF (StateT s m) a b

src/Control/Monad/Trans/MStreamF.hs:196:1: warning: [-Wredundant-constraints]
    • Redundant constraint: Functor m
    • In the type signature for:
           runStateS' :: (Functor m, Monad m) =>
                         MStreamF (StateT s m) a b -> MStreamF m (s, a) (s, b)

src/Control/Monad/Trans/MStreamF.hs:201:1: warning: [-Wredundant-constraints]
    • Redundant constraint: Functor m
    • In the type signature for:
           runStateS'' :: (Functor m, Monad m) =>
                          MStreamF (StateT s m) a b -> MStreamF m (s, a) (s, b)

src/Control/Monad/Trans/MStreamF.hs:222:1: warning: [-Wredundant-constraints]
    • Redundant constraint: Functor m
    • In the type signature for:
           runWriterS' :: (Monoid s, Functor m, Monad m) =>
                          MStreamF (WriterT s m) a b -> MStreamF m a (s, b)

src/Control/Monad/Trans/MStreamF.hs:234:1: warning: [-Wredundant-constraints]
    • Redundant constraint: Functor m
    • In the type signature for:
           runWriterS'' :: (Monoid s, Functor m, Monad m) =>
                           MStreamF (WriterT s m) a b -> MStreamF m a (s, b)

src/Control/Monad/Trans/MStreamF.hs:256:1: warning: [-Wredundant-constraints]
    • Redundant constraint: Functor m
    • In the type signature for:
           unwrapMSFWriterT :: (Monad m, Functor m) =>
                               (a -> WriterT s m (b, ct)) -> a -> m ((s, b), ct)

src/Control/Monad/Trans/MStreamF.hs:319:1: warning: [-Wredundant-constraints]
    • Redundant constraint: Functor m
    • In the type signature for:
           runRWSS :: (Functor m, Monad m, Monoid w) =>
                      MStreamF (RWST r w s m) a b -> MStreamF m (r, s, a) (w, s, b)

src/Control/Monad/Trans/MStreamF.hs:495:1: warning: [-Wredundant-constraints]
    • Redundant constraint: Functor m
    • In the type signature for:
           widthFirst :: (Functor m, Monad m) =>
                         MStreamF (ListT m) a b -> MStreamF m a [b]
Running Haddock for dunai-0.1.0.0...
Running hscolour for dunai-0.1.0.0...
Preprocessing library dunai-0.1.0.0...
Preprocessing library dunai-0.1.0.0...

src/Data/MonadicStreamFunction/Core.hs:27: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/Data/MonadicStreamFunction/Core.hs:101:1: warning: [-Wredundant-constraints]
    • Redundant constraint: Monad m2
    • In the type signature for:
           liftMStreamFBase :: (Monad m2, MonadBase m1 m2) =>
                               MStreamF m1 a b -> MStreamF m2 a b

src/Data/MonadicStreamFunction/ArrowChoice.hs:7:1: warning: [-Worphans]
    Orphan instance: instance Monad m => ArrowChoice (MStreamF m)
    To avoid this
        move the instance declaration to the module of the class or of the type, or
        wrap the type with a newtype and declare the instance on the new type.

src/Data/MonadicStreamFunction/ArrowLoop.hs:8:1: warning: [-Wunused-imports]
    The import of ‘Control.Category’ is redundant
      except perhaps to import instances from ‘Control.Category’
    To import instances alone, use: import Control.Category()

src/Data/MonadicStreamFunction/ArrowLoop.hs:9:1: warning: [-Wunused-imports]
    The import of ‘Control.Monad’ is redundant
      except perhaps to import instances from ‘Control.Monad’
    To import instances alone, use: import Control.Monad()

src/Data/MonadicStreamFunction/ArrowLoop.hs:12:1: warning: [-Worphans]
    Orphan instance:
      instance (Monad m, MonadFix m) => ArrowLoop (MStreamF m)
    To avoid this
        move the instance declaration to the module of the class or of the type, or
        wrap the type with a newtype and declare the instance on the new type.

src/Data/MonadicStreamFunction/ArrowPlus.hs:8:1: warning: [-Worphans]
    Orphan instance:
      instance (Monad m, MonadPlus m) => ArrowZero (MStreamF m)
    To avoid this
        move the instance declaration to the module of the class or of the type, or
        wrap the type with a newtype and declare the instance on the new type.

src/Data/MonadicStreamFunction/ArrowPlus.hs:11:1: warning: [-Worphans]
    Orphan instance:
      instance (Monad m, MonadPlus m) => ArrowPlus (MStreamF m)
    To avoid this
        move the instance declaration to the module of the class or of the type, or
        wrap the type with a newtype and declare the instance on the new type.

src/Data/MonadicStreamFunction/Instances.hs:8:1: warning: [-Wunused-imports]
    The import of ‘Control.Arrow.Util’ is redundant
      except perhaps to import instances from ‘Control.Arrow.Util’
    To import instances alone, use: import Control.Arrow.Util()

src/Data/MonadicStreamFunction/Instances/Num.hs:9:1: warning: [-Worphans]
    Orphan instance: instance (Monad m, Num b) => Num (MStreamF m a b)
    To avoid this
        move the instance declaration to the module of the class or of the type, or
        wrap the type with a newtype and declare the instance on the new type.

src/Data/MonadicStreamFunction/Instances/Num.hs:18:1: warning: [-Worphans]
    Orphan instance:
      instance (Monad m, Fractional b) => Fractional (MStreamF m a b)
    To avoid this
        move the instance declaration to the module of the class or of the type, or
        wrap the type with a newtype and declare the instance on the new type.

src/Data/MonadicStreamFunction/Instances/Num.hs:23:1: warning: [-Worphans]
    Orphan instance:
      instance (Monad m, Floating b) => Floating (MStreamF m a b)
    To avoid this
        move the instance declaration to the module of the class or of the type, or
        wrap the type with a newtype and declare the instance on the new type.

src/Data/VectorSpace/Instances.hs:9:1: warning: [-Worphans]
    Orphan instance: instance Num a => RModule a
    To avoid this
        move the instance declaration to the module of the class or of the type, or
        wrap the type with a newtype and declare the instance on the new type.

src/Data/VectorSpace/Instances.hs:18:1: warning: [-Worphans]
    Orphan instance: instance Fractional a => VectorSpace a
    To avoid this
        move the instance declaration to the module of the class or of the type, or
        wrap the type with a newtype and declare the instance on the new type.

src/Data/VectorSpace/Instances.hs:21:1: warning: [-Worphans]
    Orphan instance: instance Num a => InnerProductSpace a
    To avoid this
        move the instance declaration to the module of the class or of the type, or
        wrap the type with a newtype and declare the instance on the new type.

src/Data/MonadicStreamFunction/Instances/VectorSpace.hs:12:1: warning: [-Worphans]
    Orphan instance:
      instance (Monad m, RModule v) => RModule (MStreamF m a v)
    To avoid this
        move the instance declaration to the module of the class or of the type, or
        wrap the type with a newtype and declare the instance on the new type.

src/Data/MonadicStreamFunction/Instances/VectorSpace.hs:20:1: warning: [-Worphans]
    Orphan instance:
      instance (Monad m, VectorSpace v) => VectorSpace (MStreamF m a v)
    To avoid this
        move the instance declaration to the module of the class or of the type, or
        wrap the type with a newtype and declare the instance on the new type.

src/Data/VectorSpace/Tuples.hs:13:1: warning: [-Worphans]
    Orphan instance:
      instance (Groundring a ~ Groundring b, RModule a, RModule b) =>
               RModule (a, b)
    To avoid this
        move the instance declaration to the module of the class or of the type, or
        wrap the type with a newtype and declare the instance on the new type.

src/Data/VectorSpace/Tuples.hs:19:1: warning: [-Worphans]
    Orphan instance:
      instance (Groundfield a ~ Groundfield b, VectorSpace a,
                VectorSpace b) =>
               VectorSpace (a, b)
    To avoid this
        move the instance declaration to the module of the class or of the type, or
        wrap the type with a newtype and declare the instance on the new type.

src/Data/VectorSpace/Tuples.hs:22:1: warning: [-Worphans]
    Orphan instance:
      instance (Groundfield a ~ Groundfield b, InnerProductSpace a,
                InnerProductSpace b) =>
               InnerProductSpace (a, b)
    To avoid this
        move the instance declaration to the module of the class or of the type, or
        wrap the type with a newtype and declare the instance on the new type.

src/Data/VectorSpace/Tuples.hs:43:1: warning: [-Worphans]
    Orphan instance: instance Num a => RModule (a, a, a)
    To avoid this
        move the instance declaration to the module of the class or of the type, or
        wrap the type with a newtype and declare the instance on the new type.

src/Data/VectorSpace/Tuples.hs:51:1: warning: [-Worphans]
    Orphan instance: instance Fractional a => VectorSpace (a, a, a)
    To avoid this
        move the instance declaration to the module of the class or of the type, or
        wrap the type with a newtype and declare the instance on the new type.

src/Data/VectorSpace/Tuples.hs:55:1: warning: [-Worphans]
    Orphan instance: instance Num a => InnerProductSpace (a, a, a)
    To avoid this
        move the instance declaration to the module of the class or of the type, or
        wrap the type with a newtype and declare the instance on the new type.

src/Data/VectorSpace/Tuples.hs:59:1: warning: [-Worphans]
    Orphan instance: instance Num a => RModule (a, a, a, a)
    To avoid this
        move the instance declaration to the module of the class or of the type, or
        wrap the type with a newtype and declare the instance on the new type.

src/Data/VectorSpace/Tuples.hs:67:1: warning: [-Worphans]
    Orphan instance: instance Fractional a => VectorSpace (a, a, a, a)
    To avoid this
        move the instance declaration to the module of the class or of the type, or
        wrap the type with a newtype and declare the instance on the new type.

src/Data/VectorSpace/Tuples.hs:71:1: warning: [-Worphans]
    Orphan instance: instance Num a => InnerProductSpace (a, a, a, a)
    To avoid this
        move the instance declaration to the module of the class or of the type, or
        wrap the type with a newtype and declare the instance on the new type.

src/Data/VectorSpace/Tuples.hs:75:1: warning: [-Worphans]
    Orphan instance: instance Num a => RModule (a, a, a, a, a)
    To avoid this
        move the instance declaration to the module of the class or of the type, or
        wrap the type with a newtype and declare the instance on the new type.

src/Data/VectorSpace/Tuples.hs:83:1: warning: [-Worphans]
    Orphan instance:
      instance Fractional a => VectorSpace (a, a, a, a, a)
    To avoid this
        move the instance declaration to the module of the class or of the type, or
        wrap the type with a newtype and declare the instance on the new type.

src/Data/VectorSpace/Tuples.hs:87:1: warning: [-Worphans]
    Orphan instance:
      instance Num a => InnerProductSpace (a, a, a, a, a)
    To avoid this
        move the instance declaration to the module of the class or of the type, or
        wrap the type with a newtype and declare the instance on the new type.

src/Data/VectorSpace/Specific.hs:7:1: warning: [-Worphans]
    Orphan instance: instance RModule Int
    To avoid this
        move the instance declaration to the module of the class or of the type, or
        wrap the type with a newtype and declare the instance on the new type.

src/Data/VectorSpace/Specific.hs:13:1: warning: [-Worphans]
    Orphan instance: instance RModule Integer
    To avoid this
        move the instance declaration to the module of the class or of the type, or
        wrap the type with a newtype and declare the instance on the new type.

src/Data/VectorSpace/Specific.hs:20:1: warning: [-Worphans]
    Orphan instance: instance RModule Double
    To avoid this
        move the instance declaration to the module of the class or of the type, or
        wrap the type with a newtype and declare the instance on the new type.

src/Data/VectorSpace/Specific.hs:26:1: warning: [-Worphans]
    Orphan instance: instance RModule Float
    To avoid this
        move the instance declaration to the module of the class or of the type, or
        wrap the type with a newtype and declare the instance on the new type.

src/Data/VectorSpace/Specific.hs:32:1: warning: [-Worphans]
    Orphan instance: instance VectorSpace Double
    To avoid this
        move the instance declaration to the module of the class or of the type, or
        wrap the type with a newtype and declare the instance on the new type.

src/Data/VectorSpace/Specific.hs:34:1: warning: [-Worphans]
    Orphan instance: instance VectorSpace Float
    To avoid this
        move the instance declaration to the module of the class or of the type, or
        wrap the type with a newtype and declare the instance on the new type.

src/Data/MonadicStreamFunction.hs:20:1: warning: [-Wunused-imports]
    The import of ‘Data.VectorSpace’ is redundant
      except perhaps to import instances from ‘Data.VectorSpace’
    To import instances alone, use: import Data.VectorSpace()

src/Data/MonadicStreamFunction.hs:24:1: warning: [-Wunused-imports]
    The import of ‘Data.MonadicStreamFunction.ArrowChoice’ is redundant
      except perhaps to import instances from ‘Data.MonadicStreamFunction.ArrowChoice’
    To import instances alone, use: import Data.MonadicStreamFunction.ArrowChoice()

src/Data/MonadicStreamFunction.hs:25:1: warning: [-Wunused-imports]
    The import of ‘Data.MonadicStreamFunction.ArrowLoop’ is redundant
      except perhaps to import instances from ‘Data.MonadicStreamFunction.ArrowLoop’
    To import instances alone, use: import Data.MonadicStreamFunction.ArrowLoop()

src/Data/MonadicStreamFunction.hs:26:1: warning: [-Wunused-imports]
    The import of ‘Data.MonadicStreamFunction.ArrowPlus’ is redundant
      except perhaps to import instances from ‘Data.MonadicStreamFunction.ArrowPlus’
    To import instances alone, use: import Data.MonadicStreamFunction.ArrowPlus()

src/Data/MonadicStreamFunction.hs:30:1: warning: [-Worphans]
    Orphan instance: instance Functor m => Functor (MStreamF m r)
    To avoid this
        move the instance declaration to the module of the class or of the type, or
        wrap the type with a newtype and declare the instance on the new type.

src/Data/MonadicStreamFunction.hs:37:1: warning: [-Worphans]
    Orphan instance:
      instance Applicative m => Applicative (MStreamF m r)
    To avoid this
        move the instance declaration to the module of the class or of the type, or
        wrap the type with a newtype and declare the instance on the new type.

src/Data/MonadicStreamFunction.hs:161:13: warning: [-Wname-shadowing]
    This binding for ‘sf’ shadows the existing binding
      bound at src/Data/MonadicStreamFunction.hs:158:13

src/Data/MonadicStreamFunction.hs:162:13: warning: [-Wname-shadowing]
    This binding for ‘sf’ shadows the existing binding
      bound at src/Data/MonadicStreamFunction.hs:158:13

src/Control/Monad/Trans/MStreamF.hs:6:1: warning: [-Wunused-imports]
    The import of ‘Data.Monoid’ is redundant
      except perhaps to import instances from ‘Data.Monoid’
    To import instances alone, use: import Data.Monoid()

src/Control/Monad/Trans/MStreamF.hs:7: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/Control/Monad/Trans/MStreamF.hs:83:1: warning: [-Wredundant-constraints]
    • Redundant constraint: Functor m2
    • In the type signature for:
           transG1 :: (Monad m1, Functor m2, Monad m2) =>
                      (a2 -> m1 a1)
                      -> (forall c. a2 -> m1 (b1, c) -> m2 (b2, c))
                      -> MStreamF m1 a1 b1
                      -> MStreamF m2 a2 b2

src/Control/Monad/Trans/MStreamF.hs:128:1: warning: [-Wredundant-constraints]
    • Redundant constraint: Functor m
    • In the type signature for:
           runStateS''' :: (Functor m, Monad m) =>
                           MStreamF (StateT s m) a b -> MStreamF m (s, a) (s, b)

src/Control/Monad/Trans/MStreamF.hs:187:1: warning: [-Wredundant-constraints]
    • Redundant constraint: Functor m
    • In the type signature for:
           stateS' :: (Functor m, Monad m) =>
                      MStreamF m (s, a) (s, b) -> MStreamF (StateT s m) a b

src/Control/Monad/Trans/MStreamF.hs:196:1: warning: [-Wredundant-constraints]
    • Redundant constraint: Functor m
    • In the type signature for:
           runStateS' :: (Functor m, Monad m) =>
                         MStreamF (StateT s m) a b -> MStreamF m (s, a) (s, b)

src/Control/Monad/Trans/MStreamF.hs:201:1: warning: [-Wredundant-constraints]
    • Redundant constraint: Functor m
    • In the type signature for:
           runStateS'' :: (Functor m, Monad m) =>
                          MStreamF (StateT s m) a b -> MStreamF m (s, a) (s, b)

src/Control/Monad/Trans/MStreamF.hs:222:1: warning: [-Wredundant-constraints]
    • Redundant constraint: Functor m
    • In the type signature for:
           runWriterS' :: (Monoid s, Functor m, Monad m) =>
                          MStreamF (WriterT s m) a b -> MStreamF m a (s, b)

src/Control/Monad/Trans/MStreamF.hs:234:1: warning: [-Wredundant-constraints]
    • Redundant constraint: Functor m
    • In the type signature for:
           runWriterS'' :: (Monoid s, Functor m, Monad m) =>
                           MStreamF (WriterT s m) a b -> MStreamF m a (s, b)

src/Control/Monad/Trans/MStreamF.hs:256:1: warning: [-Wredundant-constraints]
    • Redundant constraint: Functor m
    • In the type signature for:
           unwrapMSFWriterT :: (Monad m, Functor m) =>
                               (a -> WriterT s m (b, ct)) -> a -> m ((s, b), ct)

src/Control/Monad/Trans/MStreamF.hs:319:1: warning: [-Wredundant-constraints]
    • Redundant constraint: Functor m
    • In the type signature for:
           runRWSS :: (Functor m, Monad m, Monoid w) =>
                      MStreamF (RWST r w s m) a b -> MStreamF m (r, s, a) (w, s, b)

src/Control/Monad/Trans/MStreamF.hs:495:1: warning: [-Wredundant-constraints]
    • Redundant constraint: Functor m
    • In the type signature for:
           widthFirst :: (Functor m, Monad m) =>
                         MStreamF (ListT m) a b -> MStreamF m a [b]
Haddock coverage:
   0% (  0 /  3) in 'Data.Tuple.Util'
  Missing documentation for:
    Module header
    assocR (src/Data/Tuple/Util.hs:3)
    assocL (src/Data/Tuple/Util.hs:6)
   0% (  0 /  6) in 'Control.Arrow.Util'
  Missing documentation for:
    Module header
    constantly (src/Control/Arrow/Util.hs:10)
    <-< (src/Control/Arrow/Util.hs:16)
    >-> (src/Control/Arrow/Util.hs:21)
    &&&! (src/Control/Arrow/Util.hs:26)
    sink (src/Control/Arrow/Util.hs:29)
  68% ( 17 / 25) in 'Data.MonadicStreamFunction.Core'
  Missing documentation for:
    MStreamF (src/Data/MonadicStreamFunction/Core.hs:36)
     (src/Data/MonadicStreamFunction/Core.hs:38)
     (src/Data/MonadicStreamFunction/Core.hs:47)
    liftMStreamF (src/Data/MonadicStreamFunction/Core.hs:58)
    iPre (src/Data/MonadicStreamFunction/Core.hs:116)
    delay (src/Data/MonadicStreamFunction/Core.hs:124)
    switch (src/Data/MonadicStreamFunction/Core.hs:129)
    feedback (src/Data/MonadicStreamFunction/Core.hs:136)
   0% (  0 /  2) in 'Data.MonadicStreamFunction.ArrowChoice'
  Missing documentation for:
    Module header
     (src/Data/MonadicStreamFunction/ArrowChoice.hs:7)
   0% (  0 /  2) in 'Data.MonadicStreamFunction.ArrowLoop'
  Missing documentation for:
    Module header
     (src/Data/MonadicStreamFunction/ArrowLoop.hs:12)
   0% (  0 /  3) in 'Data.MonadicStreamFunction.ArrowPlus'
  Missing documentation for:
    Module header
     (src/Data/MonadicStreamFunction/ArrowPlus.hs:8)
     (src/Data/MonadicStreamFunction/ArrowPlus.hs:11)
   0% (  0 /  3) in 'Data.MonadicStreamFunction.Instances'
  Missing documentation for:
    Module header
    elementwise (src/Data/MonadicStreamFunction/Instances.hs:12)
    elementwise2 (src/Data/MonadicStreamFunction/Instances.hs:15)
   0% (  0 /  4) in 'Data.MonadicStreamFunction.Instances.Num'
  Missing documentation for:
    Module header
     (src/Data/MonadicStreamFunction/Instances/Num.hs:9)
     (src/Data/MonadicStreamFunction/Instances/Num.hs:18)
     (src/Data/MonadicStreamFunction/Instances/Num.hs:23)
  17% (  1 /  6) in 'Data.VectorSpace'
  Missing documentation for:
    RModule (src/Data/VectorSpace.hs:28)
    VectorSpace (src/Data/VectorSpace.hs:51)
    Groundfield (src/Data/VectorSpace.hs:55)
    InnerProductSpace (src/Data/VectorSpace.hs:58)
    NormedSpace (src/Data/VectorSpace.hs:61)
   0% (  0 /  4) in 'Data.VectorSpace.Instances'
  Missing documentation for:
    Module header
     (src/Data/VectorSpace/Instances.hs:9)
     (src/Data/VectorSpace/Instances.hs:18)
     (src/Data/VectorSpace/Instances.hs:21)
   0% (  0 /  3) in 'Data.MonadicStreamFunction.Instances.VectorSpace'
  Missing documentation for:
    Module header
     (src/Data/MonadicStreamFunction/Instances/VectorSpace.hs:12)
     (src/Data/MonadicStreamFunction/Instances/VectorSpace.hs:20)
   0% (  0 / 13) in 'Data.VectorSpace.Tuples'
  Missing documentation for:
    Module header
     (src/Data/VectorSpace/Tuples.hs:13)
     (src/Data/VectorSpace/Tuples.hs:19)
     (src/Data/VectorSpace/Tuples.hs:22)
     (src/Data/VectorSpace/Tuples.hs:43)
     (src/Data/VectorSpace/Tuples.hs:51)
     (src/Data/VectorSpace/Tuples.hs:55)
     (src/Data/VectorSpace/Tuples.hs:59)
     (src/Data/VectorSpace/Tuples.hs:67)
     (src/Data/VectorSpace/Tuples.hs:71)
     (src/Data/VectorSpace/Tuples.hs:75)
     (src/Data/VectorSpace/Tuples.hs:83)
     (src/Data/VectorSpace/Tuples.hs:87)
   0% (  0 /  7) in 'Data.VectorSpace.Specific'
  Missing documentation for:
    Module header
     (src/Data/VectorSpace/Specific.hs:7)
     (src/Data/VectorSpace/Specific.hs:13)
     (src/Data/VectorSpace/Specific.hs:20)
     (src/Data/VectorSpace/Specific.hs:26)
     (src/Data/VectorSpace/Specific.hs:32)
     (src/Data/VectorSpace/Specific.hs:34)
Warning: Data.MonadicStreamFunction: Could not find documentation for exported module: X
  36% ( 13 / 36) in 'Data.MonadicStreamFunction'
  Missing documentation for:
     (src/Data/MonadicStreamFunction.hs:30)
     (src/Data/MonadicStreamFunction.hs:37)
    insert (src/Data/MonadicStreamFunction.hs:53)
    liftMStreamF_ (src/Data/MonadicStreamFunction.hs:61)
    ^>>> (src/Data/MonadicStreamFunction.hs:68)
    >>>^ (src/Data/MonadicStreamFunction.hs:72)
    iPost (src/Data/MonadicStreamFunction.hs:80)
    next (src/Data/MonadicStreamFunction.hs:83)
    untilS (src/Data/MonadicStreamFunction.hs:95)
    andThen (src/Data/MonadicStreamFunction.hs:99)
    withSideEffect (src/Data/MonadicStreamFunction.hs:107)
    withSideEffect_ (src/Data/MonadicStreamFunction.hs:110)
    traceGeneral (src/Data/MonadicStreamFunction.hs:115)
    trace (src/Data/MonadicStreamFunction.hs:119)
    pauseOnGeneral (src/Data/MonadicStreamFunction.hs:124)
    pauseOn (src/Data/MonadicStreamFunction.hs:128)
    sum (src/Data/MonadicStreamFunction.hs:133)
    sumFrom (src/Data/MonadicStreamFunction.hs:137)
    count (src/Data/MonadicStreamFunction.hs:144)
    unfold (src/Data/MonadicStreamFunction.hs:147)
    repeatedly (src/Data/MonadicStreamFunction.hs:151)
    mapMStreamF (src/Data/MonadicStreamFunction.hs:157)
    MStream (src/Data/MonadicStreamFunction.hs:168)
   0% (  0 /  3) in 'Data.MonadicStreamFunction.Parallel'
  Missing documentation for:
    Module header
    *|* (src/Data/MonadicStreamFunction/Parallel.hs:19)
    &|& (src/Data/MonadicStreamFunction/Parallel.hs:26)
  23% ( 17 / 74) in 'Control.Monad.Trans.MStreamF'
  Missing documentation for:
    Module header
    lifterS (src/Control/Monad/Trans/MStreamF.hs:65)
    transS (src/Control/Monad/Trans/MStreamF.hs:74)
    transG1 (src/Control/Monad/Trans/MStreamF.hs:83)
    transG (src/Control/Monad/Trans/MStreamF.hs:93)
    readerS' (src/Control/Monad/Trans/MStreamF.hs:117)
    runReaderS'' (src/Control/Monad/Trans/MStreamF.hs:120)
    runStateS''' (src/Control/Monad/Trans/MStreamF.hs:128)
    runMaybeS'' (src/Control/Monad/Trans/MStreamF.hs:135)
    runReaderS' (src/Control/Monad/Trans/MStreamF.hs:153)
    Wrapper (src/Control/Monad/Trans/MStreamF.hs:163)
    Unwrapper (src/Control/Monad/Trans/MStreamF.hs:164)
    Id (src/Control/Monad/Trans/MStreamF.hs:169)
    ReaderWrapper (src/Control/Monad/Trans/MStreamF.hs:172)
    ReaderUnwrapper (src/Control/Monad/Trans/MStreamF.hs:173)
    wrapReaderT (src/Control/Monad/Trans/MStreamF.hs:178)
    unwrapReaderT (src/Control/Monad/Trans/MStreamF.hs:181)
    stateS' (src/Control/Monad/Trans/MStreamF.hs:187)
    runStateS' (src/Control/Monad/Trans/MStreamF.hs:196)
    runStateS'' (src/Control/Monad/Trans/MStreamF.hs:201)
    writerS' (src/Control/Monad/Trans/MStreamF.hs:219)
    runWriterS' (src/Control/Monad/Trans/MStreamF.hs:222)
    writerS'' (src/Control/Monad/Trans/MStreamF.hs:225)
    runWriterS'' (src/Control/Monad/Trans/MStreamF.hs:234)
    wrapMSFWriterT (src/Control/Monad/Trans/MStreamF.hs:250)
    unwrapMSFWriterT (src/Control/Monad/Trans/MStreamF.hs:256)
    readerS (src/Control/Monad/Trans/MStreamF.hs:261)
    runReaderS (src/Control/Monad/Trans/MStreamF.hs:266)
    runReaderS_ (src/Control/Monad/Trans/MStreamF.hs:275)
    stateS (src/Control/Monad/Trans/MStreamF.hs:281)
    runStateS (src/Control/Monad/Trans/MStreamF.hs:286)
    runStateS_ (src/Control/Monad/Trans/MStreamF.hs:294)
    runStateS__ (src/Control/Monad/Trans/MStreamF.hs:300)
    writerS (src/Control/Monad/Trans/MStreamF.hs:306)
    runWriterS (src/Control/Monad/Trans/MStreamF.hs:312)
    runRWSS (src/Control/Monad/Trans/MStreamF.hs:319)
    exit (src/Control/Monad/Trans/MStreamF.hs:331)
    exitWhen (src/Control/Monad/Trans/MStreamF.hs:334)
    exitIf (src/Control/Monad/Trans/MStreamF.hs:341)
    maybeExit (src/Control/Monad/Trans/MStreamF.hs:345)
    mapMaybeS (src/Control/Monad/Trans/MStreamF.hs:348)
    inMaybeT (src/Control/Monad/Trans/MStreamF.hs:359)
    runMaybeS (src/Control/Monad/Trans/MStreamF.hs:368)
    untilMaybe (src/Control/Monad/Trans/MStreamF.hs:410)
    catchMaybe (src/Control/Monad/Trans/MStreamF.hs:416)
    catchS (src/Control/Monad/Trans/MStreamF.hs:430)
    exceptS (src/Control/Monad/Trans/MStreamF.hs:437)
    throwOnCond (src/Control/Monad/Trans/MStreamF.hs:454)
    throwOnCondM (src/Control/Monad/Trans/MStreamF.hs:459)
    throwOn (src/Control/Monad/Trans/MStreamF.hs:467)
    throwOn' (src/Control/Monad/Trans/MStreamF.hs:470)
    untilE (src/Control/Monad/Trans/MStreamF.hs:476)
    throwMaybe (src/Control/Monad/Trans/MStreamF.hs:483)
    throwS (src/Control/Monad/Trans/MStreamF.hs:486)
    inExceptT (src/Control/Monad/Trans/MStreamF.hs:489)
    widthFirst (src/Control/Monad/Trans/MStreamF.hs:495)
    sequenceS (src/Control/Monad/Trans/MStreamF.hs:503)
Warning: Data.VectorSpace.Tuples: could not find link destinations for:
    ~
Documentation created: dist/doc/html/dunai/index.html,
dist/doc/html/dunai/dunai.txt
Creating package registration file:
/tmp/pkgConf-dunai-0.1.019315139701605539862.0
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20160521/dunai-0.1.0.0-GKvvvvmBdJxHid6CDhkAiG
Registering dunai-0.1.0.0...
cabal: Leaving directory '/tmp/cabal-tmp-6028/dunai-0.1.0.0'
Installed dunai-0.1.0.0
Downloading bearriver-0.10.4...
cabal: Entering directory '/tmp/cabal-tmp-6028/bearriver-0.10.4'
Configuring bearriver-0.10.4...
Building bearriver-0.10.4...
Preprocessing library bearriver-0.10.4...
[1 of 8] Compiling FRP.Yampa.VectorSpace ( src/FRP/Yampa/VectorSpace.hs, dist/build/FRP/Yampa/VectorSpace.o )
[2 of 8] Compiling FRP.Yampa.Vector3 ( src/FRP/Yampa/Vector3.hs, dist/build/FRP/Yampa/Vector3.o )
[3 of 8] Compiling FRP.Yampa.Vector2 ( src/FRP/Yampa/Vector2.hs, dist/build/FRP/Yampa/Vector2.o )
[4 of 8] Compiling FRP.Yampa.AffineSpace ( src/FRP/Yampa/AffineSpace.hs, dist/build/FRP/Yampa/AffineSpace.o )
[5 of 8] Compiling FRP.Yampa.Point2 ( src/FRP/Yampa/Point2.hs, dist/build/FRP/Yampa/Point2.o )
[6 of 8] Compiling FRP.Yampa.Point3 ( src/FRP/Yampa/Point3.hs, dist/build/FRP/Yampa/Point3.o )
[7 of 8] Compiling FRP.BearRiver    ( src/FRP/BearRiver.hs, dist/build/FRP/BearRiver.o )
[8 of 8] Compiling FRP.Yampa        ( src/FRP/Yampa.hs, dist/build/FRP/Yampa.o )
Running Haddock for bearriver-0.10.4...
Running hscolour for bearriver-0.10.4...
Preprocessing library bearriver-0.10.4...
Preprocessing library bearriver-0.10.4...
Haddock coverage:
  12% (  1 /  8) in 'FRP.Yampa.VectorSpace'
  Missing documentation for:
    VectorSpace (src/FRP/Yampa/VectorSpace.hs:32)
     (src/FRP/Yampa/VectorSpace.hs:58)
     (src/FRP/Yampa/VectorSpace.hs:74)
     (src/FRP/Yampa/VectorSpace.hs:94)
     (src/FRP/Yampa/VectorSpace.hs:110)
     (src/FRP/Yampa/VectorSpace.hs:126)
     (src/FRP/Yampa/VectorSpace.hs:142)
   8% (  1 / 13) in 'FRP.Yampa.Vector3'
  Missing documentation for:
    Vector3 (src/FRP/Yampa/Vector3.hs:43)
    vector3 (src/FRP/Yampa/Vector3.hs:45)
    vector3X (src/FRP/Yampa/Vector3.hs:48)
    vector3Y (src/FRP/Yampa/Vector3.hs:51)
    vector3Z (src/FRP/Yampa/Vector3.hs:54)
    vector3XYZ (src/FRP/Yampa/Vector3.hs:57)
    vector3Spherical (src/FRP/Yampa/Vector3.hs:60)
    vector3Rho (src/FRP/Yampa/Vector3.hs:66)
    vector3Theta (src/FRP/Yampa/Vector3.hs:69)
    vector3Phi (src/FRP/Yampa/Vector3.hs:72)
    vector3RhoThetaPhi (src/FRP/Yampa/Vector3.hs:75)
    vector3Rotate (src/FRP/Yampa/Vector3.hs:107)
   9% (  1 / 11) in 'FRP.Yampa.Vector2'
  Missing documentation for:
    Vector2 (src/FRP/Yampa/Vector2.hs:42)
    vector2 (src/FRP/Yampa/Vector2.hs:44)
    vector2X (src/FRP/Yampa/Vector2.hs:47)
    vector2Y (src/FRP/Yampa/Vector2.hs:50)
    vector2XY (src/FRP/Yampa/Vector2.hs:53)
    vector2Polar (src/FRP/Yampa/Vector2.hs:56)
    vector2Rho (src/FRP/Yampa/Vector2.hs:59)
    vector2Theta (src/FRP/Yampa/Vector2.hs:62)
    vector2RhoTheta (src/FRP/Yampa/Vector2.hs:65)
    vector2Rotate (src/FRP/Yampa/Vector2.hs:92)
  50% (  1 /  2) in 'FRP.Yampa.AffineSpace'
  Missing documentation for:
    AffineSpace (src/FRP/Yampa/AffineSpace.hs:34)
  25% (  1 /  4) in 'FRP.Yampa.Point2'
  Missing documentation for:
    Point2 (src/FRP/Yampa/Point2.hs:35)
    point2X (src/FRP/Yampa/Point2.hs:37)
    point2Y (src/FRP/Yampa/Point2.hs:40)
  20% (  1 /  5) in 'FRP.Yampa.Point3'
  Missing documentation for:
    Point3 (src/FRP/Yampa/Point3.hs:34)
    point3X (src/FRP/Yampa/Point3.hs:36)
    point3Y (src/FRP/Yampa/Point3.hs:39)
    point3Z (src/FRP/Yampa/Point3.hs:42)
Warning: FRP.BearRiver: Could not find documentation for exported module: X
  14% (  7 / 50) in 'FRP.BearRiver'
  Missing documentation for:
    Module header
    Time (src/FRP/BearRiver.hs:27)
    DTime (src/FRP/BearRiver.hs:28)
    SF (src/FRP/BearRiver.hs:30)
    ClockInfo (src/FRP/BearRiver.hs:31)
    identity (src/FRP/BearRiver.hs:33)
    constant (src/FRP/BearRiver.hs:36)
    iPre (src/FRP/BearRiver.hs:39)
    time (src/FRP/BearRiver.hs:44)
    integral (src/FRP/BearRiver.hs:47)
    integralFrom (src/FRP/BearRiver.hs:50)
    derivative (src/FRP/BearRiver.hs:56)
    derivativeFrom (src/FRP/BearRiver.hs:59)
    Event (src/FRP/BearRiver.hs:67)
     (src/FRP/BearRiver.hs:70)
     (src/FRP/BearRiver.hs:74)
    noEvent (src/FRP/BearRiver.hs:80)
    event (src/FRP/BearRiver.hs:83)
    fromEvent (src/FRP/BearRiver.hs:87)
    isEvent (src/FRP/BearRiver.hs:90)
    tag (src/FRP/BearRiver.hs:93)
    mergeBy (src/FRP/BearRiver.hs:97)
    lMerge (src/FRP/BearRiver.hs:103)
    eventToMaybe (src/FRP/BearRiver.hs:108)
    maybeToEvent (src/FRP/BearRiver.hs:109)
    boolToEvent (src/FRP/BearRiver.hs:111)
    edge (src/FRP/BearRiver.hs:117)
    edgeBy (src/FRP/BearRiver.hs:120)
    edgeFrom (src/FRP/BearRiver.hs:124)
    hold (src/FRP/BearRiver.hs:135)
    loopPre (src/FRP/BearRiver.hs:140)
    after (src/FRP/BearRiver.hs:143)
    --> (src/FRP/BearRiver.hs:155)
    accumHoldBy (src/FRP/BearRiver.hs:160)
    dpSwitchB (src/FRP/BearRiver.hs:165)
    dSwitch (src/FRP/BearRiver.hs:178)
    switch (src/FRP/BearRiver.hs:186)
    parC (src/FRP/BearRiver.hs:193)
    parC' (src/FRP/BearRiver.hs:196)
    iterFrom (src/FRP/BearRiver.hs:205)
    reactimate (src/FRP/BearRiver.hs:211)
    dup (src/FRP/BearRiver.hs:237)
    swap (src/FRP/BearRiver.hs:238)
Warning: FRP.Yampa: Could not find documentation for exported module: X
   0% (  0 /  1) in 'FRP.Yampa'
  Missing documentation for:
    Module header
Documentation created: dist/doc/html/bearriver/index.html,
dist/doc/html/bearriver/bearriver.txt
Creating package registration file:
/tmp/pkgConf-bearriver-0.10134591281101323875.4
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20160521/bearriver-0.10.4-KGkwqHiP8RVEHwWVC57yec
Registering bearriver-0.10.4...
cabal: Leaving directory '/tmp/cabal-tmp-6028/bearriver-0.10.4'
Installed bearriver-0.10.4

Test log

No test log was submitted for this report.