Build #1 for JuicyPixels-3.1.1

[all reports]

Package JuicyPixels-3.1.1
Install InstallOk
Docs Ok
Tests NotTried
Time submitted unknown
Compiler ghc-7.6.3
OS linux
Arch x86_64
Dependencies zlib-0.5.4.1, vector-0.10.9.1, transformers-0.3.0.0, primitive-0.5.1.0, mtl-2.1.2, deepseq-1.3.0.1, bytestring-0.10.0.2, binary-0.7.1.0, base-4.6.0.1
Flags -mmap

Code Coverage

No Code Coverage was submitted for this report.

Build log

[view raw]

Configuring JuicyPixels-3.1.1...
Flags chosen: mmap=False
Dependency base ==4.6.0.1: using base-4.6.0.1
Dependency binary ==0.7.1.0: using binary-0.7.1.0
Dependency bytestring ==0.10.0.2: using bytestring-0.10.0.2
Dependency deepseq ==1.3.0.1: using deepseq-1.3.0.1
Dependency mtl ==2.1.2: using mtl-2.1.2
Dependency primitive ==0.5.1.0: using primitive-0.5.1.0
Dependency transformers ==0.3.0.0: using transformers-0.3.0.0
Dependency vector ==0.10.9.1: using vector-0.10.9.1
Dependency zlib ==0.5.4.1: using zlib-0.5.4.1
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/JuicyPixels-3.1.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/JuicyPixels-3.1.1
Documentation installed in:
/srv/hackage/var/build/cache/inst/share/doc/JuicyPixels-3.1.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 JuicyPixels-3.1.1...
Preprocessing library JuicyPixels-3.1.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 -i. -idist/build/autogen -Idist/build/autogen -Idist/build -ICodec/Picture -optP-include -optPdist/build/autogen/cabal_macros.h -package-name JuicyPixels-3.1.1 -hide-all-packages -package-db /srv/hackage/var/build/cache/inst/local.conf.d -package-db dist/package.conf.inplace -package-id base-4.6.0.1-8aa5d403c45ea59dcd2c39f123e27d57 -package-id binary-0.7.1.0-0347c73994bbb5619628f93ba5bbf85e -package-id bytestring-0.10.0.2-4f93248f75667c2c3321a7a6761b576f -package-id deepseq-1.3.0.1-5cc4cd89bdc2e8f6db1833d95ec36926 -package-id mtl-2.1.2-94c72af955e94b8d7b2f359dadd0cb62 -package-id primitive-0.5.1.0-88fb0c9ece17132e715442dd268e4d72 -package-id transformers-0.3.0.0-ff2bb6ac67241ebb987351a3db564af0 -package-id vector-0.10.9.1-ca2c8d6bfa71790e874ecb0b5b43e857 -package-id zlib-0.5.4.1-13ba81ac0d7e6f3bdf1ee5ddce4e9aab -XHaskell2010 Codec.Picture Codec.Picture.Bitmap Codec.Picture.Gif Codec.Picture.Png Codec.Picture.Jpg Codec.Picture.HDR Codec.Picture.Tiff Codec.Picture.Saving Codec.Picture.Types Codec.Picture.Jpg.DefaultTable Codec.Picture.Jpg.FastIdct Codec.Picture.Jpg.FastDct Codec.Picture.Jpg.Types Codec.Picture.Gif.LZW Codec.Picture.Png.Export Codec.Picture.Png.Type Codec.Picture.BitWriter Codec.Picture.InternalHelper Codec.Picture.VectorByteConversion -O3 -Wall -O0
[ 1 of 19] Compiling Codec.Picture.Jpg.DefaultTable ( Codec/Picture/Jpg/DefaultTable.hs, dist/build/Codec/Picture/Jpg/DefaultTable.o )
[ 2 of 19] Compiling Codec.Picture.Jpg.Types ( Codec/Picture/Jpg/Types.hs, dist/build/Codec/Picture/Jpg/Types.o )
[ 3 of 19] Compiling Codec.Picture.Jpg.FastIdct ( Codec/Picture/Jpg/FastIdct.hs, dist/build/Codec/Picture/Jpg/FastIdct.o )
[ 4 of 19] Compiling Codec.Picture.Jpg.FastDct ( Codec/Picture/Jpg/FastDct.hs, dist/build/Codec/Picture/Jpg/FastDct.o )
[ 5 of 19] Compiling Codec.Picture.VectorByteConversion ( Codec/Picture/VectorByteConversion.hs, dist/build/Codec/Picture/VectorByteConversion.o )
[ 6 of 19] Compiling Codec.Picture.BitWriter ( Codec/Picture/BitWriter.hs, dist/build/Codec/Picture/BitWriter.o )
[ 7 of 19] Compiling Codec.Picture.Gif.LZW ( Codec/Picture/Gif/LZW.hs, dist/build/Codec/Picture/Gif/LZW.o )
[ 8 of 19] Compiling Codec.Picture.InternalHelper ( Codec/Picture/InternalHelper.hs, dist/build/Codec/Picture/InternalHelper.o )
[ 9 of 19] Compiling Codec.Picture.Types ( Codec/Picture/Types.hs, dist/build/Codec/Picture/Types.o )
[10 of 19] Compiling Codec.Picture.Png.Type ( Codec/Picture/Png/Type.hs, dist/build/Codec/Picture/Png/Type.o )
[11 of 19] Compiling Codec.Picture.Png.Export ( Codec/Picture/Png/Export.hs, dist/build/Codec/Picture/Png/Export.o )
[12 of 19] Compiling Codec.Picture.Tiff ( Codec/Picture/Tiff.hs, dist/build/Codec/Picture/Tiff.o )
[13 of 19] Compiling Codec.Picture.HDR ( Codec/Picture/HDR.hs, dist/build/Codec/Picture/HDR.o )
[14 of 19] Compiling Codec.Picture.Gif ( Codec/Picture/Gif.hs, dist/build/Codec/Picture/Gif.o )
[15 of 19] Compiling Codec.Picture.Png ( Codec/Picture/Png.hs, dist/build/Codec/Picture/Png.o )
[16 of 19] Compiling Codec.Picture.Jpg ( Codec/Picture/Jpg.hs, dist/build/Codec/Picture/Jpg.o )
[17 of 19] Compiling Codec.Picture.Bitmap ( Codec/Picture/Bitmap.hs, dist/build/Codec/Picture/Bitmap.o )
[18 of 19] Compiling Codec.Picture.Saving ( Codec/Picture/Saving.hs, dist/build/Codec/Picture/Saving.o )
[19 of 19] Compiling Codec.Picture    ( Codec/Picture.hs, dist/build/Codec/Picture.o )
Linking...
/usr/bin/ar -r dist/build/libHSJuicyPixels-3.1.1.a dist/build/Codec/Picture.o dist/build/Codec/Picture/Bitmap.o dist/build/Codec/Picture/Gif.o dist/build/Codec/Picture/Png.o dist/build/Codec/Picture/Jpg.o dist/build/Codec/Picture/HDR.o dist/build/Codec/Picture/Tiff.o dist/build/Codec/Picture/Saving.o dist/build/Codec/Picture/Types.o dist/build/Codec/Picture/Jpg/DefaultTable.o dist/build/Codec/Picture/Jpg/FastIdct.o dist/build/Codec/Picture/Jpg/FastDct.o dist/build/Codec/Picture/Jpg/Types.o dist/build/Codec/Picture/Gif/LZW.o dist/build/Codec/Picture/Png/Export.o dist/build/Codec/Picture/Png/Type.o dist/build/Codec/Picture/BitWriter.o dist/build/Codec/Picture/InternalHelper.o dist/build/Codec/Picture/VectorByteConversion.o
/usr/bin/ar: creating dist/build/libHSJuicyPixels-3.1.1.a
In-place registering JuicyPixels-3.1.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 JuicyPixels-3.1.1...
/usr/local/bin/haddock --ghc-version --built-in-themes
creating dist/build
creating dist/build/autogen
Running hscolour for JuicyPixels-3.1.1...
creating dist/doc/html/JuicyPixels
creating dist/doc/html
creating dist/doc
creating dist/doc/html
creating dist/doc/html/JuicyPixels
Preprocessing library JuicyPixels-3.1.1...
creating dist/doc/html/JuicyPixels/src
/usr/bin/HsColour -print-css -odist/doc/html/JuicyPixels/src/hscolour.css
/usr/bin/HsColour -css -anchor -odist/doc/html/JuicyPixels/src/Codec-Picture.html Codec/Picture.hs
/usr/bin/HsColour -css -anchor -odist/doc/html/JuicyPixels/src/Codec-Picture-Bitmap.html Codec/Picture/Bitmap.hs
/usr/bin/HsColour -css -anchor -odist/doc/html/JuicyPixels/src/Codec-Picture-Gif.html Codec/Picture/Gif.hs
/usr/bin/HsColour -css -anchor -odist/doc/html/JuicyPixels/src/Codec-Picture-Png.html Codec/Picture/Png.hs
/usr/bin/HsColour -css -anchor -odist/doc/html/JuicyPixels/src/Codec-Picture-Jpg.html Codec/Picture/Jpg.hs
/usr/bin/HsColour -css -anchor -odist/doc/html/JuicyPixels/src/Codec-Picture-HDR.html Codec/Picture/HDR.hs
/usr/bin/HsColour -css -anchor -odist/doc/html/JuicyPixels/src/Codec-Picture-Tiff.html Codec/Picture/Tiff.hs
/usr/bin/HsColour -css -anchor -odist/doc/html/JuicyPixels/src/Codec-Picture-Saving.html Codec/Picture/Saving.hs
/usr/bin/HsColour -css -anchor -odist/doc/html/JuicyPixels/src/Codec-Picture-Types.html Codec/Picture/Types.hs
/usr/bin/HsColour -css -anchor -odist/doc/html/JuicyPixels/src/Codec-Picture-Jpg-DefaultTable.html Codec/Picture/Jpg/DefaultTable.hs
/usr/bin/HsColour -css -anchor -odist/doc/html/JuicyPixels/src/Codec-Picture-Jpg-FastIdct.html Codec/Picture/Jpg/FastIdct.hs
/usr/bin/HsColour -css -anchor -odist/doc/html/JuicyPixels/src/Codec-Picture-Jpg-FastDct.html Codec/Picture/Jpg/FastDct.hs
/usr/bin/HsColour -css -anchor -odist/doc/html/JuicyPixels/src/Codec-Picture-Jpg-Types.html Codec/Picture/Jpg/Types.hs
/usr/bin/HsColour -css -anchor -odist/doc/html/JuicyPixels/src/Codec-Picture-Gif-LZW.html Codec/Picture/Gif/LZW.hs
/usr/bin/HsColour -css -anchor -odist/doc/html/JuicyPixels/src/Codec-Picture-Png-Export.html Codec/Picture/Png/Export.hs
/usr/bin/HsColour -css -anchor -odist/doc/html/JuicyPixels/src/Codec-Picture-Png-Type.html Codec/Picture/Png/Type.hs
/usr/bin/HsColour -css -anchor -odist/doc/html/JuicyPixels/src/Codec-Picture-BitWriter.html Codec/Picture/BitWriter.hs
/usr/bin/HsColour -css -anchor -odist/doc/html/JuicyPixels/src/Codec-Picture-InternalHelper.html Codec/Picture/InternalHelper.hs
/usr/bin/HsColour -css -anchor -odist/doc/html/JuicyPixels/src/Codec-Picture-VectorByteConversion.html Codec/Picture/VectorByteConversion.hs
/usr/local/bin/ghc --print-libdir -O0
Preprocessing library JuicyPixels-3.1.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,
transformers-0.3.0.0, zlib-0.5.4.1
copy Codec/Picture.hs to dist/build/tmp-1892/Codec/Picture.hs
copy Codec/Picture/Bitmap.hs to dist/build/tmp-1892/Codec/Picture/Bitmap.hs
copy Codec/Picture/Gif.hs to dist/build/tmp-1892/Codec/Picture/Gif.hs
copy Codec/Picture/Png.hs to dist/build/tmp-1892/Codec/Picture/Png.hs
copy Codec/Picture/Jpg.hs to dist/build/tmp-1892/Codec/Picture/Jpg.hs
copy Codec/Picture/HDR.hs to dist/build/tmp-1892/Codec/Picture/HDR.hs
copy Codec/Picture/Tiff.hs to dist/build/tmp-1892/Codec/Picture/Tiff.hs
copy Codec/Picture/Saving.hs to dist/build/tmp-1892/Codec/Picture/Saving.hs
copy Codec/Picture/Types.hs to dist/build/tmp-1892/Codec/Picture/Types.hs
copy Codec/Picture/Jpg/DefaultTable.hs to
dist/build/tmp-1892/Codec/Picture/Jpg/DefaultTable.hs
copy Codec/Picture/Jpg/FastIdct.hs to
dist/build/tmp-1892/Codec/Picture/Jpg/FastIdct.hs
copy Codec/Picture/Jpg/FastDct.hs to
dist/build/tmp-1892/Codec/Picture/Jpg/FastDct.hs
copy Codec/Picture/Jpg/Types.hs to
dist/build/tmp-1892/Codec/Picture/Jpg/Types.hs
copy Codec/Picture/Gif/LZW.hs to dist/build/tmp-1892/Codec/Picture/Gif/LZW.hs
copy Codec/Picture/Png/Export.hs to
dist/build/tmp-1892/Codec/Picture/Png/Export.hs
copy Codec/Picture/Png/Type.hs to
dist/build/tmp-1892/Codec/Picture/Png/Type.hs
copy Codec/Picture/BitWriter.hs to
dist/build/tmp-1892/Codec/Picture/BitWriter.hs
copy Codec/Picture/InternalHelper.hs to
dist/build/tmp-1892/Codec/Picture/InternalHelper.hs
copy Codec/Picture/VectorByteConversion.hs to
dist/build/tmp-1892/Codec/Picture/VectorByteConversion.hs
creating dist/doc/html/JuicyPixels
/usr/local/bin/haddock --prologue=dist/doc/html/JuicyPixels/haddock-prolog1892.txt --dump-interface=dist/doc/html/JuicyPixels/JuicyPixels.haddock --optghc=-package-name --optghc=JuicyPixels-3.1.1 --hide=Codec.Picture.Jpg.DefaultTable --hide=Codec.Picture.Jpg.FastIdct --hide=Codec.Picture.Jpg.FastDct --hide=Codec.Picture.Jpg.Types --hide=Codec.Picture.Gif.LZW --hide=Codec.Picture.Png.Export --hide=Codec.Picture.Png.Type --hide=Codec.Picture.BitWriter --hide=Codec.Picture.InternalHelper --hide=Codec.Picture.VectorByteConversion --source-module=src/%{MODULE/./-}.html --source-entity=src/%{MODULE/./-}.html#%{NAME} --use-contents=/package/JuicyPixels-3.1.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/binary-0.7.1.0/docs,/srv/hackage/var/build/cache/inst/share/doc/JuicyPixels-3.1.1/html/binary.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/containers-0.5.0.0/docs,/usr/local/share/doc/ghc/html/libraries/containers-0.5.0.0/containers.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/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/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/primitive-0.5.1.0/docs,/srv/hackage/var/build/cache/inst/share/doc/JuicyPixels-3.1.1/html/primitive.haddock --read-interface=/package/vector-0.10.9.1/docs,/srv/hackage/var/build/cache/inst/share/doc/JuicyPixels-3.1.1/html/vector.haddock --odir=dist/doc/html/JuicyPixels/ --title=JuicyPixels-3.1.1: Picture loading/serialization (in png, jpeg, bitmap, gif, tiff and radiance) --optghc=-fbuilding-cabal-package --optghc=-odir --optghc=dist/build/tmp-1892 --optghc=-hidir --optghc=dist/build/tmp-1892 --optghc=-stubdir --optghc=dist/build/tmp-1892 --optghc=-i --optghc=-idist/build --optghc=-i. --optghc=-idist/build/autogen --optghc=-Idist/build/autogen --optghc=-Idist/build --optghc=-ICodec/Picture --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=base-4.6.0.1-8aa5d403c45ea59dcd2c39f123e27d57 --optghc=-package-id --optghc=binary-0.7.1.0-0347c73994bbb5619628f93ba5bbf85e --optghc=-package-id --optghc=bytestring-0.10.0.2-4f93248f75667c2c3321a7a6761b576f --optghc=-package-id --optghc=deepseq-1.3.0.1-5cc4cd89bdc2e8f6db1833d95ec36926 --optghc=-package-id --optghc=mtl-2.1.2-94c72af955e94b8d7b2f359dadd0cb62 --optghc=-package-id --optghc=primitive-0.5.1.0-88fb0c9ece17132e715442dd268e4d72 --optghc=-package-id --optghc=transformers-0.3.0.0-ff2bb6ac67241ebb987351a3db564af0 --optghc=-package-id --optghc=vector-0.10.9.1-ca2c8d6bfa71790e874ecb0b5b43e857 --optghc=-package-id --optghc=zlib-0.5.4.1-13ba81ac0d7e6f3bdf1ee5ddce4e9aab --optghc=-XHaskell2010 --optghc=-O3 --optghc=-Wall -B/usr/local/lib/ghc-7.6.3 dist/build/tmp-1892/Codec/Picture.hs dist/build/tmp-1892/Codec/Picture/Bitmap.hs dist/build/tmp-1892/Codec/Picture/Gif.hs dist/build/tmp-1892/Codec/Picture/Png.hs dist/build/tmp-1892/Codec/Picture/Jpg.hs dist/build/tmp-1892/Codec/Picture/HDR.hs dist/build/tmp-1892/Codec/Picture/Tiff.hs dist/build/tmp-1892/Codec/Picture/Saving.hs dist/build/tmp-1892/Codec/Picture/Types.hs dist/build/tmp-1892/Codec/Picture/Jpg/DefaultTable.hs dist/build/tmp-1892/Codec/Picture/Jpg/FastIdct.hs dist/build/tmp-1892/Codec/Picture/Jpg/FastDct.hs dist/build/tmp-1892/Codec/Picture/Jpg/Types.hs dist/build/tmp-1892/Codec/Picture/Gif/LZW.hs dist/build/tmp-1892/Codec/Picture/Png/Export.hs dist/build/tmp-1892/Codec/Picture/Png/Type.hs dist/build/tmp-1892/Codec/Picture/BitWriter.hs dist/build/tmp-1892/Codec/Picture/InternalHelper.hs dist/build/tmp-1892/Codec/Picture/VectorByteConversion.hs --built-in-themes
Haddock coverage:
  39% (  9 / 23) in 'Codec.Picture.Jpg.DefaultTable'
  50% (  2 /  4) in 'Codec.Picture.Jpg.Types'
 100% (  5 /  5) in 'Codec.Picture.Jpg.FastIdct'
  67% (  2 /  3) in 'Codec.Picture.Jpg.FastDct'
   0% (  0 /  3) in 'Codec.Picture.VectorByteConversion'
  50% (  7 / 14) in 'Codec.Picture.BitWriter'
   0% (  0 /  3) in 'Codec.Picture.Gif.LZW'
   0% (  0 /  6) in 'Codec.Picture.InternalHelper'
Warning: Codec.Picture.Types: We do not support associated types in instances yet. These instances are affected:
Codec.Picture.Types.Pixel Codec.Picture.Types.Pixel8, Codec.Picture.Types.Pixel Codec.Picture.Types.Pixel16, Codec.Picture.Types.Pixel Codec.Picture.Types.PixelF, Codec.Picture.Types.Pixel Codec.Picture.Types.PixelYA8, Codec.Picture.Types.Pixel Codec.Picture.Types.PixelYA16, Codec.Picture.Types.Pixel Codec.Picture.Types.PixelRGBF, Codec.Picture.Types.Pixel Codec.Picture.Types.PixelRGB16, Codec.Picture.Types.Pixel Codec.Picture.Types.PixelRGB8, Codec.Picture.Types.Pixel Codec.Picture.Types.PixelRGBA8, Codec.Picture.Types.Pixel Codec.Picture.Types.PixelRGBA16, Codec.Picture.Types.Pixel Codec.Picture.Types.PixelYCbCr8, Codec.Picture.Types.Pixel Codec.Picture.Types.PixelCMYK8, Codec.Picture.Types.Pixel Codec.Picture.Types.PixelCMYK16
 100% ( 56 / 56) in 'Codec.Picture.Types'
  94% ( 17 / 18) in 'Codec.Picture.Png.Type'
 100% (  5 /  5) in 'Codec.Picture.Png.Export'
Warning: Codec.Picture.Tiff: We do not support associated types in instances yet. These instances are affected:
Codec.Picture.Tiff.Unpackable GHC.Word.Word8, Codec.Picture.Tiff.Unpackable GHC.Word.Word16, Codec.Picture.Tiff.Unpackable Codec.Picture.Tiff.Pack4, Codec.Picture.Tiff.Unpackable Codec.Picture.Tiff.Pack2, Codec.Picture.Tiff.Unpackable Codec.Picture.Tiff.Pack12, Codec.Picture.Tiff.Unpackable Codec.Picture.Tiff.YCbCrSubsampling
 100% (  5 /  5) in 'Codec.Picture.Tiff'
 100% (  4 /  4) in 'Codec.Picture.HDR'
 100% (  3 /  3) in 'Codec.Picture.Gif'
 100% (  7 /  7) in 'Codec.Picture.Png'
 100% (  4 /  4) in 'Codec.Picture.Jpg'
 100% (  9 /  9) in 'Codec.Picture.Bitmap'
 100% (  6 /  6) in 'Codec.Picture.Saving'
 100% ( 71 / 71) in 'Codec.Picture'
Documentation created: dist/doc/html/JuicyPixels/index.html
directory dist/doc/html/JuicyPixels does exist: True
creating /srv/hackage/var/build/cache/inst/share/doc/JuicyPixels-3.1.1/html
copy directory 'dist/doc/html/JuicyPixels' to
'/srv/hackage/var/build/cache/inst/share/doc/JuicyPixels-3.1.1/html'.
creating /srv/hackage/var/build/cache/inst/share/doc/JuicyPixels-3.1.1/html
creating
/srv/hackage/var/build/cache/inst/share/doc/JuicyPixels-3.1.1/html/src
Installing dist/doc/html/JuicyPixels/JuicyPixels.haddock to
/srv/hackage/var/build/cache/inst/share/doc/JuicyPixels-3.1.1/html/JuicyPixels.haddock
Installing dist/doc/html/JuicyPixels/doc-index.html to
/srv/hackage/var/build/cache/inst/share/doc/JuicyPixels-3.1.1/html/doc-index.html
Installing dist/doc/html/JuicyPixels/Codec-Picture-Types.html to
/srv/hackage/var/build/cache/inst/share/doc/JuicyPixels-3.1.1/html/Codec-Picture-Types.html
Installing dist/doc/html/JuicyPixels/mini_Codec-Picture-Types.html to
/srv/hackage/var/build/cache/inst/share/doc/JuicyPixels-3.1.1/html/mini_Codec-Picture-Types.html
Installing dist/doc/html/JuicyPixels/Codec-Picture-Tiff.html to
/srv/hackage/var/build/cache/inst/share/doc/JuicyPixels-3.1.1/html/Codec-Picture-Tiff.html
Installing dist/doc/html/JuicyPixels/mini_Codec-Picture-Tiff.html to
/srv/hackage/var/build/cache/inst/share/doc/JuicyPixels-3.1.1/html/mini_Codec-Picture-Tiff.html
Installing dist/doc/html/JuicyPixels/Codec-Picture-HDR.html to
/srv/hackage/var/build/cache/inst/share/doc/JuicyPixels-3.1.1/html/Codec-Picture-HDR.html
Installing dist/doc/html/JuicyPixels/mini_Codec-Picture-HDR.html to
/srv/hackage/var/build/cache/inst/share/doc/JuicyPixels-3.1.1/html/mini_Codec-Picture-HDR.html
Installing dist/doc/html/JuicyPixels/Codec-Picture-Gif.html to
/srv/hackage/var/build/cache/inst/share/doc/JuicyPixels-3.1.1/html/Codec-Picture-Gif.html
Installing dist/doc/html/JuicyPixels/mini_Codec-Picture-Gif.html to
/srv/hackage/var/build/cache/inst/share/doc/JuicyPixels-3.1.1/html/mini_Codec-Picture-Gif.html
Installing dist/doc/html/JuicyPixels/Codec-Picture-Png.html to
/srv/hackage/var/build/cache/inst/share/doc/JuicyPixels-3.1.1/html/Codec-Picture-Png.html
Installing dist/doc/html/JuicyPixels/mini_Codec-Picture-Png.html to
/srv/hackage/var/build/cache/inst/share/doc/JuicyPixels-3.1.1/html/mini_Codec-Picture-Png.html
Installing dist/doc/html/JuicyPixels/Codec-Picture-Jpg.html to
/srv/hackage/var/build/cache/inst/share/doc/JuicyPixels-3.1.1/html/Codec-Picture-Jpg.html
Installing dist/doc/html/JuicyPixels/mini_Codec-Picture-Jpg.html to
/srv/hackage/var/build/cache/inst/share/doc/JuicyPixels-3.1.1/html/mini_Codec-Picture-Jpg.html
Installing dist/doc/html/JuicyPixels/Codec-Picture-Bitmap.html to
/srv/hackage/var/build/cache/inst/share/doc/JuicyPixels-3.1.1/html/Codec-Picture-Bitmap.html
Installing dist/doc/html/JuicyPixels/mini_Codec-Picture-Bitmap.html to
/srv/hackage/var/build/cache/inst/share/doc/JuicyPixels-3.1.1/html/mini_Codec-Picture-Bitmap.html
Installing dist/doc/html/JuicyPixels/Codec-Picture-Saving.html to
/srv/hackage/var/build/cache/inst/share/doc/JuicyPixels-3.1.1/html/Codec-Picture-Saving.html
Installing dist/doc/html/JuicyPixels/mini_Codec-Picture-Saving.html to
/srv/hackage/var/build/cache/inst/share/doc/JuicyPixels-3.1.1/html/mini_Codec-Picture-Saving.html
Installing dist/doc/html/JuicyPixels/Codec-Picture.html to
/srv/hackage/var/build/cache/inst/share/doc/JuicyPixels-3.1.1/html/Codec-Picture.html
Installing dist/doc/html/JuicyPixels/mini_Codec-Picture.html to
/srv/hackage/var/build/cache/inst/share/doc/JuicyPixels-3.1.1/html/mini_Codec-Picture.html
Installing dist/doc/html/JuicyPixels/hslogo-16.png to
/srv/hackage/var/build/cache/inst/share/doc/JuicyPixels-3.1.1/html/hslogo-16.png
Installing dist/doc/html/JuicyPixels/minus.gif to
/srv/hackage/var/build/cache/inst/share/doc/JuicyPixels-3.1.1/html/minus.gif
Installing dist/doc/html/JuicyPixels/ocean.css to
/srv/hackage/var/build/cache/inst/share/doc/JuicyPixels-3.1.1/html/ocean.css
Installing dist/doc/html/JuicyPixels/plus.gif to
/srv/hackage/var/build/cache/inst/share/doc/JuicyPixels-3.1.1/html/plus.gif
Installing dist/doc/html/JuicyPixels/synopsis.png to
/srv/hackage/var/build/cache/inst/share/doc/JuicyPixels-3.1.1/html/synopsis.png
Installing dist/doc/html/JuicyPixels/haskell_icon.gif to
/srv/hackage/var/build/cache/inst/share/doc/JuicyPixels-3.1.1/html/haskell_icon.gif
Installing dist/doc/html/JuicyPixels/xhaddock.css to
/srv/hackage/var/build/cache/inst/share/doc/JuicyPixels-3.1.1/html/xhaddock.css
Installing dist/doc/html/JuicyPixels/haddock-util.js to
/srv/hackage/var/build/cache/inst/share/doc/JuicyPixels-3.1.1/html/haddock-util.js
Installing dist/doc/html/JuicyPixels/frames.html to
/srv/hackage/var/build/cache/inst/share/doc/JuicyPixels-3.1.1/html/frames.html
Installing dist/doc/html/JuicyPixels/src/hscolour.css to
/srv/hackage/var/build/cache/inst/share/doc/JuicyPixels-3.1.1/html/src/hscolour.css
Installing dist/doc/html/JuicyPixels/src/Codec-Picture.html to
/srv/hackage/var/build/cache/inst/share/doc/JuicyPixels-3.1.1/html/src/Codec-Picture.html
Installing dist/doc/html/JuicyPixels/src/Codec-Picture-Bitmap.html to
/srv/hackage/var/build/cache/inst/share/doc/JuicyPixels-3.1.1/html/src/Codec-Picture-Bitmap.html
Installing dist/doc/html/JuicyPixels/src/Codec-Picture-Gif.html to
/srv/hackage/var/build/cache/inst/share/doc/JuicyPixels-3.1.1/html/src/Codec-Picture-Gif.html
Installing dist/doc/html/JuicyPixels/src/Codec-Picture-Png.html to
/srv/hackage/var/build/cache/inst/share/doc/JuicyPixels-3.1.1/html/src/Codec-Picture-Png.html
Installing dist/doc/html/JuicyPixels/src/Codec-Picture-Jpg.html to
/srv/hackage/var/build/cache/inst/share/doc/JuicyPixels-3.1.1/html/src/Codec-Picture-Jpg.html
Installing dist/doc/html/JuicyPixels/src/Codec-Picture-HDR.html to
/srv/hackage/var/build/cache/inst/share/doc/JuicyPixels-3.1.1/html/src/Codec-Picture-HDR.html
Installing dist/doc/html/JuicyPixels/src/Codec-Picture-Tiff.html to
/srv/hackage/var/build/cache/inst/share/doc/JuicyPixels-3.1.1/html/src/Codec-Picture-Tiff.html
Installing dist/doc/html/JuicyPixels/src/Codec-Picture-Saving.html to
/srv/hackage/var/build/cache/inst/share/doc/JuicyPixels-3.1.1/html/src/Codec-Picture-Saving.html
Installing dist/doc/html/JuicyPixels/src/Codec-Picture-Types.html to
/srv/hackage/var/build/cache/inst/share/doc/JuicyPixels-3.1.1/html/src/Codec-Picture-Types.html
Installing dist/doc/html/JuicyPixels/src/Codec-Picture-Jpg-DefaultTable.html
to
/srv/hackage/var/build/cache/inst/share/doc/JuicyPixels-3.1.1/html/src/Codec-Picture-Jpg-DefaultTable.html
Installing dist/doc/html/JuicyPixels/src/Codec-Picture-Jpg-FastIdct.html to
/srv/hackage/var/build/cache/inst/share/doc/JuicyPixels-3.1.1/html/src/Codec-Picture-Jpg-FastIdct.html
Installing dist/doc/html/JuicyPixels/src/Codec-Picture-Jpg-FastDct.html to
/srv/hackage/var/build/cache/inst/share/doc/JuicyPixels-3.1.1/html/src/Codec-Picture-Jpg-FastDct.html
Installing dist/doc/html/JuicyPixels/src/Codec-Picture-Jpg-Types.html to
/srv/hackage/var/build/cache/inst/share/doc/JuicyPixels-3.1.1/html/src/Codec-Picture-Jpg-Types.html
Installing dist/doc/html/JuicyPixels/src/Codec-Picture-Gif-LZW.html to
/srv/hackage/var/build/cache/inst/share/doc/JuicyPixels-3.1.1/html/src/Codec-Picture-Gif-LZW.html
Installing dist/doc/html/JuicyPixels/src/Codec-Picture-Png-Export.html to
/srv/hackage/var/build/cache/inst/share/doc/JuicyPixels-3.1.1/html/src/Codec-Picture-Png-Export.html
Installing dist/doc/html/JuicyPixels/src/Codec-Picture-Png-Type.html to
/srv/hackage/var/build/cache/inst/share/doc/JuicyPixels-3.1.1/html/src/Codec-Picture-Png-Type.html
Installing dist/doc/html/JuicyPixels/src/Codec-Picture-BitWriter.html to
/srv/hackage/var/build/cache/inst/share/doc/JuicyPixels-3.1.1/html/src/Codec-Picture-BitWriter.html
Installing dist/doc/html/JuicyPixels/src/Codec-Picture-InternalHelper.html to
/srv/hackage/var/build/cache/inst/share/doc/JuicyPixels-3.1.1/html/src/Codec-Picture-InternalHelper.html
Installing
dist/doc/html/JuicyPixels/src/Codec-Picture-VectorByteConversion.html to
/srv/hackage/var/build/cache/inst/share/doc/JuicyPixels-3.1.1/html/src/Codec-Picture-VectorByteConversion.html
creating /srv/hackage/var/build/cache/inst/share/doc/JuicyPixels-3.1.1/html
Installing dist/doc/html/JuicyPixels/JuicyPixels.haddock to
/srv/hackage/var/build/cache/inst/share/doc/JuicyPixels-3.1.1/html/JuicyPixels.haddock
creating /srv/hackage/var/build/cache/inst/share/doc/JuicyPixels-3.1.1
Installing LICENSE to
/srv/hackage/var/build/cache/inst/share/doc/JuicyPixels-3.1.1/LICENSE
Installing library in
/srv/hackage/var/build/cache/inst/lib/JuicyPixels-3.1.1/ghc-7.6.3
creating
/srv/hackage/var/build/cache/inst/lib/JuicyPixels-3.1.1/ghc-7.6.3/include/Codec/Picture
creating
/srv/hackage/var/build/cache/inst/lib/JuicyPixels-3.1.1/ghc-7.6.3/include/Codec
creating
/srv/hackage/var/build/cache/inst/lib/JuicyPixels-3.1.1/ghc-7.6.3/include
creating /srv/hackage/var/build/cache/inst/lib/JuicyPixels-3.1.1/ghc-7.6.3
creating /srv/hackage/var/build/cache/inst/lib/JuicyPixels-3.1.1
creating /srv/hackage/var/build/cache/inst/lib/JuicyPixels-3.1.1/ghc-7.6.3
creating
/srv/hackage/var/build/cache/inst/lib/JuicyPixels-3.1.1/ghc-7.6.3/include
creating
/srv/hackage/var/build/cache/inst/lib/JuicyPixels-3.1.1/ghc-7.6.3/include/Codec
creating
/srv/hackage/var/build/cache/inst/lib/JuicyPixels-3.1.1/ghc-7.6.3/include/Codec/Picture
Installing ./Codec/Picture/ConvGraph.hs to
/srv/hackage/var/build/cache/inst/lib/JuicyPixels-3.1.1/ghc-7.6.3/include/Codec/Picture/ConvGraph.hs
creating
/srv/hackage/var/build/cache/inst/lib/JuicyPixels-3.1.1/ghc-7.6.3/Codec
creating
/srv/hackage/var/build/cache/inst/lib/JuicyPixels-3.1.1/ghc-7.6.3/Codec/Picture
creating
/srv/hackage/var/build/cache/inst/lib/JuicyPixels-3.1.1/ghc-7.6.3/Codec/Picture/Jpg
creating
/srv/hackage/var/build/cache/inst/lib/JuicyPixels-3.1.1/ghc-7.6.3/Codec/Picture/Gif
creating
/srv/hackage/var/build/cache/inst/lib/JuicyPixels-3.1.1/ghc-7.6.3/Codec/Picture/Png
Installing dist/build/Codec/Picture.hi to
/srv/hackage/var/build/cache/inst/lib/JuicyPixels-3.1.1/ghc-7.6.3/Codec/Picture.hi
Installing dist/build/Codec/Picture/Bitmap.hi to
/srv/hackage/var/build/cache/inst/lib/JuicyPixels-3.1.1/ghc-7.6.3/Codec/Picture/Bitmap.hi
Installing dist/build/Codec/Picture/Gif.hi to
/srv/hackage/var/build/cache/inst/lib/JuicyPixels-3.1.1/ghc-7.6.3/Codec/Picture/Gif.hi
Installing dist/build/Codec/Picture/Png.hi to
/srv/hackage/var/build/cache/inst/lib/JuicyPixels-3.1.1/ghc-7.6.3/Codec/Picture/Png.hi
Installing dist/build/Codec/Picture/Jpg.hi to
/srv/hackage/var/build/cache/inst/lib/JuicyPixels-3.1.1/ghc-7.6.3/Codec/Picture/Jpg.hi
Installing dist/build/Codec/Picture/HDR.hi to
/srv/hackage/var/build/cache/inst/lib/JuicyPixels-3.1.1/ghc-7.6.3/Codec/Picture/HDR.hi
Installing dist/build/Codec/Picture/Tiff.hi to
/srv/hackage/var/build/cache/inst/lib/JuicyPixels-3.1.1/ghc-7.6.3/Codec/Picture/Tiff.hi
Installing dist/build/Codec/Picture/Saving.hi to
/srv/hackage/var/build/cache/inst/lib/JuicyPixels-3.1.1/ghc-7.6.3/Codec/Picture/Saving.hi
Installing dist/build/Codec/Picture/Types.hi to
/srv/hackage/var/build/cache/inst/lib/JuicyPixels-3.1.1/ghc-7.6.3/Codec/Picture/Types.hi
Installing dist/build/Codec/Picture/Jpg/DefaultTable.hi to
/srv/hackage/var/build/cache/inst/lib/JuicyPixels-3.1.1/ghc-7.6.3/Codec/Picture/Jpg/DefaultTable.hi
Installing dist/build/Codec/Picture/Jpg/FastIdct.hi to
/srv/hackage/var/build/cache/inst/lib/JuicyPixels-3.1.1/ghc-7.6.3/Codec/Picture/Jpg/FastIdct.hi
Installing dist/build/Codec/Picture/Jpg/FastDct.hi to
/srv/hackage/var/build/cache/inst/lib/JuicyPixels-3.1.1/ghc-7.6.3/Codec/Picture/Jpg/FastDct.hi
Installing dist/build/Codec/Picture/Jpg/Types.hi to
/srv/hackage/var/build/cache/inst/lib/JuicyPixels-3.1.1/ghc-7.6.3/Codec/Picture/Jpg/Types.hi
Installing dist/build/Codec/Picture/Gif/LZW.hi to
/srv/hackage/var/build/cache/inst/lib/JuicyPixels-3.1.1/ghc-7.6.3/Codec/Picture/Gif/LZW.hi
Installing dist/build/Codec/Picture/Png/Export.hi to
/srv/hackage/var/build/cache/inst/lib/JuicyPixels-3.1.1/ghc-7.6.3/Codec/Picture/Png/Export.hi
Installing dist/build/Codec/Picture/Png/Type.hi to
/srv/hackage/var/build/cache/inst/lib/JuicyPixels-3.1.1/ghc-7.6.3/Codec/Picture/Png/Type.hi
Installing dist/build/Codec/Picture/BitWriter.hi to
/srv/hackage/var/build/cache/inst/lib/JuicyPixels-3.1.1/ghc-7.6.3/Codec/Picture/BitWriter.hi
Installing dist/build/Codec/Picture/InternalHelper.hi to
/srv/hackage/var/build/cache/inst/lib/JuicyPixels-3.1.1/ghc-7.6.3/Codec/Picture/InternalHelper.hi
Installing dist/build/Codec/Picture/VectorByteConversion.hi to
/srv/hackage/var/build/cache/inst/lib/JuicyPixels-3.1.1/ghc-7.6.3/Codec/Picture/VectorByteConversion.hi
creating /srv/hackage/var/build/cache/inst/lib/JuicyPixels-3.1.1/ghc-7.6.3
Installing dist/build/libHSJuicyPixels-3.1.1.a to
/srv/hackage/var/build/cache/inst/lib/JuicyPixels-3.1.1/ghc-7.6.3/libHSJuicyPixels-3.1.1.a
/usr/local/bin/ghc --abi-hash -fbuilding-cabal-package -odir dist/build -hidir dist/build -stubdir dist/build -i -idist/build -i. -idist/build/autogen -Idist/build/autogen -Idist/build -ICodec/Picture -optP-include -optPdist/build/autogen/cabal_macros.h -package-name JuicyPixels-3.1.1 -hide-all-packages -package-db /srv/hackage/var/build/cache/inst/local.conf.d -package-id base-4.6.0.1-8aa5d403c45ea59dcd2c39f123e27d57 -package-id binary-0.7.1.0-0347c73994bbb5619628f93ba5bbf85e -package-id bytestring-0.10.0.2-4f93248f75667c2c3321a7a6761b576f -package-id deepseq-1.3.0.1-5cc4cd89bdc2e8f6db1833d95ec36926 -package-id mtl-2.1.2-94c72af955e94b8d7b2f359dadd0cb62 -package-id primitive-0.5.1.0-88fb0c9ece17132e715442dd268e4d72 -package-id transformers-0.3.0.0-ff2bb6ac67241ebb987351a3db564af0 -package-id vector-0.10.9.1-ca2c8d6bfa71790e874ecb0b5b43e857 -package-id zlib-0.5.4.1-13ba81ac0d7e6f3bdf1ee5ddce4e9aab -XHaskell2010 Codec.Picture Codec.Picture.Bitmap Codec.Picture.Gif Codec.Picture.Png Codec.Picture.Jpg Codec.Picture.HDR Codec.Picture.Tiff Codec.Picture.Saving Codec.Picture.Types -O3 -Wall -O0
Registering JuicyPixels-3.1.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.