Build #4 for functor-combo-0.0.0

[all reports]

Package functor-combo-0.0.0
Install BuildFailed
Docs NotTried
Tests NotTried
Time submitted 2015-11-17 21:05:24.658123 UTC
Compiler ghc-7.10.2
OS linux
Arch x86_64
Dependencies 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 functor-combo-0.0.0...
Building functor-combo-0.0.0...
Preprocessing library functor-combo-0.0.0...
[1 of 8] Compiling FunctorCombo.Functor ( src/FunctorCombo/Functor.hs, dist/build/FunctorCombo/Functor.o )

src/FunctorCombo/Functor.hs:82:1:
    Can't make a derived instance of ‘Functor (f :+: g)’:
      You need DeriveFunctor to derive an instance for this class
    In the stand-alone deriving instance for
      ‘(Functor f, Functor g) => Functor (f :+: g)’

src/FunctorCombo/Functor.hs:88:1:
    Can't make a derived instance of ‘Functor (f :*: g)’:
      You need DeriveFunctor to derive an instance for this class
    In the stand-alone deriving instance for
      ‘(Functor f, Functor g) => Functor (f :*: g)’
Failed to install functor-combo-0.0.0
cabal: Error: some packages failed to install:
functor-combo-0.0.0 failed during the building phase. The exception was:
ExitFailure 1

Test log

No test log was submitted for this report.