Build #1 for grapefruit-examples-0.1.0.5

[all reports]

Package grapefruit-examples-0.1.0.5
Install InstallOk
Docs Ok
Tests NotTried
Time submitted 2015-05-19 10:55:03.201554 UTC
Compiler ghc-7.8.3
OS linux
Arch x86_64
Dependencies grapefruit-ui-0.1.0.5, grapefruit-records-0.1.0.5, grapefruit-frp-0.1.0.5, fraction-0.1.0.3, containers-0.5.5.1, colour-2.3.3, base-4.7.0.1
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...
[ 1 of 10] Compiling Control.Instances ( src/Control/Instances.hs, dist/build/Control/Instances.o )
[ 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 )
[ 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 )
[ 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...
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'
  67% (  2 /  3) in 'Data.Title'
 100% (  4 /  4) in 'Data.CxMonoid'
 100% ( 16 / 16) in 'Data.Pair'
 100% ( 18 / 18) in 'Data.Zip'
  91% ( 10 / 11) in 'Data.Partial'
 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.921612.10
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.8.3/TypeCompose-0.9.10
Registering TypeCompose-0.9.10...
Installed TypeCompose-0.9.10
Configuring colour-2.3.3...
Building colour-2.3.3...
Preprocessing library colour-2.3.3...
[ 1 of 14] Compiling Data.Colour.Matrix ( Data/Colour/Matrix.hs, dist/build/Data/Colour/Matrix.o )
[ 2 of 14] Compiling Data.Colour.Chan ( Data/Colour/Chan.hs, dist/build/Data/Colour/Chan.o )
[ 3 of 14] Compiling Data.Colour.CIE.Chromaticity ( Data/Colour/CIE/Chromaticity.hs, dist/build/Data/Colour/CIE/Chromaticity.o )
[ 4 of 14] Compiling Data.Colour.RGB  ( Data/Colour/RGB.hs, dist/build/Data/Colour/RGB.o )
[ 5 of 14] Compiling Data.Colour.RGBSpace.HSL ( Data/Colour/RGBSpace/HSL.hs, dist/build/Data/Colour/RGBSpace/HSL.o )
[ 6 of 14] Compiling Data.Colour.RGBSpace.HSV ( Data/Colour/RGBSpace/HSV.hs, dist/build/Data/Colour/RGBSpace/HSV.o )
[ 7 of 14] Compiling Data.Colour.CIE.Illuminant ( Data/Colour/CIE/Illuminant.hs, dist/build/Data/Colour/CIE/Illuminant.o )
[ 8 of 14] Compiling Data.Colour.Internal ( Data/Colour/Internal.hs, dist/build/Data/Colour/Internal.o )
[ 9 of 14] Compiling Data.Colour.SRGB.Linear ( Data/Colour/SRGB/Linear.hs, dist/build/Data/Colour/SRGB/Linear.o )
[10 of 14] Compiling Data.Colour.RGBSpace ( Data/Colour/RGBSpace.hs, dist/build/Data/Colour/RGBSpace.o )
[11 of 14] Compiling Data.Colour.SRGB ( Data/Colour/SRGB.hs, dist/build/Data/Colour/SRGB.o )
[12 of 14] Compiling Data.Colour      ( Data/Colour.hs, dist/build/Data/Colour.o )
[13 of 14] Compiling Data.Colour.CIE  ( Data/Colour/CIE.hs, dist/build/Data/Colour/CIE.o )
[14 of 14] Compiling Data.Colour.Names ( Data/Colour/Names.hs, dist/build/Data/Colour/Names.o )
In-place registering colour-2.3.3...
Running Haddock for colour-2.3.3...
Running hscolour for colour-2.3.3...
Preprocessing library colour-2.3.3...
Preprocessing library colour-2.3.3...
Haddock coverage:
   0% (  0 /  5) in 'Data.Colour.Matrix'
   0% (  0 / 10) in 'Data.Colour.Chan'
  50% (  6 / 12) in 'Data.Colour.CIE.Chromaticity'
  38% (  6 / 16) in 'Data.Colour.RGB'
  86% (  6 /  7) in 'Data.Colour.RGBSpace.HSL'
  86% (  6 /  7) in 'Data.Colour.RGBSpace.HSV'
 100% ( 21 / 21) in 'Data.Colour.CIE.Illuminant'
  50% ( 14 / 28) in 'Data.Colour.Internal'
 100% (  6 /  6) in 'Data.Colour.SRGB.Linear'
  83% ( 20 / 24) in 'Data.Colour.RGBSpace'
 100% ( 14 / 14) in 'Data.Colour.SRGB'
  85% ( 17 / 20) in 'Data.Colour'
  88% ( 15 / 17) in 'Data.Colour.CIE'
   1% (  1 /149) in 'Data.Colour.Names'
Documentation created: dist/doc/html/colour/index.html,
dist/doc/html/colour/colour.txt
Creating package registration file: /tmp/pkgConf-colour-2.321612.3
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.8.3/colour-2.3.3
Registering colour-2.3.3...
Installed colour-2.3.3
Configuring fingertree-0.1.0.2...
Building fingertree-0.1.0.2...
Preprocessing library fingertree-0.1.0.2...
[1 of 3] Compiling Data.FingerTree  ( Data/FingerTree.hs, dist/build/Data/FingerTree.o )
[2 of 3] Compiling Data.IntervalMap.FingerTree ( Data/IntervalMap/FingerTree.hs, dist/build/Data/IntervalMap/FingerTree.o )
[3 of 3] Compiling Data.PriorityQueue.FingerTree ( Data/PriorityQueue/FingerTree.hs, dist/build/Data/PriorityQueue/FingerTree.o )
In-place registering fingertree-0.1.0.2...
Running Haddock for fingertree-0.1.0.2...
Running hscolour for fingertree-0.1.0.2...
Preprocessing library fingertree-0.1.0.2...
Preprocessing library fingertree-0.1.0.2...
Haddock coverage:
 100% ( 29 / 29) in 'Data.FingerTree'
 100% ( 14 / 14) in 'Data.IntervalMap.FingerTree'
 100% ( 13 / 13) in 'Data.PriorityQueue.FingerTree'
Documentation created: dist/doc/html/fingertree/index.html,
dist/doc/html/fingertree/fingertree.txt
Creating package registration file: /tmp/pkgConf-fingertree-0.1.021612.2
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.8.3/fingertree-0.1.0.2
Registering fingertree-0.1.0.2...
Installed fingertree-0.1.0.2
Configuring lazysmallcheck-0.6...
Building lazysmallcheck-0.6...
Preprocessing library lazysmallcheck-0.6...
[1 of 1] Compiling Test.LazySmallCheck ( Test/LazySmallCheck.hs, dist/build/Test/LazySmallCheck.o )
In-place registering lazysmallcheck-0.6...
Running Haddock for lazysmallcheck-0.6...
Running hscolour for lazysmallcheck-0.6...
Preprocessing library lazysmallcheck-0.6...
Preprocessing library lazysmallcheck-0.6...
Haddock coverage:
   4% (  1 / 27) in 'Test.LazySmallCheck'
Warning: Test.LazySmallCheck: could not find link destinations for:
    Test.LazySmallCheck.property
Documentation created: dist/doc/html/lazysmallcheck/index.html,
dist/doc/html/lazysmallcheck/lazysmallcheck.txt
Creating package registration file: /tmp/pkgConf-lazysmallcheck-021612.6
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.8.3/lazysmallcheck-0.6
Registering lazysmallcheck-0.6...
Installed lazysmallcheck-0.6
Configuring primitive-0.6...
Building primitive-0.6...
Preprocessing library primitive-0.6...
[ 1 of 10] Compiling Data.Primitive.Internal.Compat ( Data/Primitive/Internal/Compat.hs, dist/build/Data/Primitive/Internal/Compat.o )
[ 2 of 10] Compiling Data.Primitive.MachDeps ( Data/Primitive/MachDeps.hs, dist/build/Data/Primitive/MachDeps.o )
[ 3 of 10] Compiling Data.Primitive.Internal.Operations ( Data/Primitive/Internal/Operations.hs, dist/build/Data/Primitive/Internal/Operations.o )
[ 4 of 10] Compiling Control.Monad.Primitive ( Control/Monad/Primitive.hs, dist/build/Control/Monad/Primitive.o )
[ 5 of 10] Compiling Data.Primitive.Types ( Data/Primitive/Types.hs, dist/build/Data/Primitive/Types.o )
[ 6 of 10] Compiling Data.Primitive.Array ( Data/Primitive/Array.hs, dist/build/Data/Primitive/Array.o )
[ 7 of 10] Compiling Data.Primitive.ByteArray ( Data/Primitive/ByteArray.hs, dist/build/Data/Primitive/ByteArray.o )
[ 8 of 10] Compiling Data.Primitive.Addr ( Data/Primitive/Addr.hs, dist/build/Data/Primitive/Addr.o )
[ 9 of 10] Compiling Data.Primitive   ( Data/Primitive.hs, dist/build/Data/Primitive.o )
[10 of 10] Compiling Data.Primitive.MutVar ( Data/Primitive/MutVar.hs, dist/build/Data/Primitive/MutVar.o )
In-place registering primitive-0.6...
Running Haddock for primitive-0.6...
Running hscolour for primitive-0.6...
Preprocessing library primitive-0.6...
Preprocessing library primitive-0.6...
Haddock coverage:
 100% (  3 /  3) in 'Data.Primitive.Internal.Compat'
   3% (  1 / 35) in 'Data.Primitive.MachDeps'
   3% (  1 / 29) in 'Data.Primitive.Internal.Operations'
  75% ( 12 / 16) in 'Control.Monad.Primitive'
 100% (  3 /  3) in 'Data.Primitive.Types'
 100% ( 15 / 15) in 'Data.Primitive.Array'
  93% ( 27 / 29) in 'Data.Primitive.ByteArray'
 100% ( 16 / 16) in 'Data.Primitive.Addr'
 100% (  7 /  7) in 'Data.Primitive'
 100% (  9 /  9) in 'Data.Primitive.MutVar'
Documentation created: dist/doc/html/primitive/index.html,
dist/doc/html/primitive/primitive.txt
Creating package registration file: /tmp/pkgConf-primitive-021612.6
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.8.3/primitive-0.6
Registering primitive-0.6...
Installed primitive-0.6
Configuring random-1.1...
Building random-1.1...
Preprocessing library random-1.1...
[1 of 1] Compiling System.Random    ( System/Random.hs, dist/build/System/Random.o )
In-place registering random-1.1...
Running Haddock for random-1.1...
Running hscolour for random-1.1...
Preprocessing library random-1.1...
Preprocessing library random-1.1...
Haddock coverage:
Cannot find documentation for: $intro
 100% ( 16 / 16) in 'System.Random'
Documentation created: dist/doc/html/random/index.html,
dist/doc/html/random/random.txt
Creating package registration file: /tmp/pkgConf-random-121612.1
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.8.3/random-1.1
Registering random-1.1...
Installed random-1.1
Configuring text-1.2.0.6...
Building text-1.2.0.6...
Preprocessing library text-1.2.0.6...
[ 1 of 43] Compiling Data.Text.Internal.Read ( Data/Text/Internal/Read.hs, dist/build/Data/Text/Internal/Read.o )
[ 2 of 43] Compiling Data.Text.Internal.Encoding.Utf32 ( Data/Text/Internal/Encoding/Utf32.hs, dist/build/Data/Text/Internal/Encoding/Utf32.o )
[ 3 of 43] Compiling Data.Text.Internal.Builder.RealFloat.Functions ( Data/Text/Internal/Builder/RealFloat/Functions.hs, dist/build/Data/Text/Internal/Builder/RealFloat/Functions.o )
[ 4 of 43] Compiling Data.Text.Internal.Builder.Int.Digits ( Data/Text/Internal/Builder/Int/Digits.hs, dist/build/Data/Text/Internal/Builder/Int/Digits.o )
[ 5 of 43] Compiling Data.Text.Encoding.Error ( Data/Text/Encoding/Error.hs, dist/build/Data/Text/Encoding/Error.o )
[ 6 of 43] Compiling Data.Text.Internal.Unsafe.Shift ( Data/Text/Internal/Unsafe/Shift.hs, dist/build/Data/Text/Internal/Unsafe/Shift.o )
[ 7 of 43] Compiling Data.Text.Internal.Encoding.Utf16 ( Data/Text/Internal/Encoding/Utf16.hs, dist/build/Data/Text/Internal/Encoding/Utf16.o )
[ 8 of 43] Compiling Data.Text.Internal.Functions ( Data/Text/Internal/Functions.hs, dist/build/Data/Text/Internal/Functions.o )
[ 9 of 43] Compiling Data.Text.Internal.Unsafe ( Data/Text/Internal/Unsafe.hs, dist/build/Data/Text/Internal/Unsafe.o )
[10 of 43] Compiling Data.Text.Array  ( Data/Text/Array.hs, dist/build/Data/Text/Array.o )
[11 of 43] Compiling Data.Text.Internal.Unsafe.Char ( Data/Text/Internal/Unsafe/Char.hs, dist/build/Data/Text/Internal/Unsafe/Char.o )
[12 of 43] Compiling Data.Text.Internal ( Data/Text/Internal.hs, dist/build/Data/Text/Internal.o )
[13 of 43] Compiling Data.Text.Internal.Fusion.Size ( Data/Text/Internal/Fusion/Size.hs, dist/build/Data/Text/Internal/Fusion/Size.o )
[14 of 43] Compiling Data.Text.Internal.Fusion.Types ( Data/Text/Internal/Fusion/Types.hs, dist/build/Data/Text/Internal/Fusion/Types.o )
[15 of 43] Compiling Data.Text.Internal.Fusion.CaseMapping ( Data/Text/Internal/Fusion/CaseMapping.hs, dist/build/Data/Text/Internal/Fusion/CaseMapping.o )
[16 of 43] Compiling Data.Text.Internal.Fusion.Common ( Data/Text/Internal/Fusion/Common.hs, dist/build/Data/Text/Internal/Fusion/Common.o )
[17 of 43] Compiling Data.Text.Unsafe ( Data/Text/Unsafe.hs, dist/build/Data/Text/Unsafe.o )
[18 of 43] Compiling Data.Text.Internal.Private ( Data/Text/Internal/Private.hs, dist/build/Data/Text/Internal/Private.o )
[19 of 43] Compiling Data.Text.Internal.Fusion ( Data/Text/Internal/Fusion.hs, dist/build/Data/Text/Internal/Fusion.o )
[20 of 43] Compiling Data.Text.Internal.Encoding.Fusion.Common ( Data/Text/Internal/Encoding/Fusion/Common.hs, dist/build/Data/Text/Internal/Encoding/Fusion/Common.o )
[21 of 43] Compiling Data.Text.Internal.Encoding.Utf8 ( Data/Text/Internal/Encoding/Utf8.hs, dist/build/Data/Text/Internal/Encoding/Utf8.o )
[22 of 43] Compiling Data.Text.Internal.Encoding.Fusion ( Data/Text/Internal/Encoding/Fusion.hs, dist/build/Data/Text/Internal/Encoding/Fusion.o )
[23 of 43] Compiling Data.Text.Internal.Lazy.Encoding.Fusion ( Data/Text/Internal/Lazy/Encoding/Fusion.hs, dist/build/Data/Text/Internal/Lazy/Encoding/Fusion.o )
[24 of 43] Compiling Data.Text.Internal.Search ( Data/Text/Internal/Search.hs, dist/build/Data/Text/Internal/Search.o )
[25 of 43] Compiling Data.Text        ( Data/Text.hs, dist/build/Data/Text.o )
[26 of 43] Compiling Data.Text.Encoding ( Data/Text/Encoding.hs, dist/build/Data/Text/Encoding.o )
[27 of 43] Compiling Data.Text.Foreign ( Data/Text/Foreign.hs, dist/build/Data/Text/Foreign.o )
[28 of 43] Compiling Data.Text.Internal.IO ( Data/Text/Internal/IO.hs, dist/build/Data/Text/Internal/IO.o )
[29 of 43] Compiling Data.Text.IO     ( Data/Text/IO.hs, dist/build/Data/Text/IO.o )
[30 of 43] Compiling Data.Text.Internal.Lazy ( Data/Text/Internal/Lazy.hs, dist/build/Data/Text/Internal/Lazy.o )
[31 of 43] Compiling Data.Text.Internal.Lazy.Fusion ( Data/Text/Internal/Lazy/Fusion.hs, dist/build/Data/Text/Internal/Lazy/Fusion.o )
[32 of 43] Compiling Data.Text.Internal.Lazy.Search ( Data/Text/Internal/Lazy/Search.hs, dist/build/Data/Text/Internal/Lazy/Search.o )
[33 of 43] Compiling Data.Text.Lazy.Internal ( Data/Text/Lazy/Internal.hs, dist/build/Data/Text/Lazy/Internal.o )
[34 of 43] Compiling Data.Text.Lazy   ( Data/Text/Lazy.hs, dist/build/Data/Text/Lazy.o )
[35 of 43] Compiling Data.Text.Internal.Builder ( Data/Text/Internal/Builder.hs, dist/build/Data/Text/Internal/Builder.o )
[36 of 43] Compiling Data.Text.Lazy.Builder ( Data/Text/Lazy/Builder.hs, dist/build/Data/Text/Lazy/Builder.o )
[37 of 43] Compiling Data.Text.Internal.Builder.Functions ( Data/Text/Internal/Builder/Functions.hs, dist/build/Data/Text/Internal/Builder/Functions.o )
[38 of 43] Compiling Data.Text.Lazy.Builder.Int ( Data/Text/Lazy/Builder/Int.hs, dist/build/Data/Text/Lazy/Builder/Int.o )
[39 of 43] Compiling Data.Text.Lazy.IO ( Data/Text/Lazy/IO.hs, dist/build/Data/Text/Lazy/IO.o )
[40 of 43] Compiling Data.Text.Lazy.Read ( Data/Text/Lazy/Read.hs, dist/build/Data/Text/Lazy/Read.o )
[41 of 43] Compiling Data.Text.Lazy.Builder.RealFloat ( Data/Text/Lazy/Builder/RealFloat.hs, dist/build/Data/Text/Lazy/Builder/RealFloat.o )
[42 of 43] Compiling Data.Text.Lazy.Encoding ( Data/Text/Lazy/Encoding.hs, dist/build/Data/Text/Lazy/Encoding.o )
[43 of 43] Compiling Data.Text.Read   ( Data/Text/Read.hs, dist/build/Data/Text/Read.o )
In-place registering text-1.2.0.6...
Running Haddock for text-1.2.0.6...
Running hscolour for text-1.2.0.6...
Preprocessing library text-1.2.0.6...
Preprocessing library text-1.2.0.6...
Haddock coverage:
  14% (  1 /  7) in 'Data.Text.Internal.Read'
  50% (  1 /  2) in 'Data.Text.Internal.Encoding.Utf32'
  50% (  1 /  2) in 'Data.Text.Internal.Builder.RealFloat.Functions'
   0% (  0 /  2) in 'Data.Text.Internal.Builder.Int.Digits'
 100% ( 12 / 12) in 'Data.Text.Encoding.Error'
 100% (  2 /  2) in 'Data.Text.Internal.Unsafe.Shift'
  25% (  1 /  4) in 'Data.Text.Internal.Encoding.Utf16'
 100% (  2 /  2) in 'Data.Text.Internal.Functions'
 100% (  3 /  3) in 'Data.Text.Internal.Unsafe'
 100% ( 16 / 16) in 'Data.Text.Array'
  33% (  2 /  6) in 'Data.Text.Internal.Unsafe.Char'
  95% ( 19 / 20) in 'Data.Text.Internal'
  38% (  5 / 13) in 'Data.Text.Internal.Fusion.Size'
  88% (  7 /  8) in 'Data.Text.Internal.Fusion.Types'
   0% (  0 /  5) in 'Data.Text.Internal.Fusion.CaseMapping'
  89% ( 63 / 71) in 'Data.Text.Internal.Fusion.Common'
  93% ( 13 / 14) in 'Data.Text.Unsafe'
  33% (  1 /  3) in 'Data.Text.Internal.Private'
  91% ( 20 / 22) in 'Data.Text.Internal.Fusion'
  33% (  2 /  6) in 'Data.Text.Internal.Encoding.Fusion.Common'
  17% (  2 / 12) in 'Data.Text.Internal.Encoding.Utf8'
  91% ( 10 / 11) in 'Data.Text.Internal.Encoding.Fusion'
 100% ( 10 / 10) in 'Data.Text.Internal.Lazy.Encoding.Fusion'
 100% (  2 /  2) in 'Data.Text.Internal.Search'
 100% (125 /125) in 'Data.Text'
 100% ( 33 / 33) in 'Data.Text.Encoding'
 100% ( 18 / 18) in 'Data.Text.Foreign'
 100% (  3 /  3) in 'Data.Text.Internal.IO'
 100% ( 20 / 20) in 'Data.Text.IO'
  93% ( 14 / 15) in 'Data.Text.Internal.Lazy'
 100% (  8 /  8) in 'Data.Text.Internal.Lazy.Fusion'
 100% (  2 /  2) in 'Data.Text.Internal.Lazy.Search'
 100% (  2 /  2) in 'Data.Text.Lazy.Internal'
  99% (127 /128) in 'Data.Text.Lazy'
  94% ( 16 / 17) in 'Data.Text.Internal.Builder'
 100% ( 12 / 12) in 'Data.Text.Lazy.Builder'
 100% (  3 /  3) in 'Data.Text.Internal.Builder.Functions'
   0% (  0 /  3) in 'Data.Text.Lazy.Builder.Int'
 100% ( 19 / 19) in 'Data.Text.Lazy.IO'
 100% (  7 /  7) in 'Data.Text.Lazy.Read'
  75% (  3 /  4) in 'Data.Text.Lazy.Builder.RealFloat'
  89% ( 24 / 27) in 'Data.Text.Lazy.Encoding'
 100% (  7 /  7) in 'Data.Text.Read'
Warning: Data.Text.Internal.Fusion.Common: could not find link destinations for:
    Data.Text.Internal.Fusion.Common.findIndicesI
Warning: Data.Text.Unsafe: could not find link destinations for:
    GHC.IO.bracket
Warning: Data.Text: could not find link destinations for:
    Data.Text.replicateChar Data.Text.countChar
Warning: Data.Text.Internal.IO: could not find link destinations for:
    GHC.IO.Handle.Types.Handle__
Warning: Data.Text.Lazy: could not find link destinations for:
    Data.Text.Lazy.replicateChar Data.Text.Lazy.dropWords Data.Text.Lazy.splitAtWord Data.Text.Lazy.countChar
Warning: Data.Text.Internal.Builder: could not find link destinations for:
    Data.Text.Internal.Builder.empty Data.Text.Internal.Builder.append
Warning: Data.Text.Lazy.Builder.RealFloat: could not find link destinations for:
    Data.Text.Lazy.Builder.RealFloat.floatToDigits
Documentation created: dist/doc/html/text/index.html,
dist/doc/html/text/text.txt
Creating package registration file: /tmp/pkgConf-text-1.2.021612.6
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.8.3/text-1.2.0.6
Registering text-1.2.0.6...
Installed text-1.2.0.6
Configuring tf-random-0.5...
Building tf-random-0.5...
Preprocessing library tf-random-0.5...
[1 of 4] Compiling System.Random.TF.Gen ( src/System/Random/TF/Gen.hs, dist/build/System/Random/TF/Gen.o )
[2 of 4] Compiling System.Random.TF.Init ( src/System/Random/TF/Init.hs, dist/build/System/Random/TF/Init.o )

src/System/Random/TF/Init.hs:94:5: Warning:
    In the use of ‘bitSize’ (imported from Data.Bits):
    Deprecated: "Use 'bitSizeMaybe' or 'finiteBitSize' instead"
[3 of 4] Compiling System.Random.TF.Instances ( src/System/Random/TF/Instances.hs, dist/build/System/Random/TF/Instances.o )
[4 of 4] Compiling System.Random.TF ( src/System/Random/TF.hs, dist/build/System/Random/TF.o )
In-place registering tf-random-0.5...
Running Haddock for tf-random-0.5...
Running hscolour for tf-random-0.5...
Preprocessing library tf-random-0.5...
Preprocessing library tf-random-0.5...

src/System/Random/TF/Init.hs:94:5: Warning:
    In the use of ‘bitSize’ (imported from Data.Bits):
    Deprecated: "Use 'bitSizeMaybe' or 'finiteBitSize' instead"
Haddock coverage:
 100% (  4 /  4) in 'System.Random.TF.Gen'
  83% (  5 /  6) in 'System.Random.TF.Init'
  33% (  1 /  3) in 'System.Random.TF.Instances'
 100% (  3 /  3) in 'System.Random.TF'
Documentation created: dist/doc/html/tf-random/index.html,
dist/doc/html/tf-random/tf-random.txt
Creating package registration file: /tmp/pkgConf-tf-random-021612.5
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.8.3/tf-random-0.5
Registering tf-random-0.5...
Installed tf-random-0.5
Configuring hashable-1.2.3.2...
Building hashable-1.2.3.2...
Preprocessing library hashable-1.2.3.2...
[1 of 3] Compiling Data.Hashable.Class ( Data/Hashable/Class.hs, dist/build/Data/Hashable/Class.o )

Data/Hashable/Class.hs:213:11: Warning:
    In the use of ‘bitSize’ (imported from Data.Bits):
    Deprecated: "Use 'bitSizeMaybe' or 'finiteBitSize' instead"

Data/Hashable/Class.hs:236:11: Warning:
    In the use of ‘bitSize’ (imported from Data.Bits):
    Deprecated: "Use 'bitSizeMaybe' or 'finiteBitSize' instead"
[2 of 3] Compiling Data.Hashable.Generic ( Data/Hashable/Generic.hs, dist/build/Data/Hashable/Generic.o )

Data/Hashable/Generic.hs:20:1: Warning:
    The import of ‘Bits’ from module ‘Data.Bits’ is redundant
[3 of 3] Compiling Data.Hashable    ( Data/Hashable.hs, dist/build/Data/Hashable.o )
In-place registering hashable-1.2.3.2...
Running Haddock for hashable-1.2.3.2...
Running hscolour for hashable-1.2.3.2...
Preprocessing library hashable-1.2.3.2...
Preprocessing library hashable-1.2.3.2...

Data/Hashable/Class.hs:213:11: Warning:
    In the use of ‘bitSize’ (imported from Data.Bits):
    Deprecated: "Use 'bitSizeMaybe' or 'finiteBitSize' instead"

Data/Hashable/Class.hs:236:11: Warning:
    In the use of ‘bitSize’ (imported from Data.Bits):
    Deprecated: "Use 'bitSizeMaybe' or 'finiteBitSize' instead"

Data/Hashable/Generic.hs:20:1: Warning:
    The import of ‘Bits’ from module ‘Data.Bits’ is redundant
Haddock coverage:
 100% ( 11 / 11) in 'Data.Hashable.Class'
 100% (  1 /  1) in 'Data.Hashable.Generic'
 100% ( 22 / 22) in 'Data.Hashable'
Warning: Data.Hashable: could not find link destinations for:
    Data.Hashable.Class.GHashable
Documentation created: dist/doc/html/hashable/index.html,
dist/doc/html/hashable/hashable.txt
Creating package registration file: /tmp/pkgConf-hashable-1.2.321612.2
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.8.3/hashable-1.2.3.2
Registering hashable-1.2.3.2...
Installed hashable-1.2.3.2
Configuring QuickCheck-2.8.1...
Building QuickCheck-2.8.1...
Preprocessing library QuickCheck-2.8.1...
[ 1 of 15] Compiling Test.QuickCheck.Random ( Test/QuickCheck/Random.hs, dist/build/Test/QuickCheck/Random.o )
[ 2 of 15] Compiling Test.QuickCheck.Exception ( Test/QuickCheck/Exception.hs, dist/build/Test/QuickCheck/Exception.o )
[ 3 of 15] Compiling Test.QuickCheck.Text ( Test/QuickCheck/Text.hs, dist/build/Test/QuickCheck/Text.o )
[ 4 of 15] Compiling Test.QuickCheck.State ( Test/QuickCheck/State.hs, dist/build/Test/QuickCheck/State.o )
[ 5 of 15] Compiling Test.QuickCheck.Gen ( Test/QuickCheck/Gen.hs, dist/build/Test/QuickCheck/Gen.o )
[ 6 of 15] Compiling Test.QuickCheck.Gen.Unsafe ( Test/QuickCheck/Gen/Unsafe.hs, dist/build/Test/QuickCheck/Gen/Unsafe.o )
[ 7 of 15] Compiling Test.QuickCheck.Arbitrary ( Test/QuickCheck/Arbitrary.hs, dist/build/Test/QuickCheck/Arbitrary.o )
[ 8 of 15] Compiling Test.QuickCheck.Modifiers ( Test/QuickCheck/Modifiers.hs, dist/build/Test/QuickCheck/Modifiers.o )
[ 9 of 15] Compiling Test.QuickCheck.Poly ( Test/QuickCheck/Poly.hs, dist/build/Test/QuickCheck/Poly.o )
[10 of 15] Compiling Test.QuickCheck.Function ( Test/QuickCheck/Function.hs, dist/build/Test/QuickCheck/Function.o )
[11 of 15] Compiling Test.QuickCheck.Property ( Test/QuickCheck/Property.hs, dist/build/Test/QuickCheck/Property.o )
[12 of 15] Compiling Test.QuickCheck.Test ( Test/QuickCheck/Test.hs, dist/build/Test/QuickCheck/Test.o )
[13 of 15] Compiling Test.QuickCheck.All ( Test/QuickCheck/All.hs, dist/build/Test/QuickCheck/All.o )
[14 of 15] Compiling Test.QuickCheck.Monadic ( Test/QuickCheck/Monadic.hs, dist/build/Test/QuickCheck/Monadic.o )
[15 of 15] Compiling Test.QuickCheck  ( Test/QuickCheck.hs, dist/build/Test/QuickCheck.o )
In-place registering QuickCheck-2.8.1...
Running Haddock for QuickCheck-2.8.1...
Running hscolour for QuickCheck-2.8.1...
Preprocessing library QuickCheck-2.8.1...
Preprocessing library QuickCheck-2.8.1...
Haddock coverage:
  10% (  2 / 20) in 'Test.QuickCheck.Random'
  33% (  3 /  9) in 'Test.QuickCheck.Exception'
   6% (  1 / 18) in 'Test.QuickCheck.Text'
 100% (  2 /  2) in 'Test.QuickCheck.State'
  89% ( 25 / 28) in 'Test.QuickCheck.Gen'
  80% (  4 /  5) in 'Test.QuickCheck.Gen.Unsafe'
 100% ( 32 / 32) in 'Test.QuickCheck.Arbitrary'
  93% ( 14 / 15) in 'Test.QuickCheck.Modifiers'
  14% (  1 /  7) in 'Test.QuickCheck.Poly'
  38% (  3 /  8) in 'Test.QuickCheck.Function'
  62% ( 44 / 71) in 'Test.QuickCheck.Property'
  50% ( 14 / 28) in 'Test.QuickCheck.Test'
 100% (  9 /  9) in 'Test.QuickCheck.All'
  78% ( 14 / 18) in 'Test.QuickCheck.Monadic'
  99% (127 /128) in 'Test.QuickCheck'
Warning: Test.QuickCheck.Arbitrary: could not find link destinations for:
    Test.QuickCheck.Arbitrary.RecursivelyShrink Test.QuickCheck.Arbitrary.GSubterms Test.QuickCheck.Arbitrary.GCoArbitrary Test.QuickCheck.Arbitrary.gSubterms Test.QuickCheck.Arbitrary.gSubtermsIncl
Warning: Test.QuickCheck: could not find link destinations for:
    Test.QuickCheck.Arbitrary.GCoArbitrary Test.QuickCheck.Arbitrary.RecursivelyShrink Test.QuickCheck.Arbitrary.GSubterms
Documentation created: dist/doc/html/QuickCheck/index.html,
dist/doc/html/QuickCheck/QuickCheck.txt
Creating package registration file: /tmp/pkgConf-QuickCheck-2.821612.1
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.8.3/QuickCheck-2.8.1
Registering QuickCheck-2.8.1...
Installed QuickCheck-2.8.1
Configuring nats-0.2...
Building nats-0.2...
Preprocessing library nats-0.2...
[1 of 2] Compiling Numeric.Natural.Internal ( src/Numeric/Natural/Internal.hs, dist/build/Numeric/Natural/Internal.o )
[2 of 2] Compiling Numeric.Natural  ( src/Numeric/Natural.hs, dist/build/Numeric/Natural.o )
In-place registering nats-0.2...
Running Haddock for nats-0.2...
Running hscolour for nats-0.2...
Preprocessing library nats-0.2...
Preprocessing library nats-0.2...
Haddock coverage:
  75% (  3 /  4) in 'Numeric.Natural.Internal'
  75% (  3 /  4) in 'Numeric.Natural'
Documentation created: dist/doc/html/nats/index.html,
dist/doc/html/nats/nats.txt
Creating package registration file: /tmp/pkgConf-nats-021612.2
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.8.3/nats-0.2
Registering nats-0.2...
Installed nats-0.2
Configuring unordered-containers-0.2.5.1...
Building unordered-containers-0.2.5.1...
Preprocessing library unordered-containers-0.2.5.1...
[1 of 8] Compiling Data.HashMap.UnsafeShift ( Data/HashMap/UnsafeShift.hs, dist/build/Data/HashMap/UnsafeShift.o )
[2 of 8] Compiling Data.HashMap.PopCount ( Data/HashMap/PopCount.hs, dist/build/Data/HashMap/PopCount.o )
[3 of 8] Compiling Data.HashMap.Unsafe ( Data/HashMap/Unsafe.hs, dist/build/Data/HashMap/Unsafe.o )
[4 of 8] Compiling Data.HashMap.Array ( Data/HashMap/Array.hs, dist/build/Data/HashMap/Array.o )
[5 of 8] Compiling Data.HashMap.Base ( Data/HashMap/Base.hs, dist/build/Data/HashMap/Base.o )
[6 of 8] Compiling Data.HashMap.Strict ( Data/HashMap/Strict.hs, dist/build/Data/HashMap/Strict.o )
[7 of 8] Compiling Data.HashMap.Lazy ( Data/HashMap/Lazy.hs, dist/build/Data/HashMap/Lazy.o )
[8 of 8] Compiling Data.HashSet     ( Data/HashSet.hs, dist/build/Data/HashSet.o )
In-place registering unordered-containers-0.2.5.1...
Running Haddock for unordered-containers-0.2.5.1...
Running hscolour for unordered-containers-0.2.5.1...
Preprocessing library unordered-containers-0.2.5.1...
Preprocessing library unordered-containers-0.2.5.1...
Haddock coverage:
   0% (  0 /  3) in 'Data.HashMap.UnsafeShift'
  50% (  1 /  2) in 'Data.HashMap.PopCount'
 100% (  2 /  2) in 'Data.HashMap.Unsafe'
  38% ( 14 / 37) in 'Data.HashMap.Array'
  87% ( 54 / 62) in 'Data.HashMap.Base'
 100% ( 46 / 46) in 'Data.HashMap.Strict'
 100% ( 46 / 46) in 'Data.HashMap.Lazy'
 100% ( 27 / 27) in 'Data.HashSet'
Documentation created: dist/doc/html/unordered-containers/index.html,
dist/doc/html/unordered-containers/unordered-containers.txt
Creating package registration file:
/tmp/pkgConf-unordered-containers-0.2.521612.1
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.8.3/unordered-containers-0.2.5.1
Registering unordered-containers-0.2.5.1...
Installed unordered-containers-0.2.5.1
Configuring Stream-0.4.7.2...
Building Stream-0.4.7.2...
Preprocessing library Stream-0.4.7.2...
[1 of 1] Compiling Data.Stream      ( Data/Stream.hs, dist/build/Data/Stream.o )
In-place registering Stream-0.4.7.2...
Running Haddock for Stream-0.4.7.2...
Running hscolour for Stream-0.4.7.2...
Preprocessing library Stream-0.4.7.2...
Preprocessing library Stream-0.4.7.2...
Haddock coverage:
 100% ( 59 / 59) in 'Data.Stream'
Documentation created: dist/doc/html/Stream/index.html,
dist/doc/html/Stream/Stream.txt
Creating package registration file: /tmp/pkgConf-Stream-0.4.721612.2
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.8.3/Stream-0.4.7.2
Registering Stream-0.4.7.2...
Installed Stream-0.4.7.2
Configuring semigroups-0.15.4...
Building semigroups-0.15.4...
Preprocessing library semigroups-0.15.4...
[1 of 2] Compiling Data.List.NonEmpty ( src/Data/List/NonEmpty.hs, dist/build/Data/List/NonEmpty.o )
[2 of 2] Compiling Data.Semigroup   ( src/Data/Semigroup.hs, dist/build/Data/Semigroup.o )
In-place registering semigroups-0.15.4...
Running Haddock for semigroups-0.15.4...
Running hscolour for semigroups-0.15.4...
Preprocessing library semigroups-0.15.4...
Preprocessing library semigroups-0.15.4...
Haddock coverage:
  94% ( 65 / 69) in 'Data.List.NonEmpty'
  87% ( 20 / 23) in 'Data.Semigroup'
Warning: Data.Semigroup: could not find link destinations for:
    Data.Monoid.D1Dual Data.Monoid.C1_0Dual Data.Monoid.S1_0_0Dual Data.Monoid.D1Endo Data.Monoid.C1_0Endo Data.Monoid.S1_0_0Endo Data.Monoid.D1All Data.Monoid.C1_0All Data.Monoid.S1_0_0All Data.Monoid.D1Any Data.Monoid.C1_0Any Data.Monoid.S1_0_0Any Data.Monoid.D1Sum Data.Monoid.C1_0Sum Data.Monoid.S1_0_0Sum Data.Monoid.D1Product Data.Monoid.C1_0Product Data.Monoid.S1_0_0Product
Documentation created: dist/doc/html/semigroups/index.html,
dist/doc/html/semigroups/semigroups.txt
Creating package registration file: /tmp/pkgConf-semigroups-0.1521612.4
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.8.3/semigroups-0.15.4
Registering semigroups-0.15.4...
Installed semigroups-0.15.4
Configuring arrows-0.4.4.1...
Building arrows-0.4.4.1...
Preprocessing library arrows-0.4.4.1...
[ 1 of 12] Compiling Control.Arrow.Transformer.CoState ( Control/Arrow/Transformer/CoState.hs, dist/build/Control/Arrow/Transformer/CoState.o )
[ 2 of 12] Compiling Control.Arrow.Transformer ( Control/Arrow/Transformer.hs, dist/build/Control/Arrow/Transformer.o )
[ 3 of 12] Compiling Control.Arrow.Operations ( Control/Arrow/Operations.hs, dist/build/Control/Arrow/Operations.o )
[ 4 of 12] Compiling Control.Arrow.Internals ( Control/Arrow/Internals.hs, dist/build/Control/Arrow/Internals.o )
[ 5 of 12] Compiling Control.Arrow.Transformer.Automaton ( Control/Arrow/Transformer/Automaton.hs, dist/build/Control/Arrow/Transformer/Automaton.o )
[ 6 of 12] Compiling Control.Arrow.Transformer.Error ( Control/Arrow/Transformer/Error.hs, dist/build/Control/Arrow/Transformer/Error.o )
[ 7 of 12] Compiling Control.Arrow.Transformer.State ( Control/Arrow/Transformer/State.hs, dist/build/Control/Arrow/Transformer/State.o )
[ 8 of 12] Compiling Control.Arrow.Transformer.Static ( Control/Arrow/Transformer/Static.hs, dist/build/Control/Arrow/Transformer/Static.o )
[ 9 of 12] Compiling Control.Arrow.Transformer.Stream ( Control/Arrow/Transformer/Stream.hs, dist/build/Control/Arrow/Transformer/Stream.o )
[10 of 12] Compiling Control.Arrow.Transformer.Writer ( Control/Arrow/Transformer/Writer.hs, dist/build/Control/Arrow/Transformer/Writer.o )

Control/Arrow/Transformer/Writer.hs:55:1: Warning:
    Local definition of ‘join’ clashes with a future Prelude name - this will become an error in GHC 7.10, under the Applicative-Monad Proposal.
[11 of 12] Compiling Control.Arrow.Transformer.Reader ( Control/Arrow/Transformer/Reader.hs, dist/build/Control/Arrow/Transformer/Reader.o )
[12 of 12] Compiling Control.Arrow.Transformer.All ( Control/Arrow/Transformer/All.hs, dist/build/Control/Arrow/Transformer/All.o )
In-place registering arrows-0.4.4.1...
Running Haddock for arrows-0.4.4.1...
Running hscolour for arrows-0.4.4.1...
Preprocessing library arrows-0.4.4.1...
Preprocessing library arrows-0.4.4.1...

Control/Arrow/Transformer/Writer.hs:55:1: Warning:
    Local definition of ‘join’ clashes with a future Prelude name - this will become an error in GHC 7.10, under the Applicative-Monad Proposal.
Haddock coverage:
  50% (  1 /  2) in 'Control.Arrow.Transformer.CoState'
 100% (  2 /  2) in 'Control.Arrow.Transformer'
 100% ( 14 / 14) in 'Control.Arrow.Operations'
 100% (  6 /  6) in 'Control.Arrow.Internals'
 100% (  3 /  3) in 'Control.Arrow.Transformer.Automaton'
 100% (  4 /  4) in 'Control.Arrow.Transformer.Error'
 100% (  4 /  4) in 'Control.Arrow.Transformer.State'
  40% (  4 / 10) in 'Control.Arrow.Transformer.Static'
 100% (  7 /  7) in 'Control.Arrow.Transformer.Stream'
 100% (  4 /  4) in 'Control.Arrow.Transformer.Writer'
 100% (  4 /  4) in 'Control.Arrow.Transformer.Reader'
  89% (  8 /  9) in 'Control.Arrow.Transformer.All'
Documentation created: dist/doc/html/arrows/index.html,
dist/doc/html/arrows/arrows.txt
Creating package registration file: /tmp/pkgConf-arrows-0.4.421612.1
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.8.3/arrows-0.4.4.1
Registering arrows-0.4.4.1...
Installed arrows-0.4.4.1
Downloading fraction-0.1.0.3...
Configuring fraction-0.1.0.3...
Building fraction-0.1.0.3...
Preprocessing library fraction-0.1.0.3...
[1 of 1] Compiling Data.Fraction    ( src/Data/Fraction.hs, dist/build/Data/Fraction.o )
In-place registering fraction-0.1.0.3...
Running Haddock for fraction-0.1.0.3...
Running hscolour for fraction-0.1.0.3...
Preprocessing library fraction-0.1.0.3...
Preprocessing library fraction-0.1.0.3...
Haddock coverage:
 100% ( 10 / 10) in 'Data.Fraction'
Documentation created: dist/doc/html/fraction/index.html,
dist/doc/html/fraction/fraction.txt
Creating package registration file: /tmp/pkgConf-fraction-0.1.021612.3
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.8.3/fraction-0.1.0.3
Registering fraction-0.1.0.3...
Installed fraction-0.1.0.3
Downloading grapefruit-frp-0.1.0.5...
Configuring grapefruit-frp-0.1.0.5...
Building grapefruit-frp-0.1.0.5...
Preprocessing library grapefruit-frp-0.1.0.5...
[ 1 of 21] Compiling Internal.Signal.Discrete.ListenerSet ( src/Internal/Signal/Discrete/ListenerSet.hs, dist/build/Internal/Signal/Discrete/ListenerSet.o )
[ 2 of 21] Compiling Internal.Signal.Incremental.Sequence.AtomicDiff ( src/Internal/Signal/Incremental/Sequence/AtomicDiff.hs, dist/build/Internal/Signal/Incremental/Sequence/AtomicDiff.o )
[ 3 of 21] Compiling Internal.Signal.Incremental.Sequence.Selection ( src/Internal/Signal/Incremental/Sequence/Selection.hs, dist/build/Internal/Signal/Incremental/Sequence/Selection.o )
[ 4 of 21] Compiling Internal.Signal.Discrete.Capsule ( src/Internal/Signal/Discrete/Capsule.hs, dist/build/Internal/Signal/Discrete/Capsule.o )
[ 5 of 21] Compiling Internal.Signal.Discrete[boot] ( src/Internal/Signal/Discrete.hs-boot, dist/build/Internal/Signal/Discrete.o-boot )
[ 6 of 21] Compiling Internal.Signal.Segmented[boot] ( src/Internal/Signal/Segmented.hs-boot, dist/build/Internal/Signal/Segmented.o-boot )
[ 7 of 21] Compiling FRP.Grapefruit.Setup ( src/FRP/Grapefruit/Setup.hs, dist/build/FRP/Grapefruit/Setup.o )
[ 8 of 21] Compiling Internal.Circuit ( src/Internal/Circuit.hs, dist/build/Internal/Circuit.o )
[ 9 of 21] Compiling FRP.Grapefruit.Circuit ( src/FRP/Grapefruit/Circuit.hs, dist/build/FRP/Grapefruit/Circuit.o )
[10 of 21] Compiling Internal.Signal  ( src/Internal/Signal.hs, dist/build/Internal/Signal.o )
[11 of 21] Compiling FRP.Grapefruit.Signal ( src/FRP/Grapefruit/Signal.hs, dist/build/FRP/Grapefruit/Signal.o )
[12 of 21] Compiling Internal.Signal.Continuous.Segment ( src/Internal/Signal/Continuous/Segment.hs, dist/build/Internal/Signal/Continuous/Segment.o )
[13 of 21] Compiling Internal.Signal.Discrete.Vista ( src/Internal/Signal/Discrete/Vista.hs, dist/build/Internal/Signal/Discrete/Vista.o )
[14 of 21] Compiling Internal.Signal.Discrete ( src/Internal/Signal/Discrete.hs, dist/build/Internal/Signal/Discrete.o )
[15 of 21] Compiling Internal.Signal.Segmented ( src/Internal/Signal/Segmented.hs, dist/build/Internal/Signal/Segmented.o )
[16 of 21] Compiling FRP.Grapefruit.Signal.Continuous ( src/FRP/Grapefruit/Signal/Continuous.hs, dist/build/FRP/Grapefruit/Signal/Continuous.o )
[17 of 21] Compiling FRP.Grapefruit.Signal.Segmented ( src/FRP/Grapefruit/Signal/Segmented.hs, dist/build/FRP/Grapefruit/Signal/Segmented.o )
[18 of 21] Compiling FRP.Grapefruit.Signal.Discrete ( src/FRP/Grapefruit/Signal/Discrete.hs, dist/build/FRP/Grapefruit/Signal/Discrete.o )
[19 of 21] Compiling FRP.Grapefruit.Signal.Incremental ( src/FRP/Grapefruit/Signal/Incremental.hs, dist/build/FRP/Grapefruit/Signal/Incremental.o )

src/FRP/Grapefruit/Signal/Incremental.hs:6:5: Warning:
    ‘Diff’ is exported by ‘Diff(Replacement)’ and ‘Incremental(Diff,
                                                               patch, ValidationState,
                                                               validationInit, validationStep)’
[20 of 21] Compiling FRP.Grapefruit.Signal.Incremental.Sequence ( src/FRP/Grapefruit/Signal/Incremental/Sequence.hs, dist/build/FRP/Grapefruit/Signal/Incremental/Sequence.o )
[21 of 21] Compiling FRP.Grapefruit.Signal.Incremental.Set ( src/FRP/Grapefruit/Signal/Incremental/Set.hs, dist/build/FRP/Grapefruit/Signal/Incremental/Set.o )
In-place registering grapefruit-frp-0.1.0.5...
Running Haddock for grapefruit-frp-0.1.0.5...
Running hscolour for grapefruit-frp-0.1.0.5...
Preprocessing library grapefruit-frp-0.1.0.5...
Preprocessing library grapefruit-frp-0.1.0.5...

src/FRP/Grapefruit/Signal/Incremental.hs:6:5: Warning:
    ‘Diff’ is exported by ‘Diff(Replacement)’ and ‘Incremental(Diff,
                                                               patch, ValidationState,
                                                               validationInit, validationStep)’
Haddock coverage:
   0% (  0 /  5) in 'Internal.Signal.Discrete.ListenerSet'
   0% (  0 /  6) in 'Internal.Signal.Incremental.Sequence.AtomicDiff'
   0% (  0 /  7) in 'Internal.Signal.Incremental.Sequence.Selection'
   0% (  0 /  2) in 'Internal.Signal.Discrete.Capsule'
 100% (  5 /  5) in 'FRP.Grapefruit.Setup'
  17% (  1 /  6) in 'Internal.Circuit'
 100% (  5 /  5) in 'FRP.Grapefruit.Circuit'
  72% ( 23 / 32) in 'Internal.Signal'
  92% ( 24 / 26) in 'FRP.Grapefruit.Signal'
   0% (  0 /  4) in 'Internal.Signal.Continuous.Segment'
   0% (  0 / 12) in 'Internal.Signal.Discrete.Vista'
  91% ( 30 / 33) in 'Internal.Signal.Discrete'
  88% ( 14 / 16) in 'Internal.Signal.Segmented'
 100% (  7 /  7) in 'FRP.Grapefruit.Signal.Continuous'
 100% ( 14 / 14) in 'FRP.Grapefruit.Signal.Segmented'
 100% ( 30 / 30) in 'FRP.Grapefruit.Signal.Discrete'
  33% (  7 / 21) in 'FRP.Grapefruit.Signal.Incremental'
  19% (  5 / 27) in 'FRP.Grapefruit.Signal.Incremental.Sequence'
  28% (  7 / 25) in 'FRP.Grapefruit.Signal.Incremental.Set'
Warning: FRP.Grapefruit.Signal: could not find link destinations for:
    Internal.Signal.osfSwitch Internal.Signal.ssfSwitch Internal.Signal.sample Internal.Signal.samplerMap Internal.Signal.dSample Internal.Signal.sSample
Warning: FRP.Grapefruit.Signal.Incremental: could not find link destinations for:
    FRP.Grapefruit.Signal.Incremental.TFCo:R:DiffMonolithic FRP.Grapefruit.Signal.Incremental.Replacement
Documentation created: dist/doc/html/grapefruit-frp/index.html,
dist/doc/html/grapefruit-frp/grapefruit-frp.txt
Creating package registration file: /tmp/pkgConf-grapefruit-frp-0.1.021612.5
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.8.3/grapefruit-frp-0.1.0.5
Registering grapefruit-frp-0.1.0.5...
Installed grapefruit-frp-0.1.0.5
Downloading grapefruit-records-0.1.0.5...
Configuring grapefruit-records-0.1.0.5...
Building grapefruit-records-0.1.0.5...
Preprocessing library grapefruit-records-0.1.0.5...
[1 of 6] Compiling Data.Record      ( src/Data/Record.hs, dist/build/Data/Record.o )
[2 of 6] Compiling Data.Record.Context ( src/Data/Record/Context.hs, dist/build/Data/Record/Context.o )
[3 of 6] Compiling Data.Record.Plain ( src/Data/Record/Plain.hs, dist/build/Data/Record/Plain.o )
[4 of 6] Compiling Data.Record.Optionality ( src/Data/Record/Optionality.hs, dist/build/Data/Record/Optionality.o )
[5 of 6] Compiling Data.Record.Signal ( src/Data/Record/Signal.hs, dist/build/Data/Record/Signal.o )
[6 of 6] Compiling Data.Record.Signal.Context ( src/Data/Record/Signal/Context.hs, dist/build/Data/Record/Signal/Context.o )
In-place registering grapefruit-records-0.1.0.5...
Running Haddock for grapefruit-records-0.1.0.5...
Running hscolour for grapefruit-records-0.1.0.5...
Preprocessing library grapefruit-records-0.1.0.5...
Preprocessing library grapefruit-records-0.1.0.5...
Haddock coverage:
  68% ( 15 / 22) in 'Data.Record'
  67% (  2 /  3) in 'Data.Record.Context'
   0% (  0 /  3) in 'Data.Record.Plain'
 100% (  4 /  4) in 'Data.Record.Optionality'
  92% ( 12 / 13) in 'Data.Record.Signal'
  88% (  7 /  8) in 'Data.Record.Signal.Context'
Warning: Data.Record: could not find link destinations for:
    Data.Record.Dissection
Warning: Data.Record.Plain: could not find link destinations for:
    Data.Record.Plain.TFCo:R:ForallPlainKindpiece Data.Record.Plain.PlainForall
Warning: Data.Record.Signal: could not find link destinations for:
    Data.Record.Signal.TFCo:R:ForallSignalKindfunc Data.Record.Signal.SignalForall
Documentation created: dist/doc/html/grapefruit-records/index.html,
dist/doc/html/grapefruit-records/grapefruit-records.txt
Creating package registration file:
/tmp/pkgConf-grapefruit-records-0.1.021612.5
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.8.3/grapefruit-records-0.1.0.5
Registering grapefruit-records-0.1.0.5...
Installed grapefruit-records-0.1.0.5
Downloading grapefruit-ui-0.1.0.5...
Configuring grapefruit-ui-0.1.0.5...
Building grapefruit-ui-0.1.0.5...
Preprocessing library grapefruit-ui-0.1.0.5...
[ 1 of 12] Compiling Internal.UICircuit[boot] ( src/Internal/UICircuit.hs-boot, dist/build/Internal/UICircuit.o-boot )
[ 2 of 12] Compiling Internal.UIItem[boot] ( src/Internal/UIItem.hs-boot, dist/build/Internal/UIItem.o-boot )
[ 3 of 12] Compiling Graphics.UI.Grapefruit.Comp ( src/Graphics/UI/Grapefruit/Comp.hs, dist/build/Graphics/UI/Grapefruit/Comp.o )
[ 4 of 12] Compiling Graphics.UI.Grapefruit.Backend ( src/Graphics/UI/Grapefruit/Backend.hs, dist/build/Graphics/UI/Grapefruit/Backend.o )
[ 5 of 12] Compiling Internal.UICircuit ( src/Internal/UICircuit.hs, dist/build/Internal/UICircuit.o )
[ 6 of 12] Compiling Internal.Interfacing ( src/Internal/Interfacing.hs, dist/build/Internal/Interfacing.o )
[ 7 of 12] Compiling Internal.UIItem  ( src/Internal/UIItem.hs, dist/build/Internal/UIItem.o )
[ 8 of 12] Compiling Graphics.UI.Grapefruit.Item ( src/Graphics/UI/Grapefruit/Item.hs, dist/build/Graphics/UI/Grapefruit/Item.o )
[ 9 of 12] Compiling Graphics.UI.Grapefruit.Interfacing ( src/Graphics/UI/Grapefruit/Interfacing.hs, dist/build/Graphics/UI/Grapefruit/Interfacing.o )
[10 of 12] Compiling Graphics.UI.Grapefruit.Circuit ( src/Graphics/UI/Grapefruit/Circuit.hs, dist/build/Graphics/UI/Grapefruit/Circuit.o )
[11 of 12] Compiling Graphics.UI.Grapefruit.Backend.Basic ( src/Graphics/UI/Grapefruit/Backend/Basic.hs, dist/build/Graphics/UI/Grapefruit/Backend/Basic.o )
[12 of 12] Compiling Graphics.UI.Grapefruit.Backend.Container ( src/Graphics/UI/Grapefruit/Backend/Container.hs, dist/build/Graphics/UI/Grapefruit/Backend/Container.o )
In-place registering grapefruit-ui-0.1.0.5...
Running Haddock for grapefruit-ui-0.1.0.5...
Running hscolour for grapefruit-ui-0.1.0.5...
Preprocessing library grapefruit-ui-0.1.0.5...
Preprocessing library grapefruit-ui-0.1.0.5...
Haddock coverage:
 100% (  4 /  4) in 'Graphics.UI.Grapefruit.Comp'
 100% (  2 /  2) in 'Graphics.UI.Grapefruit.Backend'
  75% (  3 /  4) in 'Internal.UICircuit'
  86% (  6 /  7) in 'Internal.Interfacing'
  95% ( 19 / 20) in 'Internal.UIItem'
 100% ( 20 / 20) in 'Graphics.UI.Grapefruit.Item'
 100% (  7 /  7) in 'Graphics.UI.Grapefruit.Interfacing'
 100% (  4 /  4) in 'Graphics.UI.Grapefruit.Circuit'
 100% ( 12 / 12) in 'Graphics.UI.Grapefruit.Backend.Basic'
  23% (  3 / 13) in 'Graphics.UI.Grapefruit.Backend.Container'
Documentation created: dist/doc/html/grapefruit-ui/index.html,
dist/doc/html/grapefruit-ui/grapefruit-ui.txt
Creating package registration file: /tmp/pkgConf-grapefruit-ui-0.1.021612.5
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.8.3/grapefruit-ui-0.1.0.5
Registering grapefruit-ui-0.1.0.5...
Installed grapefruit-ui-0.1.0.5
Downloading grapefruit-examples-0.1.0.5...
Configuring grapefruit-examples-0.1.0.5...
Building grapefruit-examples-0.1.0.5...
Preprocessing library grapefruit-examples-0.1.0.5...
[1 of 5] Compiling Examples.Grapefruit.Switching ( src/Examples/Grapefruit/Switching.hs, dist/build/Examples/Grapefruit/Switching.o )

src/Examples/Grapefruit/Switching.hs:72:29: Warning:
    In the use of ‘fromInitAndUpdate’
    (imported from FRP.Grapefruit.Signal.Segmented, but defined in grapefruit-frp-0.1.0.5:Internal.Signal.Segmented):
    Deprecated: "fromInitAndUpdate is replaced by construct."
[2 of 5] Compiling Examples.Grapefruit.Simple ( src/Examples/Grapefruit/Simple.hs, dist/build/Examples/Grapefruit/Simple.o )
[3 of 5] Compiling Examples.Grapefruit.SetView ( src/Examples/Grapefruit/SetView.hs, dist/build/Examples/Grapefruit/SetView.o )
[4 of 5] Compiling Examples.Grapefruit.ListView ( src/Examples/Grapefruit/ListView.hs, dist/build/Examples/Grapefruit/ListView.o )
[5 of 5] Compiling Examples.Grapefruit.Converter ( src/Examples/Grapefruit/Converter.hs, dist/build/Examples/Grapefruit/Converter.o )
In-place registering grapefruit-examples-0.1.0.5...
Running Haddock for grapefruit-examples-0.1.0.5...
Running hscolour for grapefruit-examples-0.1.0.5...
Preprocessing library grapefruit-examples-0.1.0.5...
Preprocessing library grapefruit-examples-0.1.0.5...

src/Examples/Grapefruit/Switching.hs:72:29: Warning:
    In the use of ‘fromInitAndUpdate’
    (imported from FRP.Grapefruit.Signal.Segmented, but defined in grapefruit-frp-0.1.0.5:Internal.Signal.Segmented):
    Deprecated: "fromInitAndUpdate is replaced by construct."
Haddock coverage:
 100% (  2 /  2) in 'Examples.Grapefruit.Switching'
 100% (  2 /  2) in 'Examples.Grapefruit.Simple'
  50% (  1 /  2) in 'Examples.Grapefruit.SetView'
 100% (  2 /  2) in 'Examples.Grapefruit.ListView'
   0% (  0 /  2) in 'Examples.Grapefruit.Converter'
Documentation created: dist/doc/html/grapefruit-examples/index.html,
dist/doc/html/grapefruit-examples/grapefruit-examples.txt
Creating package registration file:
/tmp/pkgConf-grapefruit-examples-0.1.021612.5
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.8.3/grapefruit-examples-0.1.0.5
Registering grapefruit-examples-0.1.0.5...
Installed grapefruit-examples-0.1.0.5

Test log

No test log was submitted for this report.