Build #1 for reactive-banana-0.8.0.4

[all reports]

Package reactive-banana-0.8.0.4
Install InstallOk
Docs Ok
Tests NotTried
Time submitted 2014-12-22 03:00:01.720641 UTC
Compiler ghc-7.8.3
OS linux
Arch x86_64
Dependencies vault-0.3.0.4, unordered-containers-0.2.5.1, transformers-0.3.0.0, pqueue-1.2.1, hashable-1.2.3.0, containers-0.5.5.1, base-4.7.0.1
Flags useextensions

Code Coverage

No Code Coverage was submitted for this report.

Build log

[view raw]

Resolving dependencies...
Configuring pqueue-1.2.1...
Building pqueue-1.2.1...
Preprocessing library pqueue-1.2.1...

In file included from ./Data/PQueue/Internals.hs:77:0: 

/opt/ghc/7.8.3/lib/ghc-7.8.3/base-4.7.0.1/include/Typeable.h:17:2:
     warning: #warning <Typeable.h> is obsolete and will be removed in GHC 7.10 [-Wcpp]
     #warning <Typeable.h> is obsolete and will be removed in GHC 7.10
      ^
[1 of 8] Compiling Control.Applicative.Identity ( Control/Applicative/Identity.hs, dist/build/Control/Applicative/Identity.o )
[2 of 8] Compiling Data.PQueue.Prio.Internals ( Data/PQueue/Prio/Internals.hs, dist/build/Data/PQueue/Prio/Internals.o )
[3 of 8] Compiling Data.PQueue.Prio.Max.Internals ( Data/PQueue/Prio/Max/Internals.hs, dist/build/Data/PQueue/Prio/Max/Internals.o )
[4 of 8] Compiling Data.PQueue.Internals ( Data/PQueue/Internals.hs, dist/build/Data/PQueue/Internals.o )
[5 of 8] Compiling Data.PQueue.Min  ( Data/PQueue/Min.hs, dist/build/Data/PQueue/Min.o )

Data/PQueue/Min.hs:250:9: Warning:
    Rule "toAscList" may never fire
      because ‘toAscList’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma on ‘toAscList’

Data/PQueue/Min.hs:252:9: Warning:
    Rule "toDescList" may never fire
      because ‘toDescList’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma on ‘toDescList’

Data/PQueue/Min.hs:271:9: Warning:
    Rule "fromList" may never fire
      because ‘fromList’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma on ‘fromList’

Data/PQueue/Min.hs:272:9: Warning:
    Rule "fromAscList" may never fire
      because ‘fromAscList’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma on ‘fromAscList’
[6 of 8] Compiling Data.PQueue.Max  ( Data/PQueue/Max.hs, dist/build/Data/PQueue/Max.o )
[7 of 8] Compiling Data.PQueue.Prio.Min ( Data/PQueue/Prio/Min.hs, dist/build/Data/PQueue/Prio/Min.o )

Data/PQueue/Prio/Min.hs:330:9: Warning:
    Rule "fromList/build" may never fire
      because ‘fromList’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma on ‘fromList’

Data/PQueue/Prio/Min.hs:332:9: Warning:
    Rule "fromAscList/build" may never fire
      because ‘fromAscList’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma on ‘fromAscList’

Data/PQueue/Prio/Min.hs:355:9: Warning:
    Rule "toAscList" may never fire
      because ‘toAscList’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma on ‘toAscList’

Data/PQueue/Prio/Min.hs:356:9: Warning:
    Rule "toDescList" may never fire
      because ‘toDescList’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma on ‘toDescList’

Data/PQueue/Prio/Min.hs:357:9: Warning:
    Rule "toListU" may never fire because ‘toListU’ might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma on ‘toListU’
[8 of 8] Compiling Data.PQueue.Prio.Max ( Data/PQueue/Prio/Max.hs, dist/build/Data/PQueue/Prio/Max.o )
In-place registering pqueue-1.2.1...
Running Haddock for pqueue-1.2.1...
Running hscolour for pqueue-1.2.1...
Preprocessing library pqueue-1.2.1...
Preprocessing library pqueue-1.2.1...

In file included from Data/PQueue/Internals.hs:77:0: 

/opt/ghc/7.8.3/lib/ghc-7.8.3/base-4.7.0.1/include/Typeable.h:17:2:
     warning: #warning <Typeable.h> is obsolete and will be removed in GHC 7.10 [-Wcpp]
     #warning <Typeable.h> is obsolete and will be removed in GHC 7.10
      ^
Haddock coverage:
   0% (  0 /  4) in 'Control.Applicative.Identity'
  72% ( 21 / 29) in 'Data.PQueue.Prio.Internals'
  11% (  1 /  9) in 'Data.PQueue.Prio.Max.Internals'
  81% ( 21 / 26) in 'Data.PQueue.Internals'
 100% ( 55 / 55) in 'Data.PQueue.Min'
 100% ( 55 / 55) in 'Data.PQueue.Max'
  99% ( 80 / 81) in 'Data.PQueue.Prio.Min'
 100% ( 81 / 81) in 'Data.PQueue.Prio.Max'
Documentation created: dist/doc/html/pqueue/index.html,
dist/doc/html/pqueue/pqueue.txt
Creating package registration file: /tmp/pkgConf-pqueue-1.21170.1
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.8.3/pqueue-1.2.1
Registering pqueue-1.2.1...
Installed pqueue-1.2.1
Configuring text-1.2.0.3...
Building text-1.2.0.3...
Preprocessing library text-1.2.0.3...
[ 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.3...
Running Haddock for text-1.2.0.3...
Running hscolour for text-1.2.0.3...
Preprocessing library text-1.2.0.3...
Preprocessing library text-1.2.0.3...
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'
  50% (  5 / 10) in 'Data.Text.Internal.Fusion.Types'
   0% (  0 /  5) in 'Data.Text.Internal.Fusion.CaseMapping'
  89% ( 64 / 72) in 'Data.Text.Internal.Fusion.Common'
  93% ( 13 / 14) in 'Data.Text.Unsafe'
  33% (  1 /  3) in 'Data.Text.Internal.Private'
  86% ( 19 / 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% (124 /125) 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.01170.3
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.8.3/text-1.2.0.3
Registering text-1.2.0.3...
Installed text-1.2.0.3
Configuring hashable-1.2.3.0...
Building hashable-1.2.3.0...
Preprocessing library hashable-1.2.3.0...
[1 of 3] Compiling Data.Hashable.Class ( Data/Hashable/Class.hs, dist/build/Data/Hashable/Class.o )

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

Data/Hashable/Class.hs:234: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.0...
Running Haddock for hashable-1.2.3.0...
Running hscolour for hashable-1.2.3.0...
Preprocessing library hashable-1.2.3.0...
Preprocessing library hashable-1.2.3.0...

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

Data/Hashable/Class.hs:234: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.31170.0
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.8.3/hashable-1.2.3.0
Registering hashable-1.2.3.0...
Installed hashable-1.2.3.0
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.51170.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 vault-0.3.0.4...
Building vault-0.3.0.4...
Preprocessing library vault-0.3.0.4...
[1 of 5] Compiling Data.Unique.Really ( src/Data/Unique/Really.hs, dist/build/Data/Unique/Really.o )
[2 of 5] Compiling Data.Vault.ST.Strict ( src/Data/Vault/ST/Strict.hs, dist/build/Data/Vault/ST/Strict.o )
[3 of 5] Compiling Data.Vault.Strict ( src/Data/Vault/Strict.hs, dist/build/Data/Vault/Strict.o )
[4 of 5] Compiling Data.Vault.ST.Lazy ( src/Data/Vault/ST/Lazy.hs, dist/build/Data/Vault/ST/Lazy.o )
[5 of 5] Compiling Data.Vault.Lazy  ( src/Data/Vault/Lazy.hs, dist/build/Data/Vault/Lazy.o )
In-place registering vault-0.3.0.4...
Running Haddock for vault-0.3.0.4...
Running hscolour for vault-0.3.0.4...
Preprocessing library vault-0.3.0.4...
Preprocessing library vault-0.3.0.4...
Haddock coverage:
 100% (  4 /  4) in 'Data.Unique.Really'
  80% ( 12 / 15) in 'Data.Vault.ST.Strict'
 100% ( 15 / 15) in 'Data.Vault.Strict'
  80% ( 12 / 15) in 'Data.Vault.ST.Lazy'
 100% ( 15 / 15) in 'Data.Vault.Lazy'
Documentation created: dist/doc/html/vault/index.html,
dist/doc/html/vault/vault.txt
Creating package registration file: /tmp/pkgConf-vault-0.3.01170.4
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.8.3/vault-0.3.0.4
Registering vault-0.3.0.4...
Installed vault-0.3.0.4
Downloading reactive-banana-0.8.0.4...
Configuring reactive-banana-0.8.0.4...
Building reactive-banana-0.8.0.4...
Preprocessing library reactive-banana-0.8.0.4...
[ 1 of 22] Compiling Reactive.Banana.Prim.Order ( src/Reactive/Banana/Prim/Order.hs, dist/build/Reactive/Banana/Prim/Order.o )
[ 2 of 22] Compiling Reactive.Banana.Prim.Dependencies ( src/Reactive/Banana/Prim/Dependencies.hs, dist/build/Reactive/Banana/Prim/Dependencies.o )
[ 3 of 22] Compiling Reactive.Banana.Prim.Dated ( src/Reactive/Banana/Prim/Dated.hs, dist/build/Reactive/Banana/Prim/Dated.o )
[ 4 of 22] Compiling Reactive.Banana.Prim.Cached ( src/Reactive/Banana/Prim/Cached.hs, dist/build/Reactive/Banana/Prim/Cached.o )
[ 5 of 22] Compiling Reactive.Banana.Prim.Types ( src/Reactive/Banana/Prim/Types.hs, dist/build/Reactive/Banana/Prim/Types.o )
[ 6 of 22] Compiling Reactive.Banana.Prim.Plumbing ( src/Reactive/Banana/Prim/Plumbing.hs, dist/build/Reactive/Banana/Prim/Plumbing.o )
[ 7 of 22] Compiling Reactive.Banana.Prim.Evaluation ( src/Reactive/Banana/Prim/Evaluation.hs, dist/build/Reactive/Banana/Prim/Evaluation.o )
[ 8 of 22] Compiling Reactive.Banana.Prim.Combinators ( src/Reactive/Banana/Prim/Combinators.hs, dist/build/Reactive/Banana/Prim/Combinators.o )
[ 9 of 22] Compiling Reactive.Banana.Prim.IO ( src/Reactive/Banana/Prim/IO.hs, dist/build/Reactive/Banana/Prim/IO.o )
[10 of 22] Compiling Reactive.Banana.Prim.Compile ( src/Reactive/Banana/Prim/Compile.hs, dist/build/Reactive/Banana/Prim/Compile.o )
[11 of 22] Compiling Reactive.Banana.Prim ( src/Reactive/Banana/Prim.hs, dist/build/Reactive/Banana/Prim.o )
[12 of 22] Compiling Reactive.Banana.Prim.Test ( src/Reactive/Banana/Prim/Test.hs, dist/build/Reactive/Banana/Prim/Test.o )
[13 of 22] Compiling Reactive.Banana.Model ( src/Reactive/Banana/Model.hs, dist/build/Reactive/Banana/Model.o )
[14 of 22] Compiling Reactive.Banana.Internal.Phantom ( src/Reactive/Banana/Internal/Phantom.hs, dist/build/Reactive/Banana/Internal/Phantom.o )
[15 of 22] Compiling Control.Event.Handler ( src/Control/Event/Handler.hs, dist/build/Control/Event/Handler.o )
[16 of 22] Compiling Reactive.Banana.Internal.Combinators ( src/Reactive/Banana/Internal/Combinators.hs, dist/build/Reactive/Banana/Internal/Combinators.o )
[17 of 22] Compiling Reactive.Banana.Types ( src/Reactive/Banana/Types.hs, dist/build/Reactive/Banana/Types.o )
[18 of 22] Compiling Reactive.Banana.Combinators ( src/Reactive/Banana/Combinators.hs, dist/build/Reactive/Banana/Combinators.o )
[19 of 22] Compiling Reactive.Banana.Experimental.Calm ( src/Reactive/Banana/Experimental/Calm.hs, dist/build/Reactive/Banana/Experimental/Calm.o )
[20 of 22] Compiling Reactive.Banana.Switch ( src/Reactive/Banana/Switch.hs, dist/build/Reactive/Banana/Switch.o )

src/Reactive/Banana/Switch.hs:47:10: Warning:
    ‘AnyMoment’ is an instance of Monad but not Applicative - this will become an error in GHC 7.10, under the Applicative-Monad Proposal.
[21 of 22] Compiling Reactive.Banana.Frameworks ( src/Reactive/Banana/Frameworks.hs, dist/build/Reactive/Banana/Frameworks.o )
[22 of 22] Compiling Reactive.Banana  ( src/Reactive/Banana.hs, dist/build/Reactive/Banana.o )
In-place registering reactive-banana-0.8.0.4...
Running Haddock for reactive-banana-0.8.0.4...
Running hscolour for reactive-banana-0.8.0.4...
Preprocessing library reactive-banana-0.8.0.4...
Preprocessing library reactive-banana-0.8.0.4...

src/Reactive/Banana/Switch.hs:47:10: Warning:
    ‘AnyMoment’ is an instance of Monad but not Applicative - this will become an error in GHC 7.10, under the Applicative-Monad Proposal.
Haddock coverage:
  90% (  9 / 10) in 'Reactive.Banana.Prim.Order'
  71% ( 12 / 17) in 'Reactive.Banana.Prim.Dependencies'
  35% (  7 / 20) in 'Reactive.Banana.Prim.Dated'
  50% (  5 / 10) in 'Reactive.Banana.Prim.Cached'
  21% (  8 / 39) in 'Reactive.Banana.Prim.Types'
  23% (  5 / 22) in 'Reactive.Banana.Prim.Plumbing'
  40% (  2 /  5) in 'Reactive.Banana.Prim.Evaluation'
   6% (  1 / 16) in 'Reactive.Banana.Prim.Combinators'
  60% (  3 /  5) in 'Reactive.Banana.Prim.IO'
  83% (  5 /  6) in 'Reactive.Banana.Prim.Compile'
  49% ( 22 / 45) in 'Reactive.Banana.Prim'
   0% (  0 /  6) in 'Reactive.Banana.Prim.Test'
  30% (  9 / 30) in 'Reactive.Banana.Model'
  83% (  5 /  6) in 'Reactive.Banana.Internal.Phantom'
  89% (  8 /  9) in 'Control.Event.Handler'
   5% (  2 / 42) in 'Reactive.Banana.Internal.Combinators'
  83% (  5 /  6) in 'Reactive.Banana.Types'
  97% ( 37 / 38) in 'Reactive.Banana.Combinators'
  89% ( 24 / 27) in 'Reactive.Banana.Experimental.Calm'
  82% ( 14 / 17) in 'Reactive.Banana.Switch'
  97% ( 33 / 34) in 'Reactive.Banana.Frameworks'
  75% (  3 /  4) in 'Reactive.Banana'
Warning: Reactive.Banana.Prim: could not find link destinations for:
    Reactive.Banana.Prim.Types.EvalNetwork Reactive.Banana.Prim.Types.Graph Reactive.Banana.Prim.Types.BuildConf Reactive.Banana.Prim.Dated.Dated
Warning: Reactive.Banana.Model: could not find link destinations for:
    Reactive.Banana.Model.Time
Documentation created: dist/doc/html/reactive-banana/index.html,
dist/doc/html/reactive-banana/reactive-banana.txt
Creating package registration file: /tmp/pkgConf-reactive-banana-0.8.01170.4
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.8.3/reactive-banana-0.8.0.4
Registering reactive-banana-0.8.0.4...
Installed reactive-banana-0.8.0.4

Test log

No test log was submitted for this report.