Build #1 for binary-typed-0.2.0.1

[all reports]

Package binary-typed-0.2.0.1
Install InstallOk
Docs Ok
Tests NotTried
Time submitted unknown
Compiler ghc-7.6.3
OS linux
Arch x86_64
Dependencies murmur-hash-0.1.0.7, bytestring-0.10.0.2, binary-0.7.2.1, base-4.6.0.1
Flags none

Code Coverage

No Code Coverage was submitted for this report.

Build log

[view raw]

Resolving dependencies...
Configuring binary-0.7.2.1...
Building binary-0.7.2.1...
Preprocessing library binary-0.7.2.1...
[1 of 9] Compiling Data.Binary.Builder.Base ( src/Data/Binary/Builder/Base.hs, dist/build/Data/Binary/Builder/Base.o )
[2 of 9] Compiling Data.Binary.Builder.Internal ( src/Data/Binary/Builder/Internal.hs, dist/build/Data/Binary/Builder/Internal.o )
[3 of 9] Compiling Data.Binary.Get.Internal ( src/Data/Binary/Get/Internal.hs, dist/build/Data/Binary/Get/Internal.o )
[4 of 9] Compiling Data.Binary.Builder ( src/Data/Binary/Builder.hs, dist/build/Data/Binary/Builder.o )
[5 of 9] Compiling Data.Binary.Get  ( src/Data/Binary/Get.hs, dist/build/Data/Binary/Get.o )
[6 of 9] Compiling Data.Binary.Put  ( src/Data/Binary/Put.hs, dist/build/Data/Binary/Put.o )
[7 of 9] Compiling Data.Binary.Class ( src/Data/Binary/Class.hs, dist/build/Data/Binary/Class.o )
[8 of 9] Compiling Data.Binary.Generic ( src/Data/Binary/Generic.hs, dist/build/Data/Binary/Generic.o )
[9 of 9] Compiling Data.Binary      ( src/Data/Binary.hs, dist/build/Data/Binary.o )
In-place registering binary-0.7.2.1...
Running Haddock for binary-0.7.2.1...
Running hscolour for binary-0.7.2.1...
Preprocessing library binary-0.7.2.1...
Preprocessing library binary-0.7.2.1...
Haddock coverage:
 100% ( 31 / 31) in 'Data.Binary.Builder.Base'
 100% (  4 /  4) in 'Data.Binary.Builder.Internal'
  81% ( 21 / 26) in 'Data.Binary.Get.Internal'
 100% ( 28 / 28) in 'Data.Binary.Builder'
  96% ( 47 / 49) in 'Data.Binary.Get'
  96% ( 26 / 27) in 'Data.Binary.Put'
  80% (  4 /  5) in 'Data.Binary.Class'
 100% (  1 /  1) in 'Data.Binary.Generic'
  91% ( 21 / 23) in 'Data.Binary'
Warning: Data.Binary.Get.Internal: could not find link destinations for:
    Data.Binary.Get.Internal.Success
Warning: Data.Binary.Put: could not find link destinations for:
    Data.Binary.Put.PairS
Warning: Data.Binary: could not find link destinations for:
    Data.Binary.Generic.GSum Data.Binary.Generic.SumSize
Documentation created: dist/doc/html/binary/index.html,
dist/doc/html/binary/binary.txt
Installing library in
/srv/hackage/var/build/tmp-install/lib/x86_64-linux-ghc-7.6.3/binary-0.7.2.1
Registering binary-0.7.2.1...
Installed binary-0.7.2.1
Configuring murmur-hash-0.1.0.7...
Building murmur-hash-0.1.0.7...
Preprocessing library murmur-hash-0.1.0.7...
[1 of 2] Compiling Data.Digest.Murmur64 ( Data/Digest/Murmur64.hs, dist/build/Data/Digest/Murmur64.o )
[2 of 2] Compiling Data.Digest.Murmur32 ( Data/Digest/Murmur32.hs, dist/build/Data/Digest/Murmur32.o )
In-place registering murmur-hash-0.1.0.7...
Running Haddock for murmur-hash-0.1.0.7...
Running hscolour for murmur-hash-0.1.0.7...
Preprocessing library murmur-hash-0.1.0.7...
Preprocessing library murmur-hash-0.1.0.7...
Haddock coverage:
  78% (  7 /  9) in 'Data.Digest.Murmur64'
  75% (  6 /  8) in 'Data.Digest.Murmur32'
Warning: Data.Digest.Murmur32: could not find link destinations for:
    Data.Digest.Murmur32.combine
Documentation created: dist/doc/html/murmur-hash/index.html,
dist/doc/html/murmur-hash/murmur-hash.txt
Installing library in
/srv/hackage/var/build/tmp-install/lib/x86_64-linux-ghc-7.6.3/murmur-hash-0.1.0.7
Registering murmur-hash-0.1.0.7...
Installed murmur-hash-0.1.0.7
Downloading binary-typed-0.2.0.1...
Configuring binary-typed-0.2.0.1...
Warning: 'license: BSD2' is not a recognised license. The known licenses are:
GPL, GPL-2, GPL-3, LGPL, LGPL-2.1, LGPL-3, AGPL, AGPL-3, BSD3, MIT, Apache,
Apache-2.0, PublicDomain, AllRightsReserved, OtherLicense
Building binary-typed-0.2.0.1...
Preprocessing library binary-typed-0.2.0.1...
[1 of 3] Compiling Data.Binary.Typed.Internal ( src/Data/Binary/Typed/Internal.hs, dist/build/Data/Binary/Typed/Internal.o )
[2 of 3] Compiling Data.Binary.Typed ( src/Data/Binary/Typed.hs, dist/build/Data/Binary/Typed.o )
[3 of 3] Compiling Data.Binary.Typed.Tutorial ( src/Data/Binary/Typed/Tutorial.hs, dist/build/Data/Binary/Typed/Tutorial.o )
In-place registering binary-typed-0.2.0.1...
Running Haddock for binary-typed-0.2.0.1...
Running hscolour for binary-typed-0.2.0.1...
Preprocessing library binary-typed-0.2.0.1...
Preprocessing library binary-typed-0.2.0.1...
Haddock coverage:
 100% ( 23 / 23) in 'Data.Binary.Typed.Internal'
doc comment parse failed:  Decode a typed value, throwing an error at runtime on failure.
 Typed cousin of 'Data.Binary.decode'.

 @
 encoded = 'encodeTyped' 'Full' ("hello", 1 :: 'Int', 2.34 :: 'Double')

 -- \<value\>
 'unsafeDecodeTyped' encoded :: ('String', 'Int', 'Double')

 -- (Descriptive) runtime error
 'unsafeDecodeTyped' encoded :: ('Char', 'Int', 'Double')
 @
doc comment parse failed:  Safely decode data, yielding 'Either' an error 'String' or the value.
 Equivalent to 'decodeTypedOrFail' stripped of the non-essential data.

 @
 encoded = 'encodeTyped' 'Full' ("hello", 1 :: 'Int', 2.34 :: 'Double')

 -- Right \<value\>:
 'decodeTyped' encoded :: 'Either' 'String' ('String', 'Int', 'Double')

 -- Left "Type error: expected (Char, Int, Double), got (String, Int, Double)"
 'decodeTyped' encoded :: 'Either' 'String' ('Char', 'Int', 'Double')
 @
  84% ( 16 / 19) in 'Data.Binary.Typed'
 100% (  7 /  7) in 'Data.Binary.Typed.Tutorial'
Documentation created: dist/doc/html/binary-typed/index.html,
dist/doc/html/binary-typed/binary-typed.txt
Installing library in
/srv/hackage/var/build/tmp-install/lib/x86_64-linux-ghc-7.6.3/binary-typed-0.2.0.1
Registering binary-typed-0.2.0.1...
Installed binary-typed-0.2.0.1

Test log

No test log was submitted for this report.