Build #1 for CBOR-0.1.0.1

[all reports]

Package CBOR-0.1.0.1
Install InstallOk
Docs Ok
Tests NotTried
Time submitted unknown
Compiler ghc-7.6.3
OS linux
Arch x86_64
Dependencies data-binary-ieee754-0.4.4, bytestring-0.10.0.2, binary-bits-0.3, 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 binary-bits-0.3...
Building binary-bits-0.3...
Preprocessing library binary-bits-0.3...
[1 of 3] Compiling Data.Binary.Bits.Put ( Data/Binary/Bits/Put.hs, dist/build/Data/Binary/Bits/Put.o )
[2 of 3] Compiling Data.Binary.Bits.Get ( Data/Binary/Bits/Get.hs, dist/build/Data/Binary/Bits/Get.o )

Data/Binary/Bits/Get.hs:85:1: Warning:
    The import of `B.getByteString, runGet'
    from module `Data.Binary.Get' is redundant

Data/Binary/Bits/Get.hs:207:1: Warning:
    Pattern match(es) are non-exhaustive
    In an equation for `readWord8': Patterns not matched: _ (S _ _)

Data/Binary/Bits/Get.hs:293:1: Warning:
    Pattern match(es) are non-exhaustive
    In an equation for `readWithoutOffset':
        Patterns not matched: (S _ _) _ _ _

Data/Binary/Bits/Get.hs:299:22: Warning:
    This binding for `n' shadows the existing binding
      bound at Data/Binary/Bits/Get.hs:293:46

Data/Binary/Bits/Get.hs:307:22: Warning:
    This binding for `n' shadows the existing binding
      bound at Data/Binary/Bits/Get.hs:293:46

Data/Binary/Bits/Get.hs:311:19: Warning:
    This binding for `last' shadows the existing bindings
      imported from `Data.ByteString' at Data/Binary/Bits/Get.hs:88:1-27
      imported from `Prelude' at Data/Binary/Bits/Get.hs:97:1-19
      (and originally defined in `GHC.List')

Data/Binary/Bits/Get.hs:318:1: Warning:
    Pattern match(es) are non-exhaustive
    In an equation for `readWithOffset':
        Patterns not matched: (S _ _) _ _ _

Data/Binary/Bits/Get.hs:326:22: Warning:
    This binding for `n' shadows the existing binding
      bound at Data/Binary/Bits/Get.hs:318:43

Data/Binary/Bits/Get.hs:332:19: Warning:
    This binding for `last' shadows the existing bindings
      imported from `Data.ByteString' at Data/Binary/Bits/Get.hs:88:1-27
      imported from `Prelude' at Data/Binary/Bits/Get.hs:97:1-19
      (and originally defined in `GHC.List')

Data/Binary/Bits/Get.hs:458:1: Warning:
    Defined but not used: `shiftl_w8'

Data/Binary/Bits/Get.hs:458:1: Warning:
    Top-level binding with no type signature:
      shiftl_w8 :: Word8 -> Int -> Word8

Data/Binary/Bits/Get.hs:462:1: Warning:
    Top-level binding with no type signature:
      shiftr_w8 :: Word8 -> Int -> Word8

Data/Binary/Bits/Get.hs:463:1: Warning:
    Top-level binding with no type signature:
      shiftr_w16 :: Word16 -> Int -> Word16

Data/Binary/Bits/Get.hs:464:1: Warning:
    Top-level binding with no type signature:
      shiftr_w32 :: Word32 -> Int -> Word32

Data/Binary/Bits/Get.hs:469:1: Warning:
    Top-level binding with no type signature:
      shiftr_w64 :: Word64 -> Int -> Word64
[3 of 3] Compiling Data.Binary.Bits ( Data/Binary/Bits.hs, dist/build/Data/Binary/Bits.o )
In-place registering binary-bits-0.3...
Running Haddock for binary-bits-0.3...
Running hscolour for binary-bits-0.3...
Preprocessing library binary-bits-0.3...
Preprocessing library binary-bits-0.3...

Data/Binary/Bits/Get.hs:85:1: Warning:
    The import of `runGet, B.getByteString'
    from module `Data.Binary.Get' is redundant

Data/Binary/Bits/Get.hs:299:22: Warning:
    This binding for `n' shadows the existing binding
      bound at Data/Binary/Bits/Get.hs:293:46

Data/Binary/Bits/Get.hs:307:22: Warning:
    This binding for `n' shadows the existing binding
      bound at Data/Binary/Bits/Get.hs:293:46

Data/Binary/Bits/Get.hs:311:19: Warning:
    This binding for `last' shadows the existing bindings
      imported from `Data.ByteString' at Data/Binary/Bits/Get.hs:88:1-27
      imported from `Prelude' at Data/Binary/Bits/Get.hs:97:1-19
      (and originally defined in `GHC.List')

Data/Binary/Bits/Get.hs:326:22: Warning:
    This binding for `n' shadows the existing binding
      bound at Data/Binary/Bits/Get.hs:318:43

Data/Binary/Bits/Get.hs:332:19: Warning:
    This binding for `last' shadows the existing bindings
      imported from `Data.ByteString' at Data/Binary/Bits/Get.hs:88:1-27
      imported from `Prelude' at Data/Binary/Bits/Get.hs:97:1-19
      (and originally defined in `GHC.List')

Data/Binary/Bits/Get.hs:458:1: Warning:
    Defined but not used: `shiftl_w8'

Data/Binary/Bits/Get.hs:458:1: Warning:
    Top-level binding with no type signature:
      shiftl_w8 :: Word8 -> Int -> Word8

Data/Binary/Bits/Get.hs:462:1: Warning:
    Top-level binding with no type signature:
      shiftr_w8 :: Word8 -> Int -> Word8

Data/Binary/Bits/Get.hs:463:1: Warning:
    Top-level binding with no type signature:
      shiftr_w16 :: Word16 -> Int -> Word16

Data/Binary/Bits/Get.hs:464:1: Warning:
    Top-level binding with no type signature:
      shiftr_w32 :: Word32 -> Int -> Word32

Data/Binary/Bits/Get.hs:469:1: Warning:
    Top-level binding with no type signature:
      shiftr_w64 :: Word64 -> Int -> Word64
Haddock coverage:
  93% ( 13 / 14) in 'Data.Binary.Bits.Put'
  96% ( 23 / 24) in 'Data.Binary.Bits.Get'
  50% (  1 /  2) in 'Data.Binary.Bits'
Documentation created: dist/doc/html/binary-bits/index.html,
dist/doc/html/binary-bits/binary-bits.txt
Installing library in
/srv/hackage/var/build/tmp-install/lib/x86_64-linux-ghc-7.6.3/binary-bits-0.3
Registering binary-bits-0.3...
Installed binary-bits-0.3
Configuring data-binary-ieee754-0.4.4...
Building data-binary-ieee754-0.4.4...
Preprocessing library data-binary-ieee754-0.4.4...
[1 of 1] Compiling Data.Binary.IEEE754 ( lib/Data/Binary/IEEE754.hs, dist/build/Data/Binary/IEEE754.o )
In-place registering data-binary-ieee754-0.4.4...
Running Haddock for data-binary-ieee754-0.4.4...
Running hscolour for data-binary-ieee754-0.4.4...
Preprocessing library data-binary-ieee754-0.4.4...
Preprocessing library data-binary-ieee754-0.4.4...
Haddock coverage:
  22% (  4 / 18) in 'Data.Binary.IEEE754'
Documentation created: dist/doc/html/data-binary-ieee754/index.html,
dist/doc/html/data-binary-ieee754/data-binary-ieee754.txt
Installing library in
/srv/hackage/var/build/tmp-install/lib/x86_64-linux-ghc-7.6.3/data-binary-ieee754-0.4.4
Registering data-binary-ieee754-0.4.4...
Installed data-binary-ieee754-0.4.4
Downloading CBOR-0.1.0.1...
Configuring CBOR-0.1.0.1...
Building CBOR-0.1.0.1...
Preprocessing library CBOR-0.1.0.1...
[1 of 4] Compiling Data.CBOR.Util   ( src/Data/CBOR/Util.hs, dist/build/Data/CBOR/Util.o )
[2 of 4] Compiling Data.CBOR        ( src/Data/CBOR.hs, dist/build/Data/CBOR.o )
[3 of 4] Compiling Data.Binary.IEEE754.HalfFloat ( src/Data/Binary/IEEE754/HalfFloat.hs, dist/build/Data/Binary/IEEE754/HalfFloat.o )
[4 of 4] Compiling Data.Binary.CBOR ( src/Data/Binary/CBOR.hs, dist/build/Data/Binary/CBOR.o )
In-place registering CBOR-0.1.0.1...
Running Haddock for CBOR-0.1.0.1...
Running hscolour for CBOR-0.1.0.1...
Preprocessing library CBOR-0.1.0.1...
Preprocessing library CBOR-0.1.0.1...
Haddock coverage:
  83% (  5 /  6) in 'Data.CBOR.Util'
  67% (  2 /  3) in 'Data.CBOR'
  33% (  1 /  3) in 'Data.Binary.IEEE754.HalfFloat'
  67% (  2 /  3) in 'Data.Binary.CBOR'
Documentation created: dist/doc/html/CBOR/index.html,
dist/doc/html/CBOR/CBOR.txt
Installing library in
/srv/hackage/var/build/tmp-install/lib/x86_64-linux-ghc-7.6.3/CBOR-0.1.0.1
Registering CBOR-0.1.0.1...
Installed CBOR-0.1.0.1

Test log

No test log was submitted for this report.