Build #1 for representable-functors-3.2.0.1

[all reports]

Package representable-functors-3.2.0.1
Install InstallOk
Docs Ok
Tests NotTried
Time submitted unknown
Compiler ghc-7.6.3
OS linux
Arch x86_64
Dependencies transformers-0.3.0.0, semigroups-0.11, semigroupoids-3.1, mtl-2.1.2, keys-3.0.3, free-3.4.2, distributive-0.3.1, contravariant-0.4.4, containers-0.5.0.0, comonads-fd-3.0.3, comonad-transformers-3.1, comonad-3.1, base-4.6.0.1, array-0.4.0.1
Flags none

Code Coverage

No Code Coverage was submitted for this report.

Build log

[view raw]

Configuring representable-functors-3.2.0.1...
Dependency array ==0.4.0.1: using array-0.4.0.1
Dependency base ==4.6.0.1: using base-4.6.0.1
Dependency comonad ==3.1: using comonad-3.1
Dependency comonad-transformers ==3.1: using comonad-transformers-3.1
Dependency comonads-fd ==3.0.3: using comonads-fd-3.0.3
Dependency containers ==0.5.0.0: using containers-0.5.0.0
Dependency contravariant ==0.4.4: using contravariant-0.4.4
Dependency distributive ==0.3.1: using distributive-0.3.1
Dependency free ==3.4.2: using free-3.4.2
Dependency keys ==3.0.3: using keys-3.0.3
Dependency mtl ==2.1.2: using mtl-2.1.2
Dependency semigroupoids ==3.1: using semigroupoids-3.1
Dependency semigroups ==0.11: using semigroups-0.11
Dependency transformers ==0.3.0.0: using transformers-0.3.0.0
Using Cabal-1.16.0.3 compiled by ghc-7.6
Using compiler: ghc-7.6.3
Using install prefix: /srv/hackage/var/build/cache/inst
Binaries installed in: /srv/hackage/var/build/cache/inst/bin
Libraries installed in:
/srv/hackage/var/build/cache/inst/lib/representable-functors-3.2.0.1/ghc-7.6.3
Private binaries installed in: /srv/hackage/var/build/cache/inst/libexec
Data files installed in:
/srv/hackage/var/build/cache/inst/share/representable-functors-3.2.0.1
Documentation installed in:
/srv/hackage/var/build/cache/inst/share/doc/representable-functors-3.2.0.1
Using alex version 3.0.1 found on system at: /usr/bin/alex
Using ar found on system at: /usr/bin/ar
No c2hs found
No cpphs found
No ffihugs found
Using gcc version 4.7 found on system at: /usr/bin/gcc
Using ghc version 7.6.3 found on system at: /usr/local/bin/ghc
Using ghc-pkg version 7.6.3 found on system at: /usr/local/bin/ghc-pkg
No greencard found
Using haddock version 2.13.2 found on system at: /usr/local/bin/haddock
Using happy version 1.18.9 found on system at: /usr/bin/happy
No hmake found
Using hpc version 0.6 found on system at: /usr/local/bin/hpc
Using hsc2hs version 0.67 found on system at: /usr/local/bin/hsc2hs
Using hscolour version 1.19 found on system at: /usr/bin/HsColour
No hugs found
No jhc found
Using ld found on system at: /usr/bin/ld
No lhc found
No lhc-pkg found
No nhc98 found
No pkg-config found
Using ranlib found on system at: /usr/bin/ranlib
Using strip found on system at: /usr/bin/strip
Using tar found on system at: /bin/tar
No uhc found
creating dist/build
creating dist/build/autogen
Building representable-functors-3.2.0.1...
Preprocessing library representable-functors-3.2.0.1...
Building library...
creating dist/build
/usr/local/bin/ghc --make -fbuilding-cabal-package -odir dist/build -hidir dist/build -stubdir dist/build -i -idist/build -isrc -idist/build/autogen -Idist/build/autogen -Idist/build -optP-include -optPdist/build/autogen/cabal_macros.h -package-name representable-functors-3.2.0.1 -hide-all-packages -package-db /srv/hackage/var/build/cache/inst/local.conf.d -package-db dist/package.conf.inplace -package-id array-0.4.0.1-3b78425c10ff2dad7acf7e8c8ae014c3 -package-id base-4.6.0.1-8aa5d403c45ea59dcd2c39f123e27d57 -package-id comonad-3.1-031a40e2761b05563c63fe3ad6c1b098 -package-id comonad-transformers-3.1-5f9133e7258f43b9cf26a8f0f1847a24 -package-id comonads-fd-3.0.3-e99deb821daa1e3b807e290ef9cc70ce -package-id containers-0.5.0.0-ab1dae9a94cd3cc84e7b2805636ebfa2 -package-id contravariant-0.4.4-e376b7b582d967489fa201c8b8485286 -package-id distributive-0.3.1-be52cc4318ae5ad001f0d0bf71d513ad -package-id free-3.4.2-a8f58ca055f1d0c9b6e405a7f1cc3e61 -package-id keys-3.0.3-eab7d844ad021119936057e96d8dd7ed -package-id mtl-2.1.2-94c72af955e94b8d7b2f359dadd0cb62 -package-id semigroupoids-3.1-a3110c3ee52220bc44f8e21de74787ff -package-id semigroups-0.11-e22d41f7060ef540a1165947bb3a57fe -package-id transformers-0.3.0.0-ff2bb6ac67241ebb987351a3db564af0 -XHaskell98 Data.Functor.Contravariant.Representable Data.Functor.Representable Control.Monad.Representable.Reader Control.Monad.Representable.State Control.Comonad.Representable.Store -Wall -O0
[1 of 5] Compiling Data.Functor.Representable ( src/Data/Functor/Representable.hs, dist/build/Data/Functor/Representable.o )
[2 of 5] Compiling Control.Monad.Representable.Reader ( src/Control/Monad/Representable/Reader.hs, dist/build/Control/Monad/Representable/Reader.o )
[3 of 5] Compiling Control.Monad.Representable.State ( src/Control/Monad/Representable/State.hs, dist/build/Control/Monad/Representable/State.o )
[4 of 5] Compiling Control.Comonad.Representable.Store ( src/Control/Comonad/Representable/Store.hs, dist/build/Control/Comonad/Representable/Store.o )
[5 of 5] Compiling Data.Functor.Contravariant.Representable ( src/Data/Functor/Contravariant/Representable.hs, dist/build/Data/Functor/Contravariant/Representable.o )
Linking...
/usr/bin/ar -r dist/build/libHSrepresentable-functors-3.2.0.1.a dist/build/Data/Functor/Contravariant/Representable.o dist/build/Data/Functor/Representable.o dist/build/Control/Monad/Representable/Reader.o dist/build/Control/Monad/Representable/State.o dist/build/Control/Comonad/Representable/Store.o
/usr/bin/ar: creating dist/build/libHSrepresentable-functors-3.2.0.1.a
In-place registering representable-functors-3.2.0.1...
/usr/local/bin/ghc-pkg update - --global --user --package-db=/srv/hackage/var/build/cache/inst/local.conf.d --package-db=dist/package.conf.inplace --no-user-package-conf
Running Haddock for representable-functors-3.2.0.1...
/usr/local/bin/haddock --ghc-version --built-in-themes
creating dist/build
creating dist/build/autogen
Running hscolour for representable-functors-3.2.0.1...
creating dist/doc/html/representable-functors
creating dist/doc/html
creating dist/doc
creating dist/doc/html
creating dist/doc/html/representable-functors
Preprocessing library representable-functors-3.2.0.1...
creating dist/doc/html/representable-functors/src
/usr/bin/HsColour -print-css -odist/doc/html/representable-functors/src/hscolour.css
/usr/bin/HsColour -css -anchor -odist/doc/html/representable-functors/src/Data-Functor-Contravariant-Representable.html src/Data/Functor/Contravariant/Representable.hs
/usr/bin/HsColour -css -anchor -odist/doc/html/representable-functors/src/Data-Functor-Representable.html src/Data/Functor/Representable.hs
/usr/bin/HsColour -css -anchor -odist/doc/html/representable-functors/src/Control-Monad-Representable-Reader.html src/Control/Monad/Representable/Reader.hs
/usr/bin/HsColour -css -anchor -odist/doc/html/representable-functors/src/Control-Monad-Representable-State.html src/Control/Monad/Representable/State.hs
/usr/bin/HsColour -css -anchor -odist/doc/html/representable-functors/src/Control-Comonad-Representable-Store.html src/Control/Comonad/Representable/Store.hs
/usr/local/bin/ghc --print-libdir -O0
Preprocessing library representable-functors-3.2.0.1...
Warning: The documentation for the following packages are not installed. No
links will be generated to these packages: rts-1.0, mtl-2.1.2, text-0.11.2.3,
transformers-0.3.0.0
/usr/local/bin/ghc -E -cpp -x hs -optP-include -optPdist/build/autogen/cabal_macros.h -o dist/build/tmp-6851/src/Data/Functor/Contravariant/Representable.hs src/Data/Functor/Contravariant/Representable.hs -D__GLASGOW_HASKELL__=706 -Dlinux_BUILD_OS -Dlinux_HOST_OS -Dx86_64_BUILD_ARCH -Dx86_64_HOST_ARCH -O0
/usr/local/bin/ghc -E -cpp -x hs -optP-include -optPdist/build/autogen/cabal_macros.h -o dist/build/tmp-6851/src/Data/Functor/Representable.hs src/Data/Functor/Representable.hs -D__GLASGOW_HASKELL__=706 -Dlinux_BUILD_OS -Dlinux_HOST_OS -Dx86_64_BUILD_ARCH -Dx86_64_HOST_ARCH -O0
/usr/local/bin/ghc -E -cpp -x hs -optP-include -optPdist/build/autogen/cabal_macros.h -o dist/build/tmp-6851/src/Control/Monad/Representable/Reader.hs src/Control/Monad/Representable/Reader.hs -D__GLASGOW_HASKELL__=706 -Dlinux_BUILD_OS -Dlinux_HOST_OS -Dx86_64_BUILD_ARCH -Dx86_64_HOST_ARCH -O0
/usr/local/bin/ghc -E -cpp -x hs -optP-include -optPdist/build/autogen/cabal_macros.h -o dist/build/tmp-6851/src/Control/Monad/Representable/State.hs src/Control/Monad/Representable/State.hs -D__GLASGOW_HASKELL__=706 -Dlinux_BUILD_OS -Dlinux_HOST_OS -Dx86_64_BUILD_ARCH -Dx86_64_HOST_ARCH -O0
/usr/local/bin/ghc -E -cpp -x hs -optP-include -optPdist/build/autogen/cabal_macros.h -o dist/build/tmp-6851/src/Control/Comonad/Representable/Store.hs src/Control/Comonad/Representable/Store.hs -D__GLASGOW_HASKELL__=706 -Dlinux_BUILD_OS -Dlinux_HOST_OS -Dx86_64_BUILD_ARCH -Dx86_64_HOST_ARCH -O0
creating dist/doc/html/representable-functors
/usr/local/bin/haddock --prologue=dist/doc/html/representable-functors/haddock-prolog6851.txt --dump-interface=dist/doc/html/representable-functors/representable-functors.haddock --optghc=-package-name --optghc=representable-functors-3.2.0.1 --source-module=src/%{MODULE/./-}.html --source-entity=src/%{MODULE/./-}.html#%{NAME} --use-contents=/package/representable-functors-3.2.0.1 --verbosity=1 --html --read-interface=/package/array-0.4.0.1/docs,/usr/local/share/doc/ghc/html/libraries/array-0.4.0.1/array.haddock --read-interface=/package/base-4.6.0.1/docs,/usr/local/share/doc/ghc/html/libraries/base-4.6.0.1/base.haddock --read-interface=/package/bifunctors-3.2.0.1/docs,/srv/hackage/var/build/cache/inst/share/doc/representable-functors-3.2.0.1/html/bifunctors.haddock --read-interface=/package/bytestring-0.10.0.2/docs,/usr/local/share/doc/ghc/html/libraries/bytestring-0.10.0.2/bytestring.haddock --read-interface=/package/comonad-3.1/docs,/srv/hackage/var/build/cache/inst/share/doc/representable-functors-3.2.0.1/html/comonad.haddock --read-interface=/package/comonad-transformers-3.1/docs,/srv/hackage/var/build/cache/inst/share/doc/representable-functors-3.2.0.1/html/comonad-transformers.haddock --read-interface=/package/comonads-fd-3.0.3/docs,/srv/hackage/var/build/cache/inst/share/doc/representable-functors-3.2.0.1/html/comonads-fd.haddock --read-interface=/package/containers-0.5.0.0/docs,/usr/local/share/doc/ghc/html/libraries/containers-0.5.0.0/containers.haddock --read-interface=/package/contravariant-0.4.4/docs,/srv/hackage/var/build/cache/inst/share/doc/representable-functors-3.2.0.1/html/contravariant.haddock --read-interface=/package/deepseq-1.3.0.1/docs,/usr/local/share/doc/ghc/html/libraries/deepseq-1.3.0.1/deepseq.haddock --read-interface=/package/distributive-0.3.1/docs,/srv/hackage/var/build/cache/inst/share/doc/representable-functors-3.2.0.1/html/distributive.haddock --read-interface=/package/free-3.4.2/docs,/srv/hackage/var/build/cache/inst/share/doc/representable-functors-3.2.0.1/html/free.haddock --read-interface=/package/ghc-prim-0.3.0.0/docs,/usr/local/share/doc/ghc/html/libraries/ghc-prim-0.3.0.0/ghc-prim.haddock --read-interface=/package/hashable-1.2.1.0/docs,/srv/hackage/var/build/cache/inst/share/doc/representable-functors-3.2.0.1/html/hashable.haddock --read-interface=/package/integer-gmp-0.5.0.0/docs,/usr/local/share/doc/ghc/html/libraries/integer-gmp-0.5.0.0/integer-gmp.haddock --read-interface=/package/keys-3.0.3/docs,/srv/hackage/var/build/cache/inst/share/doc/representable-functors-3.2.0.1/html/keys.haddock --read-interface=/package/nats-0.1.2/docs,/srv/hackage/var/build/cache/inst/share/doc/representable-functors-3.2.0.1/html/nats.haddock --read-interface=/package/profunctors-3.3.0.1/docs,/srv/hackage/var/build/cache/inst/share/doc/representable-functors-3.2.0.1/html/profunctors.haddock --read-interface=/package/semigroupoids-3.1/docs,/srv/hackage/var/build/cache/inst/share/doc/representable-functors-3.2.0.1/html/semigroupoids.haddock --read-interface=/package/semigroups-0.11/docs,/srv/hackage/var/build/cache/inst/share/doc/representable-functors-3.2.0.1/html/semigroups.haddock --read-interface=/package/tagged-0.7/docs,/srv/hackage/var/build/cache/inst/share/doc/representable-functors-3.2.0.1/html/tagged.haddock --read-interface=/package/transformers-compat-0.1.1.1/docs,/srv/hackage/var/build/cache/inst/share/doc/representable-functors-3.2.0.1/html/transformers-compat.haddock --read-interface=/package/unordered-containers-0.2.3.3/docs,/srv/hackage/var/build/cache/inst/share/doc/representable-functors-3.2.0.1/html/unordered-containers.haddock --odir=dist/doc/html/representable-functors/ --title=representable-functors-3.2.0.1: Representable functors --optghc=-fbuilding-cabal-package --optghc=-odir --optghc=dist/build/tmp-6851 --optghc=-hidir --optghc=dist/build/tmp-6851 --optghc=-stubdir --optghc=dist/build/tmp-6851 --optghc=-i --optghc=-idist/build --optghc=-isrc --optghc=-idist/build/autogen --optghc=-Idist/build/autogen --optghc=-Idist/build --optghc=-optP-include --optghc=-optPdist/build/autogen/cabal_macros.h --optghc=-hide-all-packages --optghc=-package-db --optghc=/srv/hackage/var/build/cache/inst/local.conf.d --optghc=-package-id --optghc=array-0.4.0.1-3b78425c10ff2dad7acf7e8c8ae014c3 --optghc=-package-id --optghc=base-4.6.0.1-8aa5d403c45ea59dcd2c39f123e27d57 --optghc=-package-id --optghc=comonad-3.1-031a40e2761b05563c63fe3ad6c1b098 --optghc=-package-id --optghc=comonad-transformers-3.1-5f9133e7258f43b9cf26a8f0f1847a24 --optghc=-package-id --optghc=comonads-fd-3.0.3-e99deb821daa1e3b807e290ef9cc70ce --optghc=-package-id --optghc=containers-0.5.0.0-ab1dae9a94cd3cc84e7b2805636ebfa2 --optghc=-package-id --optghc=contravariant-0.4.4-e376b7b582d967489fa201c8b8485286 --optghc=-package-id --optghc=distributive-0.3.1-be52cc4318ae5ad001f0d0bf71d513ad --optghc=-package-id --optghc=free-3.4.2-a8f58ca055f1d0c9b6e405a7f1cc3e61 --optghc=-package-id --optghc=keys-3.0.3-eab7d844ad021119936057e96d8dd7ed --optghc=-package-id --optghc=mtl-2.1.2-94c72af955e94b8d7b2f359dadd0cb62 --optghc=-package-id --optghc=semigroupoids-3.1-a3110c3ee52220bc44f8e21de74787ff --optghc=-package-id --optghc=semigroups-0.11-e22d41f7060ef540a1165947bb3a57fe --optghc=-package-id --optghc=transformers-0.3.0.0-ff2bb6ac67241ebb987351a3db564af0 --optghc=-XHaskell98 --optghc=-Wall -B/usr/local/lib/ghc-7.6.3 dist/build/tmp-6851/src/Data/Functor/Contravariant/Representable.hs dist/build/tmp-6851/src/Data/Functor/Representable.hs dist/build/tmp-6851/src/Control/Monad/Representable/Reader.hs dist/build/tmp-6851/src/Control/Monad/Representable/State.hs dist/build/tmp-6851/src/Control/Comonad/Representable/Store.hs --built-in-themes
Haddock coverage:
Warning: Data.Functor.Representable: Instances of type and data families are not yet supported. Instances of the following families will be filtered out:
  Key
  42% ( 14 / 33) in 'Data.Functor.Representable'
Warning: Control.Monad.Representable.Reader: Instances of type and data families are not yet supported. Instances of the following families will be filtered out:
  Key
Warning: Couldn't find .haddock for export Control.Monad.Reader.Class.ask
Warning: Couldn't find .haddock for export Control.Monad.Reader.Class.local
  36% (  4 / 11) in 'Control.Monad.Representable.Reader'
Warning: Couldn't find .haddock for export Control.Monad.State.Class.get
Warning: Couldn't find .haddock for export Control.Monad.State.Class.gets
Warning: Couldn't find .haddock for export Control.Monad.State.Class.put
Warning: Couldn't find .haddock for export Control.Monad.State.Class.modify
  61% ( 11 / 18) in 'Control.Monad.Representable.State'
  42% (  5 / 12) in 'Control.Comonad.Representable.Store'
Warning: Data.Functor.Contravariant.Representable: Instances of type and data families are not yet supported. Instances of the following families will be filtered out:
  Value
  75% (  9 / 12) in 'Data.Functor.Contravariant.Representable'
Warning: Data.Functor.Representable: could not find link destinations for:
    Data.Functor.Identity.Identity Control.Monad.Trans.Reader.ReaderT Data.Functor.Product.Product Data.Functor.Compose.Compose Control.Monad.Reader.Class.MonadReader
Warning: Control.Monad.Representable.Reader: could not find link destinations for:
    Data.Functor.Identity.Identity Control.Monad.Writer.Class.MonadWriter Control.Monad.Trans.Class.MonadTrans Control.Monad.IO.Class.MonadIO Control.Monad.Reader.Class.MonadReader
Warning: Control.Monad.Representable.State: could not find link destinations for:
    Data.Functor.Identity.Identity Control.Monad.State.Class.state Control.Monad.Reader.Class.MonadReader Control.Monad.Writer.Class.MonadWriter Control.Monad.State.Class.MonadState Control.Monad.Trans.Class.MonadTrans Control.Monad.Cont.Class.MonadCont
Warning: Control.Comonad.Representable.Store: could not find link destinations for:
    Data.Functor.Identity.Identity
Warning: Data.Functor.Contravariant.Representable: could not find link destinations for:
    Data.Functor.Product.Product
Documentation created: dist/doc/html/representable-functors/index.html
directory dist/doc/html/representable-functors does exist: True
creating
/srv/hackage/var/build/cache/inst/share/doc/representable-functors-3.2.0.1/html
copy directory 'dist/doc/html/representable-functors' to
'/srv/hackage/var/build/cache/inst/share/doc/representable-functors-3.2.0.1/html'.
creating
/srv/hackage/var/build/cache/inst/share/doc/representable-functors-3.2.0.1/html
creating
/srv/hackage/var/build/cache/inst/share/doc/representable-functors-3.2.0.1/html/src
Installing dist/doc/html/representable-functors/representable-functors.haddock
to
/srv/hackage/var/build/cache/inst/share/doc/representable-functors-3.2.0.1/html/representable-functors.haddock
Installing dist/doc/html/representable-functors/doc-index.html to
/srv/hackage/var/build/cache/inst/share/doc/representable-functors-3.2.0.1/html/doc-index.html
Installing
dist/doc/html/representable-functors/Data-Functor-Representable.html to
/srv/hackage/var/build/cache/inst/share/doc/representable-functors-3.2.0.1/html/Data-Functor-Representable.html
Installing
dist/doc/html/representable-functors/mini_Data-Functor-Representable.html to
/srv/hackage/var/build/cache/inst/share/doc/representable-functors-3.2.0.1/html/mini_Data-Functor-Representable.html
Installing
dist/doc/html/representable-functors/Control-Monad-Representable-Reader.html
to
/srv/hackage/var/build/cache/inst/share/doc/representable-functors-3.2.0.1/html/Control-Monad-Representable-Reader.html
Installing
dist/doc/html/representable-functors/mini_Control-Monad-Representable-Reader.html
to
/srv/hackage/var/build/cache/inst/share/doc/representable-functors-3.2.0.1/html/mini_Control-Monad-Representable-Reader.html
Installing
dist/doc/html/representable-functors/Control-Monad-Representable-State.html to
/srv/hackage/var/build/cache/inst/share/doc/representable-functors-3.2.0.1/html/Control-Monad-Representable-State.html
Installing
dist/doc/html/representable-functors/mini_Control-Monad-Representable-State.html
to
/srv/hackage/var/build/cache/inst/share/doc/representable-functors-3.2.0.1/html/mini_Control-Monad-Representable-State.html
Installing
dist/doc/html/representable-functors/Control-Comonad-Representable-Store.html
to
/srv/hackage/var/build/cache/inst/share/doc/representable-functors-3.2.0.1/html/Control-Comonad-Representable-Store.html
Installing
dist/doc/html/representable-functors/mini_Control-Comonad-Representable-Store.html
to
/srv/hackage/var/build/cache/inst/share/doc/representable-functors-3.2.0.1/html/mini_Control-Comonad-Representable-Store.html
Installing
dist/doc/html/representable-functors/Data-Functor-Contravariant-Representable.html
to
/srv/hackage/var/build/cache/inst/share/doc/representable-functors-3.2.0.1/html/Data-Functor-Contravariant-Representable.html
Installing
dist/doc/html/representable-functors/mini_Data-Functor-Contravariant-Representable.html
to
/srv/hackage/var/build/cache/inst/share/doc/representable-functors-3.2.0.1/html/mini_Data-Functor-Contravariant-Representable.html
Installing dist/doc/html/representable-functors/hslogo-16.png to
/srv/hackage/var/build/cache/inst/share/doc/representable-functors-3.2.0.1/html/hslogo-16.png
Installing dist/doc/html/representable-functors/minus.gif to
/srv/hackage/var/build/cache/inst/share/doc/representable-functors-3.2.0.1/html/minus.gif
Installing dist/doc/html/representable-functors/ocean.css to
/srv/hackage/var/build/cache/inst/share/doc/representable-functors-3.2.0.1/html/ocean.css
Installing dist/doc/html/representable-functors/plus.gif to
/srv/hackage/var/build/cache/inst/share/doc/representable-functors-3.2.0.1/html/plus.gif
Installing dist/doc/html/representable-functors/synopsis.png to
/srv/hackage/var/build/cache/inst/share/doc/representable-functors-3.2.0.1/html/synopsis.png
Installing dist/doc/html/representable-functors/haskell_icon.gif to
/srv/hackage/var/build/cache/inst/share/doc/representable-functors-3.2.0.1/html/haskell_icon.gif
Installing dist/doc/html/representable-functors/xhaddock.css to
/srv/hackage/var/build/cache/inst/share/doc/representable-functors-3.2.0.1/html/xhaddock.css
Installing dist/doc/html/representable-functors/haddock-util.js to
/srv/hackage/var/build/cache/inst/share/doc/representable-functors-3.2.0.1/html/haddock-util.js
Installing dist/doc/html/representable-functors/frames.html to
/srv/hackage/var/build/cache/inst/share/doc/representable-functors-3.2.0.1/html/frames.html
Installing dist/doc/html/representable-functors/src/hscolour.css to
/srv/hackage/var/build/cache/inst/share/doc/representable-functors-3.2.0.1/html/src/hscolour.css
Installing
dist/doc/html/representable-functors/src/Data-Functor-Contravariant-Representable.html
to
/srv/hackage/var/build/cache/inst/share/doc/representable-functors-3.2.0.1/html/src/Data-Functor-Contravariant-Representable.html
Installing
dist/doc/html/representable-functors/src/Data-Functor-Representable.html to
/srv/hackage/var/build/cache/inst/share/doc/representable-functors-3.2.0.1/html/src/Data-Functor-Representable.html
Installing
dist/doc/html/representable-functors/src/Control-Monad-Representable-Reader.html
to
/srv/hackage/var/build/cache/inst/share/doc/representable-functors-3.2.0.1/html/src/Control-Monad-Representable-Reader.html
Installing
dist/doc/html/representable-functors/src/Control-Monad-Representable-State.html
to
/srv/hackage/var/build/cache/inst/share/doc/representable-functors-3.2.0.1/html/src/Control-Monad-Representable-State.html
Installing
dist/doc/html/representable-functors/src/Control-Comonad-Representable-Store.html
to
/srv/hackage/var/build/cache/inst/share/doc/representable-functors-3.2.0.1/html/src/Control-Comonad-Representable-Store.html
creating
/srv/hackage/var/build/cache/inst/share/doc/representable-functors-3.2.0.1/html
Installing dist/doc/html/representable-functors/representable-functors.haddock
to
/srv/hackage/var/build/cache/inst/share/doc/representable-functors-3.2.0.1/html/representable-functors.haddock
creating
/srv/hackage/var/build/cache/inst/share/doc/representable-functors-3.2.0.1
Installing LICENSE to
/srv/hackage/var/build/cache/inst/share/doc/representable-functors-3.2.0.1/LICENSE
Installing library in
/srv/hackage/var/build/cache/inst/lib/representable-functors-3.2.0.1/ghc-7.6.3
creating
/srv/hackage/var/build/cache/inst/lib/representable-functors-3.2.0.1/ghc-7.6.3/Data/Functor/Contravariant
creating
/srv/hackage/var/build/cache/inst/lib/representable-functors-3.2.0.1/ghc-7.6.3/Data/Functor
creating
/srv/hackage/var/build/cache/inst/lib/representable-functors-3.2.0.1/ghc-7.6.3/Data
creating
/srv/hackage/var/build/cache/inst/lib/representable-functors-3.2.0.1/ghc-7.6.3
creating /srv/hackage/var/build/cache/inst/lib/representable-functors-3.2.0.1
creating
/srv/hackage/var/build/cache/inst/lib/representable-functors-3.2.0.1/ghc-7.6.3
creating
/srv/hackage/var/build/cache/inst/lib/representable-functors-3.2.0.1/ghc-7.6.3/Data
creating
/srv/hackage/var/build/cache/inst/lib/representable-functors-3.2.0.1/ghc-7.6.3/Data/Functor
creating
/srv/hackage/var/build/cache/inst/lib/representable-functors-3.2.0.1/ghc-7.6.3/Data/Functor/Contravariant
creating
/srv/hackage/var/build/cache/inst/lib/representable-functors-3.2.0.1/ghc-7.6.3/Data/Functor
creating
/srv/hackage/var/build/cache/inst/lib/representable-functors-3.2.0.1/ghc-7.6.3/Control/Monad/Representable
creating
/srv/hackage/var/build/cache/inst/lib/representable-functors-3.2.0.1/ghc-7.6.3/Control/Monad
creating
/srv/hackage/var/build/cache/inst/lib/representable-functors-3.2.0.1/ghc-7.6.3/Control
creating
/srv/hackage/var/build/cache/inst/lib/representable-functors-3.2.0.1/ghc-7.6.3/Control/Monad
creating
/srv/hackage/var/build/cache/inst/lib/representable-functors-3.2.0.1/ghc-7.6.3/Control/Monad/Representable
creating
/srv/hackage/var/build/cache/inst/lib/representable-functors-3.2.0.1/ghc-7.6.3/Control/Comonad/Representable
creating
/srv/hackage/var/build/cache/inst/lib/representable-functors-3.2.0.1/ghc-7.6.3/Control/Comonad
creating
/srv/hackage/var/build/cache/inst/lib/representable-functors-3.2.0.1/ghc-7.6.3/Control/Comonad/Representable
Installing dist/build/Data/Functor/Contravariant/Representable.hi to
/srv/hackage/var/build/cache/inst/lib/representable-functors-3.2.0.1/ghc-7.6.3/Data/Functor/Contravariant/Representable.hi
Installing dist/build/Data/Functor/Representable.hi to
/srv/hackage/var/build/cache/inst/lib/representable-functors-3.2.0.1/ghc-7.6.3/Data/Functor/Representable.hi
Installing dist/build/Control/Monad/Representable/Reader.hi to
/srv/hackage/var/build/cache/inst/lib/representable-functors-3.2.0.1/ghc-7.6.3/Control/Monad/Representable/Reader.hi
Installing dist/build/Control/Monad/Representable/State.hi to
/srv/hackage/var/build/cache/inst/lib/representable-functors-3.2.0.1/ghc-7.6.3/Control/Monad/Representable/State.hi
Installing dist/build/Control/Comonad/Representable/Store.hi to
/srv/hackage/var/build/cache/inst/lib/representable-functors-3.2.0.1/ghc-7.6.3/Control/Comonad/Representable/Store.hi
creating
/srv/hackage/var/build/cache/inst/lib/representable-functors-3.2.0.1/ghc-7.6.3
Installing dist/build/libHSrepresentable-functors-3.2.0.1.a to
/srv/hackage/var/build/cache/inst/lib/representable-functors-3.2.0.1/ghc-7.6.3/libHSrepresentable-functors-3.2.0.1.a
/usr/local/bin/ghc --abi-hash -fbuilding-cabal-package -odir dist/build -hidir dist/build -stubdir dist/build -i -idist/build -isrc -idist/build/autogen -Idist/build/autogen -Idist/build -optP-include -optPdist/build/autogen/cabal_macros.h -package-name representable-functors-3.2.0.1 -hide-all-packages -package-db /srv/hackage/var/build/cache/inst/local.conf.d -package-id array-0.4.0.1-3b78425c10ff2dad7acf7e8c8ae014c3 -package-id base-4.6.0.1-8aa5d403c45ea59dcd2c39f123e27d57 -package-id comonad-3.1-031a40e2761b05563c63fe3ad6c1b098 -package-id comonad-transformers-3.1-5f9133e7258f43b9cf26a8f0f1847a24 -package-id comonads-fd-3.0.3-e99deb821daa1e3b807e290ef9cc70ce -package-id containers-0.5.0.0-ab1dae9a94cd3cc84e7b2805636ebfa2 -package-id contravariant-0.4.4-e376b7b582d967489fa201c8b8485286 -package-id distributive-0.3.1-be52cc4318ae5ad001f0d0bf71d513ad -package-id free-3.4.2-a8f58ca055f1d0c9b6e405a7f1cc3e61 -package-id keys-3.0.3-eab7d844ad021119936057e96d8dd7ed -package-id mtl-2.1.2-94c72af955e94b8d7b2f359dadd0cb62 -package-id semigroupoids-3.1-a3110c3ee52220bc44f8e21de74787ff -package-id semigroups-0.11-e22d41f7060ef540a1165947bb3a57fe -package-id transformers-0.3.0.0-ff2bb6ac67241ebb987351a3db564af0 -XHaskell98 Data.Functor.Contravariant.Representable Data.Functor.Representable Control.Monad.Representable.Reader Control.Monad.Representable.State Control.Comonad.Representable.Store -Wall -O0
Registering representable-functors-3.2.0.1...
/usr/local/bin/ghc-pkg update - --global --user --package-db=/srv/hackage/var/build/cache/inst/local.conf.d --no-user-package-conf

Test log

No test log was submitted for this report.