Build #3 for functor-combo-0.0.3

[all reports]

Package functor-combo-0.0.3
Install BuildFailed
Docs NotTried
Tests NotTried
Time submitted 2015-10-08 22:15:22.756047 UTC
Compiler ghc-7.10.2
OS linux
Arch x86_64
Dependencies lub-0.1.7, data-inttrie-0.1.0, containers-0.5.6.2, base-4.8.1.0, TypeCompose-0.9.10
Flags none

Code Coverage

No Code Coverage was submitted for this report.

Build log

[view raw]

Resolving dependencies...
Configuring TypeCompose-0.9.10...
Building TypeCompose-0.9.10...
Preprocessing library TypeCompose-0.9.10...

src/Data/Title.hs:1:33: Warning:
    -XOverlappingInstances is deprecated: instead use per-instance pragmas OVERLAPPING/OVERLAPPABLE/OVERLAPS
[ 1 of 10] Compiling Control.Instances ( src/Control/Instances.hs, dist/build/Control/Instances.o )

src/Control/Instances.hs:21:1: Warning:
    The import of ‘Data.Monoid’ is redundant
      except perhaps to import instances from ‘Data.Monoid’
    To import instances alone, use: import Data.Monoid()
[ 2 of 10] Compiling Data.RefMonad    ( src/Data/RefMonad.hs, dist/build/Data/RefMonad.o )
[ 3 of 10] Compiling Data.Bijection   ( src/Data/Bijection.hs, dist/build/Data/Bijection.o )
[ 4 of 10] Compiling Control.Compose  ( src/Control/Compose.hs, dist/build/Control/Compose.o )

src/Control/Compose.hs:81:1: Warning:
    The import of ‘Data.Traversable’ is redundant
      except perhaps to import instances from ‘Data.Traversable’
    To import instances alone, use: import Data.Traversable()
[ 5 of 10] Compiling Data.Title       ( src/Data/Title.hs, dist/build/Data/Title.o )
[ 6 of 10] Compiling Data.CxMonoid    ( src/Data/CxMonoid.hs, dist/build/Data/CxMonoid.o )

src/Data/CxMonoid.hs:18:1: Warning:
    The import of ‘Data.Monoid’ is redundant
      except perhaps to import instances from ‘Data.Monoid’
    To import instances alone, use: import Data.Monoid()
[ 7 of 10] Compiling Data.Pair        ( src/Data/Pair.hs, dist/build/Data/Pair.o )
[ 8 of 10] Compiling Data.Zip         ( src/Data/Zip.hs, dist/build/Data/Zip.o )

src/Data/Zip.hs:111:1: Warning:
    Rule "zipWith  prelude" may never fire
      because ‘zipWith’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma on ‘zipWith’

src/Data/Zip.hs:112:1: Warning:
    Rule "zipWith3 prelude" may never fire
      because ‘zipWith3’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma on ‘zipWith3’
[ 9 of 10] Compiling Data.Partial     ( src/Data/Partial.hs, dist/build/Data/Partial.o )
[10 of 10] Compiling Data.Lambda      ( src/Data/Lambda.hs, dist/build/Data/Lambda.o )
In-place registering TypeCompose-0.9.10...
Running Haddock for TypeCompose-0.9.10...
Running hscolour for TypeCompose-0.9.10...
Preprocessing library TypeCompose-0.9.10...
Preprocessing library TypeCompose-0.9.10...

src/Data/Title.hs:1:33: Warning:
    -XOverlappingInstances is deprecated: instead use per-instance pragmas OVERLAPPING/OVERLAPPABLE/OVERLAPS

src/Control/Instances.hs:21:1: Warning:
    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/Compose.hs:81:1: Warning:
    The import of ‘Data.Traversable’ is redundant
      except perhaps to import instances from ‘Data.Traversable’
    To import instances alone, use: import Data.Traversable()

src/Data/CxMonoid.hs:18:1: Warning:
    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:
 100% (  1 /  1) in 'Control.Instances'
 100% (  3 /  3) in 'Data.RefMonad'
 100% (  8 /  8) in 'Data.Bijection'
  85% ( 84 / 99) in 'Control.Compose'
  Missing documentation for:
    <~ (src/Control/Compose.hs:132)
    *<~ (src/Control/Compose.hs:145)
    returnDistribM (src/Control/Compose.hs:387)
    inFlip (src/Control/Compose.hs:562)
    inFlip2 (src/Control/Compose.hs:566)
    inFlip3 (src/Control/Compose.hs:571)
    inApp (src/Control/Compose.hs:620)
    inApp2 (src/Control/Compose.hs:624)
    unId (src/Control/Compose.hs:651)
    inId (src/Control/Compose.hs:654)
    inId2 (src/Control/Compose.hs:657)
    :->: (src/Control/Compose.hs:868)
    inConst (src/Control/Compose.hs:894)
    inConst2 (src/Control/Compose.hs:897)
    inConst3 (src/Control/Compose.hs:900)
  67% (  2 /  3) in 'Data.Title'
  Missing documentation for:
    Title_f (src/Data/Title.hs:37)
 100% (  4 /  4) in 'Data.CxMonoid'
 100% ( 16 / 16) in 'Data.Pair'
 100% ( 18 / 18) in 'Data.Zip'
  91% ( 10 / 11) in 'Data.Partial'
  Missing documentation for:
    PartialX (src/Data/Partial.hs:47)
 100% (  8 /  8) in 'Data.Lambda'
Documentation created: dist/doc/html/TypeCompose/index.html,
dist/doc/html/TypeCompose/TypeCompose.txt
Creating package registration file:
/tmp/pkgConf-TypeCompose-0.9278722862233665123.10
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/TypeCompose-0.9.10-GMImyiSFMwsBONCzhIAtAs
Registering TypeCompose-0.9.10...
Installed TypeCompose-0.9.10
Configuring data-inttrie-0.1.0...
Building data-inttrie-0.1.0...
Preprocessing library data-inttrie-0.1.0...
[1 of 1] Compiling Data.IntTrie     ( Data/IntTrie.hs, dist/build/Data/IntTrie.o )
In-place registering data-inttrie-0.1.0...
Running Haddock for data-inttrie-0.1.0...
Running hscolour for data-inttrie-0.1.0...
Preprocessing library data-inttrie-0.1.0...
Preprocessing library data-inttrie-0.1.0...
Haddock coverage:
 100% (  7 /  7) in 'Data.IntTrie'
Documentation created: dist/doc/html/data-inttrie/index.html,
dist/doc/html/data-inttrie/data-inttrie.txt
Creating package registration file:
/tmp/pkgConf-data-inttrie-0.19331101976939507.0
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/data-inttrie-0.1.0-2yJ4ln7R9Ju7UZbs9hDao4
Registering data-inttrie-0.1.0...
Installed data-inttrie-0.1.0
Configuring unamb-0.2.5...
Building unamb-0.2.5...
Preprocessing library unamb-0.2.5...
[1 of 1] Compiling Data.Unamb       ( src/Data/Unamb.hs, dist/build/Data/Unamb.o )

src/Data/Unamb.hs:38:1: Warning:
    Module ‘Prelude’ does not export ‘catch’

src/Data/Unamb.hs:40:1: Warning:
    Module ‘Control.Monad.Instances’ is deprecated:
      This module now contains no instances and will be removed in the future

src/Data/Unamb.hs:42:1: Warning:
    Module ‘Control.Exception’ does not export ‘unblock’
In-place registering unamb-0.2.5...
Running Haddock for unamb-0.2.5...
Running hscolour for unamb-0.2.5...
Preprocessing library unamb-0.2.5...
Preprocessing library unamb-0.2.5...

src/Data/Unamb.hs:38:1: Warning:
    Module ‘Prelude’ does not export ‘catch’

src/Data/Unamb.hs:40:1: Warning:
    Module ‘Control.Monad.Instances’ is deprecated:
      This module now contains no instances and will be removed in the future

src/Data/Unamb.hs:42:1: Warning:
    Module ‘Control.Exception’ does not export ‘unblock’
Haddock coverage:
  96% ( 23 / 24) in 'Data.Unamb'
  Missing documentation for:
    parAnnihilatorIdentity (src/Data/Unamb.hs:339)
Documentation created: dist/doc/html/unamb/index.html,
dist/doc/html/unamb/unamb.txt
Creating package registration file:
/tmp/pkgConf-unamb-0.21850952926437116466.5
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/unamb-0.2.5-7ucP4j0MSzB9ZlA9KEXeNw
Registering unamb-0.2.5...
Installed unamb-0.2.5
Configuring lub-0.1.7...
Building lub-0.1.7...
Preprocessing library lub-0.1.7...
[1 of 4] Compiling Data.Repr        ( src/Data/Repr.hs, dist/build/Data/Repr.o )
[2 of 4] Compiling Data.Lub         ( src/Data/Lub.hs, dist/build/Data/Lub.o )
[3 of 4] Compiling Data.Glb         ( src/Data/Glb.hs, dist/build/Data/Glb.o )
[4 of 4] Compiling Data.Laxer       ( src/Data/Laxer.hs, dist/build/Data/Laxer.o )
In-place registering lub-0.1.7...
Running Haddock for lub-0.1.7...
Running hscolour for lub-0.1.7...
Preprocessing library lub-0.1.7...
Preprocessing library lub-0.1.7...
Haddock coverage:
 100% (  4 /  4) in 'Data.Repr'
 100% (  7 /  7) in 'Data.Lub'
 100% (  4 /  4) in 'Data.Glb'
 100% (  3 /  3) in 'Data.Laxer'
Documentation created: dist/doc/html/lub/index.html, dist/doc/html/lub/lub.txt
Creating package registration file: /tmp/pkgConf-lub-0.11111783898446340713.7
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.10.2/lub-0.1.7-4MyCKs7FvjFFoRuQD9CVyo
Registering lub-0.1.7...
Installed lub-0.1.7
Configuring functor-combo-0.0.3...
Building functor-combo-0.0.3...
Preprocessing library functor-combo-0.0.3...
cabal: can't find source for FunctorCombo/StrictMemo in src,
dist/build/autogen
Failed to install functor-combo-0.0.3
cabal: Error: some packages failed to install:
functor-combo-0.0.3 failed during the building phase. The exception was:
ExitFailure 1

Test log

No test log was submitted for this report.