Build #2 for pipes-4.1.8

[all reports]

Package pipes-4.1.8
Install InstallOk
Docs Ok
Tests NotTried
Time submitted 2016-06-04 13:36:39.984716 UTC
Compiler ghc-8.0.1.20160521
OS linux
Arch x86_64
Dependencies base-4.9.0.0, mmorph-1.0.6, 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-18903/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/rebuild/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-18903/mtl-2.2.1'
Installed mtl-2.2.1
cabal: Entering directory '/tmp/cabal-tmp-18903/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.11253207672570073850.4
Installing library in
/home/builder/rebuild/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-18903/transformers-compat-0.5.1.4'
Installed transformers-compat-0.5.1.4
cabal: Entering directory '/tmp/cabal-tmp-18903/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.01775473788624549797.6
Installing library in
/home/builder/rebuild/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20160521/mmorph-1.0.6-I6fWQohILlqH1gvA6UibXU
Registering mmorph-1.0.6...
cabal: Leaving directory '/tmp/cabal-tmp-18903/mmorph-1.0.6'
Installed mmorph-1.0.6
cabal: Entering directory '/tmp/cabal-tmp-18903/pipes-4.1.8'
Configuring pipes-4.1.8...
Building pipes-4.1.8...
Preprocessing library pipes-4.1.8...
[1 of 6] Compiling Pipes.Internal   ( src/Pipes/Internal.hs, dist/build/Pipes/Internal.o )

src/Pipes/Internal.hs:44:1: warning: [-Wdeprecations]
    Module ‘Control.Monad.Error’ is deprecated:
      Use Control.Monad.Except instead

src/Pipes/Internal.hs:106:5: warning: [-Winline-rule-shadowing]
    Rule "_bind (Request a' k) f" may never fire
      because ‘_bind’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma for ‘_bind’

src/Pipes/Internal.hs:108:5: warning: [-Winline-rule-shadowing]
    Rule "_bind (Respond b  k) f" may never fire
      because ‘_bind’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma for ‘_bind’

src/Pipes/Internal.hs:110:5: warning: [-Winline-rule-shadowing]
    Rule "_bind (M          m) f" may never fire
      because ‘_bind’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma for ‘_bind’

src/Pipes/Internal.hs:112:5: warning: [-Winline-rule-shadowing]
    Rule "_bind (Pure    r   ) f" may never fire
      because ‘_bind’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma for ‘_bind’
[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:326:5: warning: [-Winline-rule-shadowing]
    Rule "(Request x' fx ) //> fb" may never fire
      because ‘//>’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma for ‘//>’

src/Pipes/Core.hs:328:5: warning: [-Winline-rule-shadowing]
    Rule "(Respond b  fb') //> fb" may never fire
      because ‘//>’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma for ‘//>’

src/Pipes/Core.hs:330:5: warning: [-Winline-rule-shadowing]
    Rule "(M          m  ) //> fb" may never fire
      because ‘//>’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma for ‘//>’

src/Pipes/Core.hs:332:5: warning: [-Winline-rule-shadowing]
    Rule "(Pure      a   ) //> fb" may never fire
      because ‘//>’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma for ‘//>’

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:458:5: warning: [-Winline-rule-shadowing]
    Rule "fb' >\ (Request b' fb )" may never fire
      because ‘>\\’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma for ‘>\\’

src/Pipes/Core.hs:460:5: warning: [-Winline-rule-shadowing]
    Rule "fb' >\ (Respond x  fx')" may never fire
      because ‘>\\’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma for ‘>\\’

src/Pipes/Core.hs:462:5: warning: [-Winline-rule-shadowing]
    Rule "fb' >\ (M          m  )" may never fire
      because ‘>\\’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma for ‘>\\’

src/Pipes/Core.hs:464:5: warning: [-Winline-rule-shadowing]
    Rule "fb' >\ (Pure    a    )" may never fire
      because ‘>\\’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma for ‘>\\’

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

src/Pipes/Core.hs:870:5: warning: [-Winline-rule-shadowing]
    Rule "(p //> f) //> g" may never fire
      because ‘//>’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma for ‘//>’

src/Pipes/Core.hs:870:5: warning: [-Winline-rule-shadowing]
    Rule "(p //> f) //> g" may never fire
      because ‘//>’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma for ‘//>’

src/Pipes/Core.hs:872:5: warning: [-Winline-rule-shadowing]
    Rule "p //> respond" may never fire
      because ‘//>’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma for ‘//>’

src/Pipes/Core.hs:872:5: warning: [-Winline-rule-shadowing]
    Rule "p //> respond" may never fire
      because ‘respond’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma for ‘respond’

src/Pipes/Core.hs:874:5: warning: [-Winline-rule-shadowing]
    Rule "respond x //> f" may never fire
      because ‘//>’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma for ‘//>’

src/Pipes/Core.hs:874:5: warning: [-Winline-rule-shadowing]
    Rule "respond x //> f" may never fire
      because ‘respond’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma for ‘respond’

src/Pipes/Core.hs:876:5: warning: [-Winline-rule-shadowing]
    Rule "f >\ (g >\ p)" may never fire
      because ‘>\\’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma for ‘>\\’

src/Pipes/Core.hs:876:5: warning: [-Winline-rule-shadowing]
    Rule "f >\ (g >\ p)" may never fire
      because ‘>\\’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma for ‘>\\’

src/Pipes/Core.hs:878:5: warning: [-Winline-rule-shadowing]
    Rule "request >\ p" may never fire because ‘>\\’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma for ‘>\\’

src/Pipes/Core.hs:878:5: warning: [-Winline-rule-shadowing]
    Rule "request >\ p" may never fire
      because ‘request’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma for ‘request’

src/Pipes/Core.hs:880:5: warning: [-Winline-rule-shadowing]
    Rule "f >\ request x" may never fire
      because ‘>\\’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma for ‘>\\’

src/Pipes/Core.hs:880:5: warning: [-Winline-rule-shadowing]
    Rule "f >\ request x" may never fire
      because ‘request’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma for ‘request’

src/Pipes/Core.hs:882:5: warning: [-Winline-rule-shadowing]
    Rule "(p >>~ f) >>~ g" may never fire
      because ‘>>~’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma for ‘>>~’

src/Pipes/Core.hs:882:5: warning: [-Winline-rule-shadowing]
    Rule "(p >>~ f) >>~ g" may never fire
      because ‘>>~’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma for ‘>>~’

src/Pipes/Core.hs:884:5: warning: [-Winline-rule-shadowing]
    Rule "p >>~ push" may never fire because ‘>>~’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma for ‘>>~’

src/Pipes/Core.hs:884:5: warning: [-Winline-rule-shadowing]
    Rule "p >>~ push" may never fire because ‘push’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma for ‘push’

src/Pipes/Core.hs:886:5: warning: [-Winline-rule-shadowing]
    Rule "push x >>~ f" may never fire because ‘>>~’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma for ‘>>~’

src/Pipes/Core.hs:886:5: warning: [-Winline-rule-shadowing]
    Rule "push x >>~ f" may never fire
      because ‘push’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma for ‘push’

src/Pipes/Core.hs:888:5: warning: [-Winline-rule-shadowing]
    Rule "f +>> (g +>> p)" may never fire
      because ‘+>>’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma for ‘+>>’

src/Pipes/Core.hs:888:5: warning: [-Winline-rule-shadowing]
    Rule "f +>> (g +>> p)" may never fire
      because ‘+>>’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma for ‘+>>’

src/Pipes/Core.hs:890:5: warning: [-Winline-rule-shadowing]
    Rule "pull +>> p" may never fire because ‘+>>’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma for ‘+>>’

src/Pipes/Core.hs:890:5: warning: [-Winline-rule-shadowing]
    Rule "pull +>> p" may never fire because ‘pull’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma for ‘pull’

src/Pipes/Core.hs:892:5: warning: [-Winline-rule-shadowing]
    Rule "f +>> pull x" may never fire because ‘+>>’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma for ‘+>>’

src/Pipes/Core.hs:892:5: warning: [-Winline-rule-shadowing]
    Rule "f +>> pull x" may never fire
      because ‘pull’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma for ‘pull’
[3 of 6] Compiling Pipes.Lift       ( src/Pipes/Lift.hs, dist/build/Pipes/Lift.o )

src/Pipes/Lift.hs:50:1: warning: [-Wdeprecations]
    Module ‘Control.Monad.Trans.Error’ is deprecated:
      Use Control.Monad.Trans.Except instead

src/Pipes/Lift.hs:81:18: 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/Pipes/Lift.hs:83:25: 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/Pipes/Lift.hs:86:12: warning: [-Wdeprecations]
    In the use of data constructor ‘ErrorT’
    (imported from Control.Monad.Trans.Error):
    Deprecated: "Use Control.Monad.Trans.Except instead"

src/Pipes/Lift.hs:91:18: 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/Pipes/Lift.hs:92:25: 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/Pipes/Lift.hs:94:16: warning: [-Wdeprecations]
    In the use of ‘runErrorT’
    (imported from Control.Monad.Trans.Error):
    Deprecated: "Use Control.Monad.Trans.Except instead"

src/Pipes/Lift.hs:99:18: 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/Pipes/Lift.hs:100:25: 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/Pipes/Lift.hs:102:31: 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/Pipes/Lift.hs:104:25: 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/Pipes/Lift.hs:105:27: warning: [-Wdeprecations]
    In the use of ‘runErrorT’
    (imported from Control.Monad.Trans.Error):
    Deprecated: "Use Control.Monad.Trans.Except instead"

src/Pipes/Lift.hs:106:5: warning: [-Wdeprecations]
    In the use of ‘catchError’
    (imported from Control.Monad.Trans.Error):
    Deprecated: "Use Control.Monad.Trans.Except instead"
[4 of 6] Compiling Pipes            ( src/Pipes.hs, dist/build/Pipes.o )

src/Pipes.hs:69:1: warning: [-Wdeprecations]
    Module ‘Control.Monad.Error’ is deprecated:
      Use Control.Monad.Except instead

src/Pipes.hs:75:1: warning: [-Wdeprecations]
    Module ‘Control.Monad.Trans.Error’ is deprecated:
      Use Control.Monad.Trans.Except instead

src/Pipes.hs:174:5: warning: [-Winline-rule-shadowing]
    Rule "for (for p f) g" may never fire
      because ‘for’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma for ‘for’

src/Pipes.hs:174:5: warning: [-Winline-rule-shadowing]
    Rule "for (for p f) g" may never fire
      because ‘for’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma for ‘for’

src/Pipes.hs:176:5: warning: [-Winline-rule-shadowing]
    Rule "for p yield" may never fire because ‘for’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma for ‘for’

src/Pipes.hs:176:5: warning: [-Winline-rule-shadowing]
    Rule "for p yield" may never fire
      because ‘yield’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma for ‘yield’

src/Pipes.hs:178:5: warning: [-Winline-rule-shadowing]
    Rule "for (yield x) f" may never fire
      because ‘for’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma for ‘for’

src/Pipes.hs:178:5: warning: [-Winline-rule-shadowing]
    Rule "for (yield x) f" may never fire
      because ‘yield’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma for ‘yield’

src/Pipes.hs:180:5: warning: [-Winline-rule-shadowing]
    Rule "for cat f" may never fire because ‘for’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma for ‘for’

src/Pipes.hs:180:5: warning: [-Winline-rule-shadowing]
    Rule "for cat f" may never fire because ‘cat’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma for ‘cat’

src/Pipes.hs:188:5: warning: [-Winline-rule-shadowing]
    Rule "f >~ (g >~ p)" may never fire because ‘>~’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma for ‘>~’

src/Pipes.hs:188:5: warning: [-Winline-rule-shadowing]
    Rule "f >~ (g >~ p)" may never fire because ‘>~’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma for ‘>~’

src/Pipes.hs:190:5: warning: [-Winline-rule-shadowing]
    Rule "await >~ p" may never fire because ‘>~’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma for ‘>~’

src/Pipes.hs:190:5: warning: [-Winline-rule-shadowing]
    Rule "await >~ p" may never fire because ‘await’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma for ‘await’

src/Pipes.hs:192:5: warning: [-Winline-rule-shadowing]
    Rule "p >~ await" may never fire because ‘>~’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma for ‘>~’

src/Pipes.hs:192:5: warning: [-Winline-rule-shadowing]
    Rule "p >~ await" may never fire because ‘await’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma for ‘await’

src/Pipes.hs:194:5: warning: [-Winline-rule-shadowing]
    Rule "m >~ cat" may never fire because ‘>~’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma for ‘>~’

src/Pipes.hs:194:5: warning: [-Winline-rule-shadowing]
    Rule "m >~ cat" may never fire because ‘cat’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma for ‘cat’

src/Pipes.hs:202:5: warning: [-Winline-rule-shadowing]
    Rule "p1 >-> (p2 >-> p3)" may never fire
      because ‘>->’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma for ‘>->’

src/Pipes.hs:202:5: warning: [-Winline-rule-shadowing]
    Rule "p1 >-> (p2 >-> p3)" may never fire
      because ‘>->’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma for ‘>->’

src/Pipes.hs:205:5: warning: [-Winline-rule-shadowing]
    Rule "p >-> cat" may never fire because ‘>->’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma for ‘>->’

src/Pipes.hs:205:5: warning: [-Winline-rule-shadowing]
    Rule "p >-> cat" may never fire because ‘cat’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma for ‘cat’

src/Pipes.hs:207:5: warning: [-Winline-rule-shadowing]
    Rule "cat >-> p" may never fire because ‘>->’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma for ‘>->’

src/Pipes.hs:207:5: warning: [-Winline-rule-shadowing]
    Rule "cat >-> p" may never fire because ‘cat’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma for ‘cat’

src/Pipes.hs:520:22: 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/Pipes.hs:522:21: warning: [-Wdeprecations]
    In the use of ‘runErrorT’
    (imported from Control.Monad.Trans.Error):
    Deprecated: "Use Control.Monad.Trans.Except instead"
[5 of 6] Compiling Pipes.Prelude    ( src/Pipes/Prelude.hs, dist/build/Pipes/Prelude.o )

src/Pipes/Prelude.hs:104:1: warning: [-Wunused-imports]
    The import of ‘replicateM_’
    from module ‘Control.Monad’ is redundant

src/Pipes/Prelude.hs:202:3: warning: [-Winline-rule-shadowing]
    Rule "repeatM m >-> p" may never fire
      because ‘repeatM’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma for ‘repeatM’

src/Pipes/Prelude.hs:256:5: warning: [-Winline-rule-shadowing]
    Rule "p >-> stdoutLn'" may never fire
      because ‘stdoutLn'’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma for ‘stdoutLn'’

src/Pipes/Prelude.hs:266:5: warning: [-Winline-rule-shadowing]
    Rule "p >-> mapM_ f" may never fire
      because ‘mapM_’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma for ‘mapM_’

src/Pipes/Prelude.hs:276:5: warning: [-Winline-rule-shadowing]
    Rule "p >-> print" may never fire
      because ‘print’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma for ‘print’

src/Pipes/Prelude.hs:286:5: warning: [-Winline-rule-shadowing]
    Rule "p >-> toHandle handle" may never fire
      because ‘toHandle’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma for ‘toHandle’

src/Pipes/Prelude.hs:296:5: warning: [-Winline-rule-shadowing]
    Rule "p >-> drain" may never fire
      because ‘drain’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma for ‘drain’

src/Pipes/Prelude.hs:324:5: warning: [-Winline-rule-shadowing]
    Rule "p >-> map f" may never fire because ‘map’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma for ‘map’

src/Pipes/Prelude.hs:326:5: warning: [-Winline-rule-shadowing]
    Rule "map f >-> p" may never fire because ‘map’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma for ‘map’

src/Pipes/Prelude.hs:344:5: warning: [-Winline-rule-shadowing]
    Rule "p >-> mapM f" may never fire
      because ‘mapM’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma for ‘mapM’

src/Pipes/Prelude.hs:348:5: warning: [-Winline-rule-shadowing]
    Rule "mapM f >-> p" may never fire
      because ‘mapM’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma for ‘mapM’

src/Pipes/Prelude.hs:367:5: warning: [-Winline-rule-shadowing]
    Rule "p >-> mapFoldable f" may never fire
      because ‘mapFoldable’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma for ‘mapFoldable’

src/Pipes/Prelude.hs:382:5: warning: [-Winline-rule-shadowing]
    Rule "p >-> filter predicate" may never fire
      because ‘filter’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma for ‘filter’

src/Pipes/Prelude.hs:400:5: warning: [-Winline-rule-shadowing]
    Rule "p >-> filterM predicate" may never fire
      because ‘filterM’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma for ‘filterM’

src/Pipes/Prelude.hs:418:3: warning: [-Wname-shadowing]
    This binding for ‘loop’ shadows the existing binding
      defined at src/Pipes/Prelude.hs:607:1

src/Pipes/Prelude.hs:472:5: warning: [-Wname-shadowing]
    This binding for ‘loop’ shadows the existing binding
      defined at src/Pipes/Prelude.hs:607:1

src/Pipes/Prelude.hs:503:5: warning: [-Winline-rule-shadowing]
    Rule "p >-> concat" may never fire
      because ‘concat’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma for ‘concat’

src/Pipes/Prelude.hs:565:5: warning: [-Winline-rule-shadowing]
    Rule "p >-> chain f" may never fire
      because ‘chain’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma for ‘chain’

src/Pipes/Prelude.hs:569:5: warning: [-Winline-rule-shadowing]
    Rule "chain f >-> p" may never fire
      because ‘chain’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma for ‘chain’

src/Pipes/Prelude.hs:584:5: warning: [-Winline-rule-shadowing]
    Rule "p >-> read" may never fire because ‘read’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma for ‘read’
[6 of 6] Compiling Pipes.Tutorial   ( src/Pipes/Tutorial.hs, dist/build/Pipes/Tutorial.o )

src/Pipes/Tutorial.hs:93:1: warning: [-Wdeprecations]
    Module ‘Control.Monad.Trans.Error’ is deprecated:
      Use Control.Monad.Trans.Except instead
Running Haddock for pipes-4.1.8...
Running hscolour for pipes-4.1.8...
Preprocessing library pipes-4.1.8...
Preprocessing library pipes-4.1.8...

src/Pipes/Internal.hs:44:1: warning: [-Wdeprecations]
    Module ‘Control.Monad.Error’ is deprecated:
      Use Control.Monad.Except instead

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

src/Pipes/Lift.hs:50:1: warning: [-Wdeprecations]
    Module ‘Control.Monad.Trans.Error’ is deprecated:
      Use Control.Monad.Trans.Except instead

src/Pipes/Lift.hs:81:18: 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/Pipes/Lift.hs:83:25: 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/Pipes/Lift.hs:86:12: warning: [-Wdeprecations]
    In the use of data constructor ‘ErrorT’
    (imported from Control.Monad.Trans.Error):
    Deprecated: "Use Control.Monad.Trans.Except instead"

src/Pipes/Lift.hs:91:18: 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/Pipes/Lift.hs:92:25: 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/Pipes/Lift.hs:94:16: warning: [-Wdeprecations]
    In the use of ‘runErrorT’
    (imported from Control.Monad.Trans.Error):
    Deprecated: "Use Control.Monad.Trans.Except instead"

src/Pipes/Lift.hs:99:18: 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/Pipes/Lift.hs:100:25: 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/Pipes/Lift.hs:102:31: 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/Pipes/Lift.hs:104:25: 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/Pipes/Lift.hs:105:27: warning: [-Wdeprecations]
    In the use of ‘runErrorT’
    (imported from Control.Monad.Trans.Error):
    Deprecated: "Use Control.Monad.Trans.Except instead"

src/Pipes/Lift.hs:106:5: warning: [-Wdeprecations]
    In the use of ‘catchError’
    (imported from Control.Monad.Trans.Error):
    Deprecated: "Use Control.Monad.Trans.Except instead"

src/Pipes.hs:69:1: warning: [-Wdeprecations]
    Module ‘Control.Monad.Error’ is deprecated:
      Use Control.Monad.Except instead

src/Pipes.hs:75:1: warning: [-Wdeprecations]
    Module ‘Control.Monad.Trans.Error’ is deprecated:
      Use Control.Monad.Trans.Except instead

src/Pipes.hs:520:22: 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/Pipes.hs:522:21: warning: [-Wdeprecations]
    In the use of ‘runErrorT’
    (imported from Control.Monad.Trans.Error):
    Deprecated: "Use Control.Monad.Trans.Except instead"

src/Pipes/Prelude.hs:104:1: warning: [-Wunused-imports]
    The import of ‘replicateM_’
    from module ‘Control.Monad’ is redundant

src/Pipes/Prelude.hs:418:3: warning: [-Wname-shadowing]
    This binding for ‘loop’ shadows the existing binding
      defined at src/Pipes/Prelude.hs:607:1

src/Pipes/Prelude.hs:472:5: warning: [-Wname-shadowing]
    This binding for ‘loop’ shadows the existing binding
      defined at src/Pipes/Prelude.hs:607:1

src/Pipes/Tutorial.hs:93:1: warning: [-Wdeprecations]
    Module ‘Control.Monad.Trans.Error’ is deprecated:
      Use Control.Monad.Trans.Except instead
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'
Documentation created: dist/doc/html/pipes/index.html,
dist/doc/html/pipes/pipes.txt
Creating package registration file:
/tmp/pkgConf-pipes-4.13374538261081174232.8
Installing library in
/home/builder/rebuild/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20160521/pipes-4.1.8-AYAMugDOATh45c8XoliKXd
Registering pipes-4.1.8...
cabal: Leaving directory '/tmp/cabal-tmp-18903/pipes-4.1.8'
Installed pipes-4.1.8

Test log

No test log was submitted for this report.