[all reports]
Package |
pipes-cliff-0.12.0.0 |
Install |
InstallOk |
Docs |
Ok |
Tests |
NotTried |
Time submitted |
2016-07-16 19:36:16.008673 UTC
|
Compiler |
ghc-8.0.1.20160701 |
OS |
linux |
Arch |
x86_64 |
Dependencies |
async-2.1.0, base-4.9.0.0, bytestring-0.10.8.1, pipes-4.2.0, pipes-safe-2.2.4, process-1.4.2.0, stm-2.4.4.1, unix-2.7.2.0 |
Flags |
-tests
|
Build log
[view raw]
Resolving dependencies...
cabal: Entering directory '/tmp/cabal-tmp-27425/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.20160701/mtl-2.2.1-6qsR1PHUy5lL47Hpoa4jCM
Registering mtl-2.2.1...
cabal: Leaving directory '/tmp/cabal-tmp-27425/mtl-2.2.1'
Installed mtl-2.2.1
cabal: Entering directory '/tmp/cabal-tmp-27425/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.20160701/stm-2.4.4.1-4z2NRWnB0NIIUvSJsHW0kF
Registering stm-2.4.4.1...
cabal: Leaving directory '/tmp/cabal-tmp-27425/stm-2.4.4.1'
Installed stm-2.4.4.1
cabal: Entering directory '/tmp/cabal-tmp-27425/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.20160701/transformers-compat-0.5.1.4-G5tKvPrwhggJRvSwXNMs1N
Registering transformers-compat-0.5.1.4...
cabal: Leaving directory '/tmp/cabal-tmp-27425/transformers-compat-0.5.1.4'
Installed transformers-compat-0.5.1.4
cabal: Entering directory '/tmp/cabal-tmp-27425/async-2.1.0'
Configuring async-2.1.0...
Building async-2.1.0...
Preprocessing library async-2.1.0...
[1 of 1] Compiling Control.Concurrent.Async ( Control/Concurrent/Async.hs, dist/build/Control/Concurrent/Async.o )
Running Haddock for async-2.1.0...
Running hscolour for async-2.1.0...
Preprocessing library async-2.1.0...
Preprocessing library async-2.1.0...
Haddock coverage:
100% ( 54 / 54) in 'Control.Concurrent.Async'
Documentation created: dist/doc/html/async/index.html,
dist/doc/html/async/async.txt
Creating package registration file: /tmp/pkgConf-async-2.1478034945471990783.0
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20160701/async-2.1.0-J6Pl8k3L4PKGEpjYdgwiIf
Registering async-2.1.0...
cabal: Leaving directory '/tmp/cabal-tmp-27425/async-2.1.0'
Installed async-2.1.0
cabal: Entering directory '/tmp/cabal-tmp-27425/exceptions-0.8.2.1'
Configuring exceptions-0.8.2.1...
Building exceptions-0.8.2.1...
Preprocessing library exceptions-0.8.2.1...
[1 of 2] Compiling Control.Monad.Catch ( src/Control/Monad/Catch.hs, dist/build/Control/Monad/Catch.o )
[2 of 2] Compiling Control.Monad.Catch.Pure ( src/Control/Monad/Catch/Pure.hs, dist/build/Control/Monad/Catch/Pure.o )
Running Haddock for exceptions-0.8.2.1...
Running hscolour for exceptions-0.8.2.1...
Preprocessing library exceptions-0.8.2.1...
Preprocessing library exceptions-0.8.2.1...
Haddock coverage:
100% ( 31 / 31) in 'Control.Monad.Catch'
80% ( 8 / 10) in 'Control.Monad.Catch.Pure'
Missing documentation for:
Catch (src/Control/Monad/Catch/Pure.hs:95)
runCatch (src/Control/Monad/Catch/Pure.hs:97)
Warning: Control.Monad.Catch: could not find link destinations for:
~
Documentation created: dist/doc/html/exceptions/index.html,
dist/doc/html/exceptions/exceptions.txt
Creating package registration file:
/tmp/pkgConf-exceptions-0.8.2333582338628974580.1
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20160701/exceptions-0.8.2.1-JBQJzRdlubk7otWf6cOKjr
Registering exceptions-0.8.2.1...
cabal: Leaving directory '/tmp/cabal-tmp-27425/exceptions-0.8.2.1'
Installed exceptions-0.8.2.1
cabal: Entering directory '/tmp/cabal-tmp-27425/mmorph-1.0.6'
Configuring mmorph-1.0.6...
Building mmorph-1.0.6...
Preprocessing library mmorph-1.0.6...
[1 of 2] Compiling Control.Monad.Morph ( src/Control/Monad/Morph.hs, dist/build/Control/Monad/Morph.o )
src/Control/Monad/Morph.hs:76:1: warning: [-Wdeprecations]
Module ‘Control.Monad.Trans.Error’ is deprecated:
Use Control.Monad.Trans.Except instead
src/Control/Monad/Morph.hs:112:20: warning: [-Wdeprecations]
In the use of type constructor or class ‘ErrorT’
(imported from Control.Monad.Trans.Error):
Deprecated: "Use Control.Monad.Trans.Except instead"
src/Control/Monad/Morph.hs:113:19: warning: [-Wdeprecations]
In the use of data constructor ‘ErrorT’
(imported from Control.Monad.Trans.Error):
Deprecated: "Use Control.Monad.Trans.Except instead"
src/Control/Monad/Morph.hs:113:34: warning: [-Wdeprecations]
In the use of ‘runErrorT’
(imported from Control.Monad.Trans.Error):
Deprecated: "Use Control.Monad.Trans.Except instead"
src/Control/Monad/Morph.hs:233:11: warning: [-Wdeprecations]
In the use of type constructor or class ‘Error’
(imported from Control.Monad.Trans.Error):
Deprecated: "Use Control.Monad.Trans.Except instead"
src/Control/Monad/Morph.hs:233:33: warning: [-Wdeprecations]
In the use of type constructor or class ‘ErrorT’
(imported from Control.Monad.Trans.Error):
Deprecated: "Use Control.Monad.Trans.Except instead"
src/Control/Monad/Morph.hs:234:17: warning: [-Wdeprecations]
In the use of data constructor ‘ErrorT’
(imported from Control.Monad.Trans.Error):
Deprecated: "Use Control.Monad.Trans.Except instead"
src/Control/Monad/Morph.hs:235:14: warning: [-Wdeprecations]
In the use of ‘runErrorT’
(imported from Control.Monad.Trans.Error):
Deprecated: "Use Control.Monad.Trans.Except instead"
src/Control/Monad/Morph.hs:235:30: warning: [-Wdeprecations]
In the use of ‘runErrorT’
(imported from Control.Monad.Trans.Error):
Deprecated: "Use Control.Monad.Trans.Except instead"
[2 of 2] Compiling Control.Monad.Trans.Compose ( src/Control/Monad/Trans/Compose.hs, dist/build/Control/Monad/Trans/Compose.o )
Running Haddock for mmorph-1.0.6...
Running hscolour for mmorph-1.0.6...
Preprocessing library mmorph-1.0.6...
Preprocessing library mmorph-1.0.6...
src/Control/Monad/Morph.hs:76:1: warning: [-Wdeprecations]
Module ‘Control.Monad.Trans.Error’ is deprecated:
Use Control.Monad.Trans.Except instead
src/Control/Monad/Morph.hs:112:20: warning: [-Wdeprecations]
In the use of type constructor or class ‘ErrorT’
(imported from Control.Monad.Trans.Error):
Deprecated: "Use Control.Monad.Trans.Except instead"
src/Control/Monad/Morph.hs:113:19: warning: [-Wdeprecations]
In the use of data constructor ‘ErrorT’
(imported from Control.Monad.Trans.Error):
Deprecated: "Use Control.Monad.Trans.Except instead"
src/Control/Monad/Morph.hs:113:34: warning: [-Wdeprecations]
In the use of ‘runErrorT’
(imported from Control.Monad.Trans.Error):
Deprecated: "Use Control.Monad.Trans.Except instead"
src/Control/Monad/Morph.hs:233:11: warning: [-Wdeprecations]
In the use of type constructor or class ‘Error’
(imported from Control.Monad.Trans.Error):
Deprecated: "Use Control.Monad.Trans.Except instead"
src/Control/Monad/Morph.hs:233:33: warning: [-Wdeprecations]
In the use of type constructor or class ‘ErrorT’
(imported from Control.Monad.Trans.Error):
Deprecated: "Use Control.Monad.Trans.Except instead"
src/Control/Monad/Morph.hs:234:17: warning: [-Wdeprecations]
In the use of data constructor ‘ErrorT’
(imported from Control.Monad.Trans.Error):
Deprecated: "Use Control.Monad.Trans.Except instead"
src/Control/Monad/Morph.hs:235:14: warning: [-Wdeprecations]
In the use of ‘runErrorT’
(imported from Control.Monad.Trans.Error):
Deprecated: "Use Control.Monad.Trans.Except instead"
src/Control/Monad/Morph.hs:235:30: warning: [-Wdeprecations]
In the use of ‘runErrorT’
(imported from Control.Monad.Trans.Error):
Deprecated: "Use Control.Monad.Trans.Except instead"
Haddock coverage:
100% ( 22 / 22) in 'Control.Monad.Morph'
100% ( 4 / 4) in 'Control.Monad.Trans.Compose'
Documentation created: dist/doc/html/mmorph/index.html,
dist/doc/html/mmorph/mmorph.txt
Creating package registration file:
/tmp/pkgConf-mmorph-1.01203067101986894018.6
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20160701/mmorph-1.0.6-I6fWQohILlqH1gvA6UibXU
Registering mmorph-1.0.6...
cabal: Leaving directory '/tmp/cabal-tmp-27425/mmorph-1.0.6'
Installed mmorph-1.0.6
cabal: Entering directory '/tmp/cabal-tmp-27425/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.410220891591626250262.4
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20160701/transformers-base-0.4.4-FMTbgPqmqMsCiOz3biyAGx
Registering transformers-base-0.4.4...
cabal: Leaving directory '/tmp/cabal-tmp-27425/transformers-base-0.4.4'
Installed transformers-base-0.4.4
cabal: Entering directory '/tmp/cabal-tmp-27425/pipes-4.2.0'
Configuring pipes-4.2.0...
Building pipes-4.2.0...
Preprocessing library pipes-4.2.0...
[1 of 6] Compiling Pipes.Internal ( src/Pipes/Internal.hs, dist/build/Pipes/Internal.o )
[2 of 6] Compiling Pipes.Core ( src/Pipes/Core.hs, dist/build/Pipes/Core.o )
src/Pipes/Core.hs:281:1: warning: [-Wredundant-constraints]
• Redundant constraint: Monad m
• In the type signature for:
respond :: Monad m => a -> Proxy x' x a' a m a'
src/Pipes/Core.hs:413:1: warning: [-Wredundant-constraints]
• Redundant constraint: Monad m
• In the type signature for:
request :: Monad m => a' -> Proxy a' a y' y m a
src/Pipes/Core.hs:531:1: warning: [-Wredundant-constraints]
• Redundant constraint: Monad m
• In the type signature for:
push :: Monad m => a -> Proxy a' a a' a m r
src/Pipes/Core.hs:641:1: warning: [-Wredundant-constraints]
• Redundant constraint: Monad m
• In the type signature for:
pull :: Monad m => a' -> Proxy a' a a' a m r
[3 of 6] Compiling Pipes.Lift ( src/Pipes/Lift.hs, dist/build/Pipes/Lift.o )
[4 of 6] Compiling Pipes ( src/Pipes.hs, dist/build/Pipes.o )
[5 of 6] Compiling Pipes.Prelude ( src/Pipes/Prelude.hs, dist/build/Pipes/Prelude.o )
[6 of 6] Compiling Pipes.Tutorial ( src/Pipes/Tutorial.hs, dist/build/Pipes/Tutorial.o )
Running Haddock for pipes-4.2.0...
Running hscolour for pipes-4.2.0...
Preprocessing library pipes-4.2.0...
Preprocessing library pipes-4.2.0...
src/Pipes/Core.hs:281:1: warning: [-Wredundant-constraints]
• Redundant constraint: Monad m
• In the type signature for:
respond :: Monad m => a -> Proxy x' x a' a m a'
src/Pipes/Core.hs:413:1: warning: [-Wredundant-constraints]
• Redundant constraint: Monad m
• In the type signature for:
request :: Monad m => a' -> Proxy a' a y' y m a
src/Pipes/Core.hs:531:1: warning: [-Wredundant-constraints]
• Redundant constraint: Monad m
• In the type signature for:
push :: Monad m => a -> Proxy a' a a' a m r
src/Pipes/Core.hs:641:1: warning: [-Wredundant-constraints]
• Redundant constraint: Monad m
• In the type signature for:
pull :: Monad m => a' -> Proxy a' a a' a m r
Haddock coverage:
100% ( 7 / 7) in 'Pipes.Internal'
100% ( 55 / 55) in 'Pipes.Core'
100% ( 31 / 31) in 'Pipes.Lift'
100% ( 44 / 44) in 'Pipes'
100% ( 73 / 73) in 'Pipes.Prelude'
100% ( 23 / 23) in 'Pipes.Tutorial'
Warning: Pipes: could not find link destinations for:
Array
Documentation created: dist/doc/html/pipes/index.html,
dist/doc/html/pipes/pipes.txt
Creating package registration file:
/tmp/pkgConf-pipes-4.21131884850380390179.0
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20160701/pipes-4.2.0-8veVUE0CRzvI6Zqpf0iGEM
Registering pipes-4.2.0...
cabal: Leaving directory '/tmp/cabal-tmp-27425/pipes-4.2.0'
Installed pipes-4.2.0
cabal: Entering directory '/tmp/cabal-tmp-27425/monad-control-1.0.1.0'
Configuring monad-control-1.0.1.0...
Building monad-control-1.0.1.0...
Preprocessing library monad-control-1.0.1.0...
[1 of 1] Compiling Control.Monad.Trans.Control ( Control/Monad/Trans/Control.hs, dist/build/Control/Monad/Trans/Control.o )
Control/Monad/Trans/Control.hs:208:10: warning: [-Wredundant-constraints]
• Redundant constraint: Error e
• In the instance declaration for ‘MonadTransControl (ErrorT e)’
Running Haddock for monad-control-1.0.1.0...
Running hscolour for monad-control-1.0.1.0...
Preprocessing library monad-control-1.0.1.0...
Preprocessing library monad-control-1.0.1.0...
Control/Monad/Trans/Control.hs:208:10: warning: [-Wredundant-constraints]
• Redundant constraint: Error e
• In the instance declaration for ‘MonadTransControl (ErrorT e)’
Haddock coverage:
93% ( 27 / 29) in 'Control.Monad.Trans.Control'
Missing documentation for:
MonadTransControl (Control/Monad/Trans/Control.hs:110)
MonadBaseControl (Control/Monad/Trans/Control.hs:292)
Documentation created: dist/doc/html/monad-control/index.html,
dist/doc/html/monad-control/monad-control.txt
Creating package registration file:
/tmp/pkgConf-monad-control-1.0.1916018859222028828.0
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20160701/monad-control-1.0.1.0-1xoC3YihUKYHLar1SsWtYe
Registering monad-control-1.0.1.0...
cabal: Leaving directory '/tmp/cabal-tmp-27425/monad-control-1.0.1.0'
Installed monad-control-1.0.1.0
cabal: Entering directory '/tmp/cabal-tmp-27425/pipes-safe-2.2.4'
Configuring pipes-safe-2.2.4...
Building pipes-safe-2.2.4...
Preprocessing library pipes-safe-2.2.4...
[1 of 2] Compiling Pipes.Safe ( src/Pipes/Safe.hs, dist/build/Pipes/Safe.o )
src/Pipes/Safe.hs:140:1: warning: [-Wredundant-constraints]
• Redundant constraint: MonadCatch m
• In the type signature for:
liftMask :: (MonadIO m, MonadCatch m) =>
(forall s. ((forall x. m x -> m x) -> m s) -> m s)
-> ((forall x. Proxy a' a b' b m x -> Proxy a' a b' b m x)
-> Proxy a' a b' b m r)
-> Proxy a' a b' b m r
[2 of 2] Compiling Pipes.Safe.Prelude ( src/Pipes/Safe/Prelude.hs, dist/build/Pipes/Safe/Prelude.o )
Running Haddock for pipes-safe-2.2.4...
Running hscolour for pipes-safe-2.2.4...
Preprocessing library pipes-safe-2.2.4...
Preprocessing library pipes-safe-2.2.4...
src/Pipes/Safe.hs:140:1: warning: [-Wredundant-constraints]
• Redundant constraint: MonadCatch m
• In the type signature for:
liftMask :: (MonadIO m, MonadCatch m) =>
(forall s. ((forall x. m x -> m x) -> m s) -> m s)
-> ((forall x. Proxy a' a b' b m x -> Proxy a' a b' b m x)
-> Proxy a' a b' b m r)
-> Proxy a' a b' b m r
Haddock coverage:
100% ( 19 / 19) in 'Pipes.Safe'
100% ( 7 / 7) in 'Pipes.Safe.Prelude'
Documentation created: dist/doc/html/pipes-safe/index.html,
dist/doc/html/pipes-safe/pipes-safe.txt
Creating package registration file:
/tmp/pkgConf-pipes-safe-2.220566651551340157793.4
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20160701/pipes-safe-2.2.4-7rpkX8QiGFABgSzoTKsgZb
Registering pipes-safe-2.2.4...
cabal: Leaving directory '/tmp/cabal-tmp-27425/pipes-safe-2.2.4'
Installed pipes-safe-2.2.4
Downloading pipes-cliff-0.12.0.0...
cabal: Entering directory '/tmp/cabal-tmp-27425/pipes-cliff-0.12.0.0'
Configuring pipes-cliff-0.12.0.0...
Building pipes-cliff-0.12.0.0...
Preprocessing library pipes-cliff-0.12.0.0...
[1 of 3] Compiling Pipes.Cliff.Core ( lib/Pipes/Cliff/Core.hs, dist/build/Pipes/Cliff/Core.o )
[2 of 3] Compiling Pipes.Cliff ( lib/Pipes/Cliff.hs, dist/build/Pipes/Cliff.o )
[3 of 3] Compiling Pipes.Cliff.Examples ( lib/Pipes/Cliff/Examples.hs, dist/build/Pipes/Cliff/Examples.o )
Running Haddock for pipes-cliff-0.12.0.0...
Running hscolour for pipes-cliff-0.12.0.0...
Preprocessing library pipes-cliff-0.12.0.0...
Preprocessing library pipes-cliff-0.12.0.0...
Haddock coverage:
78% ( 62 / 80) in 'Pipes.Cliff.Core'
Missing documentation for:
convertCmdSpec (lib/Pipes/Cliff/Core.hs:44)
convertNonPipe (lib/Pipes/Cliff/Core.hs:152)
convertCreateProcess (lib/Pipes/Cliff/Core.hs:290)
newLock (lib/Pipes/Cliff/Core.hs:325)
withLock (lib/Pipes/Cliff/Core.hs:328)
newVar (lib/Pipes/Cliff/Core.hs:337)
modifyVar (lib/Pipes/Cliff/Core.hs:340)
modifyVar_ (lib/Pipes/Cliff/Core.hs:343)
readVar (lib/Pipes/Cliff/Core.hs:346)
newBarrier (lib/Pipes/Cliff/Core.hs:355)
signalBarrier (lib/Pipes/Cliff/Core.hs:358)
waitBarrier (lib/Pipes/Cliff/Core.hs:361)
sendBox (lib/Pipes/Cliff/Core.hs:400)
recvBox (lib/Pipes/Cliff/Core.hs:409)
sealer (lib/Pipes/Cliff/Core.hs:420)
produceFromBox (lib/Pipes/Cliff/Core.hs:423)
sendToBox (lib/Pipes/Cliff/Core.hs:430)
consumeToHandle (lib/Pipes/Cliff/Core.hs:692)
100% ( 43 / 43) in 'Pipes.Cliff'
100% ( 8 / 8) in 'Pipes.Cliff.Examples'
Documentation created: dist/doc/html/pipes-cliff/index.html,
dist/doc/html/pipes-cliff/pipes-cliff.txt
Creating package registration file:
/tmp/pkgConf-pipes-cliff-0.12.01124734562530406424.0
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20160701/pipes-cliff-0.12.0.0-LsB4VE82CqKGQMPbv6kjy8
Registering pipes-cliff-0.12.0.0...
cabal: Leaving directory '/tmp/cabal-tmp-27425/pipes-cliff-0.12.0.0'
Installed pipes-cliff-0.12.0.0