Build #1 for asn1-encoding-0.9.4

[all reports]

Package asn1-encoding-0.9.4
Install InstallOk
Docs Ok
Tests NotTried
Time submitted 2016-06-12 06:09:46.449838 UTC
Compiler ghc-8.0.1.20160521
OS linux
Arch x86_64
Dependencies asn1-types-0.3.2, base-4.9.0.0, bytestring-0.10.8.1, hourglass-0.2.10
Flags none

Code Coverage

No Code Coverage was submitted for this report.

Build log

[view raw]

Resolving dependencies...
cabal: Entering directory '/tmp/cabal-tmp-1207/hourglass-0.2.10'
Configuring hourglass-0.2.10...
Building hourglass-0.2.10...
Preprocessing library hourglass-0.2.10...
[ 1 of 17] Compiling Data.Hourglass.Zone ( Data/Hourglass/Zone.hs, dist/build/Data/Hourglass/Zone.o )
[ 2 of 17] Compiling Data.Hourglass.Utils ( Data/Hourglass/Utils.hs, dist/build/Data/Hourglass/Utils.o )

Data/Hourglass/Utils.hs:13:1: warning: [-Wredundant-constraints]
    • Redundant constraints: (Ord a, Num a)
    • In the type signature for:
           pad2 :: (Show a, Ord a, Num a, Integral a) => a -> String

Data/Hourglass/Utils.hs:19:1: warning: [-Wredundant-constraints]
    • Redundant constraints: (Ord a, Num a)
    • In the type signature for:
           pad4 :: (Show a, Ord a, Num a, Integral a) => a -> String

Data/Hourglass/Utils.hs:28:1: warning: [-Wredundant-constraints]
    • Redundant constraints: (Ord a, Num a, Integral a)
    • In the type signature for:
           padN :: (Show a, Ord a, Num a, Integral a) => Int -> a -> String
[ 3 of 17] Compiling Time.Types       ( Time/Types.hs, dist/build/Time/Types.o )
[ 4 of 17] Compiling Data.Hourglass.Types ( Data/Hourglass/Types.hs, dist/build/Data/Hourglass/Types.o )
[ 5 of 17] Compiling Data.Hourglass.Internal.Unix ( Data/Hourglass/Internal/Unix.hs, dist/build/Data/Hourglass/Internal/Unix.o )

Data/Hourglass/Internal/Unix.hs:24:1: warning: [-Wunused-imports]
    The import of ‘Control.Applicative’ is redundant
      except perhaps to import instances from ‘Control.Applicative’
    To import instances alone, use: import Control.Applicative()
[ 6 of 17] Compiling Data.Hourglass.Internal ( Data/Hourglass/Internal.hs, dist/build/Data/Hourglass/Internal.o )
[ 7 of 17] Compiling Data.Hourglass.Calendar ( Data/Hourglass/Calendar.hs, dist/build/Data/Hourglass/Calendar.o )
[ 8 of 17] Compiling Data.Hourglass.Diff ( Data/Hourglass/Diff.hs, dist/build/Data/Hourglass/Diff.o )

Data/Hourglass/Diff.hs:22:1: warning: [-Wunused-imports]
    The import of ‘Data.Monoid’ is redundant
      except perhaps to import instances from ‘Data.Monoid’
    To import instances alone, use: import Data.Monoid()
[ 9 of 17] Compiling Data.Hourglass.Time ( Data/Hourglass/Time.hs, dist/build/Data/Hourglass/Time.o )
[10 of 17] Compiling Data.Hourglass.Epoch ( Data/Hourglass/Epoch.hs, dist/build/Data/Hourglass/Epoch.o )
[11 of 17] Compiling Data.Hourglass.Local ( Data/Hourglass/Local.hs, dist/build/Data/Hourglass/Local.o )

Data/Hourglass/Local.hs:62:1: warning: [-Wredundant-constraints]
    • Redundant constraint: Time t
    • In the type signature for:
           localTime :: Time t => TimezoneOffset -> t -> LocalTime t
[12 of 17] Compiling Time.System      ( Time/System.hs, dist/build/Time/System.o )

Time/System.hs:23:1: warning: [-Wunused-imports]
    The import of ‘Control.Applicative’ is redundant
      except perhaps to import instances from ‘Control.Applicative’
    To import instances alone, use: import Control.Applicative()
[13 of 17] Compiling System.Hourglass ( System/Hourglass.hs, dist/build/System/Hourglass.o )
[14 of 17] Compiling Data.Hourglass.Format ( Data/Hourglass/Format.hs, dist/build/Data/Hourglass/Format.o )
[15 of 17] Compiling Data.Hourglass   ( Data/Hourglass.hs, dist/build/Data/Hourglass.o )

Data/Hourglass.hs:40:1: warning: [-Wunused-imports]
    The import of ‘daysInMonth’
    from module ‘Data.Hourglass.Calendar’ is redundant
[16 of 17] Compiling Time.Compat      ( Time/Compat.hs, dist/build/Time/Compat.o )
[17 of 17] Compiling Data.Hourglass.Compat ( Data/Hourglass/Compat.hs, dist/build/Data/Hourglass/Compat.o )
Running Haddock for hourglass-0.2.10...
Running hscolour for hourglass-0.2.10...
Preprocessing library hourglass-0.2.10...
Preprocessing library hourglass-0.2.10...

Data/Hourglass/Utils.hs:13:1: warning: [-Wredundant-constraints]
    • Redundant constraints: (Ord a, Num a)
    • In the type signature for:
           pad2 :: (Show a, Ord a, Num a, Integral a) => a -> String

Data/Hourglass/Utils.hs:19:1: warning: [-Wredundant-constraints]
    • Redundant constraints: (Ord a, Num a)
    • In the type signature for:
           pad4 :: (Show a, Ord a, Num a, Integral a) => a -> String

Data/Hourglass/Utils.hs:28:1: warning: [-Wredundant-constraints]
    • Redundant constraints: (Ord a, Num a, Integral a)
    • In the type signature for:
           padN :: (Show a, Ord a, Num a, Integral a) => Int -> a -> String

Data/Hourglass/Internal/Unix.hs:24:1: warning: [-Wunused-imports]
    The import of ‘Control.Applicative’ is redundant
      except perhaps to import instances from ‘Control.Applicative’
    To import instances alone, use: import Control.Applicative()

Data/Hourglass/Diff.hs:22:1: warning: [-Wunused-imports]
    The import of ‘Data.Monoid’ is redundant
      except perhaps to import instances from ‘Data.Monoid’
    To import instances alone, use: import Data.Monoid()

Data/Hourglass/Local.hs:62:1: warning: [-Wredundant-constraints]
    • Redundant constraint: Time t
    • In the type signature for:
           localTime :: Time t => TimezoneOffset -> t -> LocalTime t

Time/System.hs:23:1: warning: [-Wunused-imports]
    The import of ‘Control.Applicative’ is redundant
      except perhaps to import instances from ‘Control.Applicative’
    To import instances alone, use: import Control.Applicative()

Data/Hourglass.hs:40:1: warning: [-Wunused-imports]
    The import of ‘daysInMonth’
    from module ‘Data.Hourglass.Calendar’ is redundant
Haddock coverage:
 100% (  4 /  4) in 'Data.Hourglass.Zone'
 100% (  4 /  4) in 'Data.Hourglass.Utils'
 100% ( 23 / 23) in 'Time.Types'
 100% (  2 /  2) in 'Data.Hourglass.Types'
 100% (  6 /  6) in 'Data.Hourglass.Internal.Unix'
 100% (  6 /  6) in 'Data.Hourglass.Internal'
 100% ( 11 / 11) in 'Data.Hourglass.Calendar'
 100% (  8 /  8) in 'Data.Hourglass.Diff'
 100% ( 21 / 21) in 'Data.Hourglass.Time'
 100% (  9 /  9) in 'Data.Hourglass.Epoch'
 100% ( 12 / 12) in 'Data.Hourglass.Local'
 100% ( 10 / 10) in 'Time.System'
 100% (  2 /  2) in 'System.Hourglass'
 100% ( 17 / 17) in 'Data.Hourglass.Format'
 100% ( 56 / 56) in 'Data.Hourglass'
 100% (  4 /  4) in 'Time.Compat'
 100% (  2 /  2) in 'Data.Hourglass.Compat'
Documentation created: dist/doc/html/hourglass/index.html,
dist/doc/html/hourglass/hourglass.txt
Creating package registration file:
/tmp/pkgConf-hourglass-0.22145174067468703135.10
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20160521/hourglass-0.2.10-I8h0J4RSF89FN6CuD9x2Xx
Registering hourglass-0.2.10...
cabal: Leaving directory '/tmp/cabal-tmp-1207/hourglass-0.2.10'
Installed hourglass-0.2.10
cabal: Entering directory '/tmp/cabal-tmp-1207/memory-0.13'
Configuring memory-0.13...
Building memory-0.13...
Preprocessing library memory-0.13...
[ 1 of 28] Compiling Data.Memory.MemMap.Posix ( dist/build/Data/Memory/MemMap/Posix.hs, dist/build/Data/Memory/MemMap/Posix.o )
[ 2 of 28] Compiling Data.Memory.Internal.DeepSeq ( Data/Memory/Internal/DeepSeq.hs, dist/build/Data/Memory/Internal/DeepSeq.o )
[ 3 of 28] Compiling Data.Memory.Internal.CompatPrim64 ( Data/Memory/Internal/CompatPrim64.hs, dist/build/Data/Memory/Internal/CompatPrim64.o )
[ 4 of 28] Compiling Data.Memory.Internal.CompatPrim ( Data/Memory/Internal/CompatPrim.hs, dist/build/Data/Memory/Internal/CompatPrim.o )
[ 5 of 28] Compiling Data.Memory.Internal.Scrubber ( Data/Memory/Internal/Scrubber.hs, dist/build/Data/Memory/Internal/Scrubber.o )
[ 6 of 28] Compiling Data.Memory.ExtendedWords ( Data/Memory/ExtendedWords.hs, dist/build/Data/Memory/ExtendedWords.o )
[ 7 of 28] Compiling Data.Memory.Internal.Imports ( Data/Memory/Internal/Imports.hs, dist/build/Data/Memory/Internal/Imports.o )
[ 8 of 28] Compiling Data.Memory.PtrMethods ( Data/Memory/PtrMethods.hs, dist/build/Data/Memory/PtrMethods.o )
[ 9 of 28] Compiling Data.Memory.Internal.Compat ( Data/Memory/Internal/Compat.hs, dist/build/Data/Memory/Internal/Compat.o )
[10 of 28] Compiling Data.Memory.Encoding.Base16 ( Data/Memory/Encoding/Base16.hs, dist/build/Data/Memory/Encoding/Base16.o )
[11 of 28] Compiling Data.Memory.Encoding.Base32 ( Data/Memory/Encoding/Base32.hs, dist/build/Data/Memory/Encoding/Base32.o )
[12 of 28] Compiling Data.Memory.Encoding.Base64 ( Data/Memory/Encoding/Base64.hs, dist/build/Data/Memory/Encoding/Base64.o )
[13 of 28] Compiling Data.Memory.Endian ( Data/Memory/Endian.hs, dist/build/Data/Memory/Endian.o )

Data/Memory/Endian.hs:90:1: warning: [-Wredundant-constraints]
    • Redundant constraint: ByteSwap a
    • In the type signature for:
           toLE :: ByteSwap a => a -> LE a

Data/Memory/Endian.hs:101:1: warning: [-Wredundant-constraints]
    • Redundant constraint: ByteSwap a
    • In the type signature for:
           fromLE :: ByteSwap a => LE a -> a
[14 of 28] Compiling Data.Memory.Hash.SipHash ( Data/Memory/Hash/SipHash.hs, dist/build/Data/Memory/Hash/SipHash.o )
[15 of 28] Compiling Data.Memory.Hash.FNV ( Data/Memory/Hash/FNV.hs, dist/build/Data/Memory/Hash/FNV.o )
[16 of 28] Compiling Data.ByteArray.Types ( Data/ByteArray/Types.hs, dist/build/Data/ByteArray/Types.o )

Data/ByteArray/Types.hs:15:1: warning: [-Wunused-imports]
    The import of ‘Data.Monoid’ is redundant
      except perhaps to import instances from ‘Data.Monoid’
    To import instances alone, use: import Data.Monoid()
[17 of 28] Compiling Data.ByteArray.Bytes ( Data/ByteArray/Bytes.hs, dist/build/Data/ByteArray/Bytes.o )

Data/ByteArray/Bytes.hs:20:1: warning: [-Wunused-imports]
    The import of ‘Data.Monoid’ is redundant
      except perhaps to import instances from ‘Data.Monoid’
    To import instances alone, use: import Data.Monoid()
[18 of 28] Compiling Data.ByteArray.ScrubbedBytes ( Data/ByteArray/ScrubbedBytes.hs, dist/build/Data/ByteArray/ScrubbedBytes.o )

Data/ByteArray/ScrubbedBytes.hs:19:1: warning: [-Wunused-imports]
    The import of ‘Data.Monoid’ is redundant
      except perhaps to import instances from ‘Data.Monoid’
    To import instances alone, use: import Data.Monoid()
[19 of 28] Compiling Data.ByteArray.MemView ( Data/ByteArray/MemView.hs, dist/build/Data/ByteArray/MemView.o )
[20 of 28] Compiling Data.ByteArray.Pack.Internal ( Data/ByteArray/Pack/Internal.hs, dist/build/Data/ByteArray/Pack/Internal.o )

Data/ByteArray/Pack/Internal.hs:20:1: warning: [-Wunused-imports]
    The import of ‘Data.Memory.Internal.Imports’ is redundant
      except perhaps to import instances from ‘Data.Memory.Internal.Imports’
    To import instances alone, use: import Data.Memory.Internal.Imports()
[21 of 28] Compiling Data.ByteArray.Methods ( Data/ByteArray/Methods.hs, dist/build/Data/ByteArray/Methods.o )
[22 of 28] Compiling Data.ByteArray.View ( Data/ByteArray/View.hs, dist/build/Data/ByteArray/View.o )
[23 of 28] Compiling Data.ByteArray.Encoding ( Data/ByteArray/Encoding.hs, dist/build/Data/ByteArray/Encoding.o )
[24 of 28] Compiling Data.ByteArray.Mapping ( Data/ByteArray/Mapping.hs, dist/build/Data/ByteArray/Mapping.o )

Data/ByteArray/Mapping.hs:16:1: warning: [-Wunused-imports]
    The import of ‘Data.Bits’ is redundant
      except perhaps to import instances from ‘Data.Bits’
    To import instances alone, use: import Data.Bits()
[25 of 28] Compiling Data.ByteArray.Parse ( Data/ByteArray/Parse.hs, dist/build/Data/ByteArray/Parse.o )

Data/ByteArray/Parse.hs:114:1: warning: [-Wredundant-constraints]
    • Redundant constraint: ByteArrayAccess byteArray
    • In the type signature for:
           parse :: ByteArrayAccess byteArray =>
                    Parser byteArray a -> byteArray -> Result byteArray a

Data/ByteArray/Parse.hs:183:1: warning: [-Wredundant-constraints]
    • Redundant constraint: Eq ba
    • In the type signature for:
           bytes :: (Show ba, Eq ba, ByteArray ba) => ba -> Parser ba ()
[26 of 28] Compiling Data.ByteArray.Hash ( Data/ByteArray/Hash.hs, dist/build/Data/ByteArray/Hash.o )
[27 of 28] Compiling Data.ByteArray   ( Data/ByteArray.hs, dist/build/Data/ByteArray.o )
[28 of 28] Compiling Data.ByteArray.Pack ( Data/ByteArray/Pack.hs, dist/build/Data/ByteArray/Pack.o )
Running Haddock for memory-0.13...
Running hscolour for memory-0.13...
Preprocessing library memory-0.13...
Preprocessing library memory-0.13...

Data/Memory/Endian.hs:90:1: warning: [-Wredundant-constraints]
    • Redundant constraint: ByteSwap a
    • In the type signature for:
           toLE :: ByteSwap a => a -> LE a

Data/Memory/Endian.hs:101:1: warning: [-Wredundant-constraints]
    • Redundant constraint: ByteSwap a
    • In the type signature for:
           fromLE :: ByteSwap a => LE a -> a

Data/ByteArray/Types.hs:15:1: warning: [-Wunused-imports]
    The import of ‘Data.Monoid’ is redundant
      except perhaps to import instances from ‘Data.Monoid’
    To import instances alone, use: import Data.Monoid()

Data/ByteArray/Bytes.hs:20:1: warning: [-Wunused-imports]
    The import of ‘Data.Monoid’ is redundant
      except perhaps to import instances from ‘Data.Monoid’
    To import instances alone, use: import Data.Monoid()

Data/ByteArray/ScrubbedBytes.hs:19:1: warning: [-Wunused-imports]
    The import of ‘Data.Monoid’ is redundant
      except perhaps to import instances from ‘Data.Monoid’
    To import instances alone, use: import Data.Monoid()

Data/ByteArray/Pack/Internal.hs:20:1: warning: [-Wunused-imports]
    The import of ‘Data.Memory.Internal.Imports’ is redundant
      except perhaps to import instances from ‘Data.Memory.Internal.Imports’
    To import instances alone, use: import Data.Memory.Internal.Imports()

Data/ByteArray/Mapping.hs:16:1: warning: [-Wunused-imports]
    The import of ‘Data.Bits’ is redundant
      except perhaps to import instances from ‘Data.Bits’
    To import instances alone, use: import Data.Bits()

Data/ByteArray/Parse.hs:114:1: warning: [-Wredundant-constraints]
    • Redundant constraint: ByteArrayAccess byteArray
    • In the type signature for:
           parse :: ByteArrayAccess byteArray =>
                    Parser byteArray a -> byteArray -> Result byteArray a

Data/ByteArray/Parse.hs:183:1: warning: [-Wredundant-constraints]
    • Redundant constraint: Eq ba
    • In the type signature for:
           bytes :: (Show ba, Eq ba, ByteArray ba) => ba -> Parser ba ()
Haddock coverage:
 100% ( 15 / 15) in 'Data.Memory.MemMap.Posix'
 100% (  2 /  2) in 'Data.Memory.Internal.DeepSeq'
   3% (  1 / 31) in 'Data.Memory.Internal.CompatPrim64'
  Missing documentation for:
    Word64# (Data/Memory/Internal/CompatPrim64.hs:63)
    Int64# (Data/Memory/Internal/CompatPrim64.hs:64)
    eqInt64# (Data/Memory/Internal/CompatPrim64.hs:84)
    neInt64# (Data/Memory/Internal/CompatPrim64.hs:87)
    ltInt64# (Data/Memory/Internal/CompatPrim64.hs:90)
    leInt64# (Data/Memory/Internal/CompatPrim64.hs:93)
    gtInt64# (Data/Memory/Internal/CompatPrim64.hs:96)
    geInt64# (Data/Memory/Internal/CompatPrim64.hs:99)
    quotInt64# (Data/Memory/Internal/CompatPrim64.hs:102)
    remInt64# (Data/Memory/Internal/CompatPrim64.hs:105)
    eqWord64# (Data/Memory/Internal/CompatPrim64.hs:66)
    neWord64# (Data/Memory/Internal/CompatPrim64.hs:69)
    ltWord64# (Data/Memory/Internal/CompatPrim64.hs:72)
    leWord64# (Data/Memory/Internal/CompatPrim64.hs:75)
    gtWord64# (Data/Memory/Internal/CompatPrim64.hs:78)
    geWord64# (Data/Memory/Internal/CompatPrim64.hs:81)
    and64# (Data/Memory/Internal/CompatPrim64.hs:108)
    or64# (Data/Memory/Internal/CompatPrim64.hs:111)
    xor64# (Data/Memory/Internal/CompatPrim64.hs:114)
    not64# (Data/Memory/Internal/CompatPrim64.hs:117)
    timesWord64# (Data/Memory/Internal/CompatPrim64.hs:144)
    uncheckedShiftL64# (Data/Memory/Internal/CompatPrim64.hs:120)
    uncheckedShiftRL64# (Data/Memory/Internal/CompatPrim64.hs:123)
    int64ToWord64# (Data/Memory/Internal/CompatPrim64.hs:126)
    word64ToInt64# (Data/Memory/Internal/CompatPrim64.hs:129)
    intToInt64# (Data/Memory/Internal/CompatPrim64.hs:132)
    int64ToInt# (Data/Memory/Internal/CompatPrim64.hs:135)
    wordToWord64# (Data/Memory/Internal/CompatPrim64.hs:138)
    word64ToWord# (Data/Memory/Internal/CompatPrim64.hs:141)
    w64# (Data/Memory/Internal/CompatPrim64.hs:147)
 100% (  6 /  6) in 'Data.Memory.Internal.CompatPrim'
  50% (  1 /  2) in 'Data.Memory.Internal.Scrubber'
  Missing documentation for:
    getScrubber (Data/Memory/Internal/Scrubber.hs:20)
 100% (  2 /  2) in 'Data.Memory.ExtendedWords'
Warning: Data.Memory.Internal.Imports: Could not find documentation for exported module: X
 100% (  1 /  1) in 'Data.Memory.Internal.Imports'
 100% (  9 /  9) in 'Data.Memory.PtrMethods'
 100% (  8 /  8) in 'Data.Memory.Internal.Compat'
 100% (  4 /  4) in 'Data.Memory.Encoding.Base16'
 100% (  4 /  4) in 'Data.Memory.Encoding.Base32'
  67% (  6 /  9) in 'Data.Memory.Encoding.Base64'
  Missing documentation for:
    toBase64OpenBSD (Data/Memory/Encoding/Base64.hs:56)
    fromBase64URLUnpadded (Data/Memory/Encoding/Base64.hs:135)
    fromBase64OpenBSD (Data/Memory/Encoding/Base64.hs:132)
 100% ( 10 / 10) in 'Data.Memory.Endian'
 100% (  5 /  5) in 'Data.Memory.Hash.SipHash'
 100% (  9 /  9) in 'Data.Memory.Hash.FNV'
 100% (  3 /  3) in 'Data.ByteArray.Types'
 100% (  2 /  2) in 'Data.ByteArray.Bytes'
 100% (  2 /  2) in 'Data.ByteArray.ScrubbedBytes'
 100% (  3 /  3) in 'Data.ByteArray.MemView'
 100% (  5 /  5) in 'Data.ByteArray.Pack.Internal'
 100% ( 31 / 31) in 'Data.ByteArray.Methods'
 100% (  5 /  5) in 'Data.ByteArray.View'
 100% (  4 /  4) in 'Data.ByteArray.Encoding'
 100% (  6 /  6) in 'Data.ByteArray.Mapping'
  94% ( 17 / 18) in 'Data.ByteArray.Parse'
  Missing documentation for:
    hasMore (Data/ByteArray/Parse.hs:152)
 100% ( 13 / 13) in 'Data.ByteArray.Hash'
 100% ( 44 / 44) in 'Data.ByteArray'
 100% ( 17 / 17) in 'Data.ByteArray.Pack'
Warning: Data.Memory.Endian: could not find link destinations for:
    byteSwap
Documentation created: dist/doc/html/memory/index.html,
dist/doc/html/memory/memory.txt
Creating package registration file:
/tmp/pkgConf-memory-010966897722086206725.13
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20160521/memory-0.13-9YH63fsEcp4AuUH5L0KHp
Registering memory-0.13...
cabal: Leaving directory '/tmp/cabal-tmp-1207/memory-0.13'
Installed memory-0.13
cabal: Entering directory '/tmp/cabal-tmp-1207/asn1-types-0.3.2'
Configuring asn1-types-0.3.2...
Building asn1-types-0.3.2...
Preprocessing library asn1-types-0.3.2...
[1 of 6] Compiling Data.ASN1.Types.String ( Data/ASN1/Types/String.hs, dist/build/Data/ASN1/Types/String.o )

Data/ASN1/Types/String.hs:154:22: warning: [-Wname-shadowing]
    This binding for ‘b’ shadows the existing binding
      bound at Data/ASN1/Types/String.hs:151:13
[2 of 6] Compiling Data.ASN1.Types.Lowlevel ( Data/ASN1/Types/Lowlevel.hs, dist/build/Data/ASN1/Types/Lowlevel.o )
[3 of 6] Compiling Data.ASN1.OID    ( Data/ASN1/OID.hs, dist/build/Data/ASN1/OID.o )
[4 of 6] Compiling Data.ASN1.BitArray ( Data/ASN1/BitArray.hs, dist/build/Data/ASN1/BitArray.o )
[5 of 6] Compiling Data.ASN1.Types  ( Data/ASN1/Types.hs, dist/build/Data/ASN1/Types.o )
[6 of 6] Compiling Data.ASN1.Pretty ( Data/ASN1/Pretty.hs, dist/build/Data/ASN1/Pretty.o )
Running Haddock for asn1-types-0.3.2...
Running hscolour for asn1-types-0.3.2...
Preprocessing library asn1-types-0.3.2...
Preprocessing library asn1-types-0.3.2...

Data/ASN1/Types/String.hs:154:22: warning: [-Wname-shadowing]
    This binding for ‘b’ shadows the existing binding
      bound at Data/ASN1/Types/String.hs:151:13
Haddock coverage:
 100% (  5 /  5) in 'Data.ASN1.Types.String'
 100% (  8 /  8) in 'Data.ASN1.Types.Lowlevel'
 100% (  5 /  5) in 'Data.ASN1.OID'
 100% ( 10 / 10) in 'Data.ASN1.BitArray'
 100% ( 13 / 13) in 'Data.ASN1.Types'
  67% (  2 /  3) in 'Data.ASN1.Pretty'
  Missing documentation for:
    PrettyType (Data/ASN1/Pretty.hs:19)
Documentation created: dist/doc/html/asn1-types/index.html,
dist/doc/html/asn1-types/asn1-types.txt
Creating package registration file:
/tmp/pkgConf-asn1-types-0.33374538261081174232.2
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20160521/asn1-types-0.3.2-7OJ0HzVkSNEBIwzF1QvaHd
Registering asn1-types-0.3.2...
cabal: Leaving directory '/tmp/cabal-tmp-1207/asn1-types-0.3.2'
Installed asn1-types-0.3.2
Downloading asn1-encoding-0.9.4...
cabal: Entering directory '/tmp/cabal-tmp-1207/asn1-encoding-0.9.4'
Configuring asn1-encoding-0.9.4...
Building asn1-encoding-0.9.4...
Preprocessing library asn1-encoding-0.9.4...
[ 1 of 12] Compiling Data.ASN1.Get    ( Data/ASN1/Get.hs, dist/build/Data/ASN1/Get.o )
[ 2 of 12] Compiling Data.ASN1.Internal ( Data/ASN1/Internal.hs, dist/build/Data/ASN1/Internal.o )
[ 3 of 12] Compiling Data.ASN1.Serialize ( Data/ASN1/Serialize.hs, dist/build/Data/ASN1/Serialize.o )
[ 4 of 12] Compiling Data.ASN1.Object ( Data/ASN1/Object.hs, dist/build/Data/ASN1/Object.o )
[ 5 of 12] Compiling Data.ASN1.BinaryEncoding.Writer ( Data/ASN1/BinaryEncoding/Writer.hs, dist/build/Data/ASN1/BinaryEncoding/Writer.o )
[ 6 of 12] Compiling Data.ASN1.Stream ( Data/ASN1/Stream.hs, dist/build/Data/ASN1/Stream.o )
[ 7 of 12] Compiling Data.ASN1.Error  ( Data/ASN1/Error.hs, dist/build/Data/ASN1/Error.o )
[ 8 of 12] Compiling Data.ASN1.Encoding ( Data/ASN1/Encoding.hs, dist/build/Data/ASN1/Encoding.o )
[ 9 of 12] Compiling Data.ASN1.BinaryEncoding.Parse ( Data/ASN1/BinaryEncoding/Parse.hs, dist/build/Data/ASN1/BinaryEncoding/Parse.o )
[10 of 12] Compiling Data.ASN1.BinaryEncoding.Raw ( Data/ASN1/BinaryEncoding/Raw.hs, dist/build/Data/ASN1/BinaryEncoding/Raw.o )
[11 of 12] Compiling Data.ASN1.Prim   ( Data/ASN1/Prim.hs, dist/build/Data/ASN1/Prim.o )

Data/ASN1/Prim.hs:59:1: warning: [-Wunused-imports]
    The import of ‘Control.Applicative’ is redundant
      except perhaps to import instances from ‘Control.Applicative’
    To import instances alone, use: import Control.Applicative()
[12 of 12] Compiling Data.ASN1.BinaryEncoding ( Data/ASN1/BinaryEncoding.hs, dist/build/Data/ASN1/BinaryEncoding.o )
Running Haddock for asn1-encoding-0.9.4...
Running hscolour for asn1-encoding-0.9.4...
Preprocessing library asn1-encoding-0.9.4...
Preprocessing library asn1-encoding-0.9.4...

Data/ASN1/Prim.hs:59:1: warning: [-Wunused-imports]
    The import of ‘Control.Applicative’ is redundant
      except perhaps to import instances from ‘Control.Applicative’
    To import instances alone, use: import Control.Applicative()
Haddock coverage:
  67% (  6 /  9) in 'Data.ASN1.Get'
  Missing documentation for:
    Input (Data/ASN1/Get.hs:60)
    runGet (Data/ASN1/Get.hs:133)
    getWord8 (Data/ASN1/Get.hs:195)
  67% (  4 /  6) in 'Data.ASN1.Internal'
  Missing documentation for:
    bytesOfUInt (Data/ASN1/Internal.hs:26)
    putVarEncodingIntegral (Data/ASN1/Internal.hs:64)
 100% (  3 /  3) in 'Data.ASN1.Serialize'
 100% (  2 /  2) in 'Data.ASN1.Object'
 100% (  3 /  3) in 'Data.ASN1.BinaryEncoding.Writer'
  25% (  1 /  4) in 'Data.ASN1.Stream'
  Missing documentation for:
    ASN1Repr (Data/ASN1/Stream.hs:20)
    getConstructedEnd (Data/ASN1/Stream.hs:22)
    getConstructedEndRepr (Data/ASN1/Stream.hs:30)
 100% (  3 /  3) in 'Data.ASN1.Error'
 100% (  9 /  9) in 'Data.ASN1.Encoding'
 100% ( 10 / 10) in 'Data.ASN1.BinaryEncoding.Parse'
 100% ( 13 / 13) in 'Data.ASN1.BinaryEncoding.Raw'
  31% (  8 / 26) in 'Data.ASN1.Prim'
  Missing documentation for:
    encodeHeader (Data/ASN1/Prim.hs:62)
    encodePrimitiveHeader (Data/ASN1/Prim.hs:92)
    encodePrimitive (Data/ASN1/Prim.hs:109)
    decodePrimitive (Data/ASN1/Prim.hs:158)
    encodeConstructed (Data/ASN1/Prim.hs:140)
    encodeList (Data/ASN1/Prim.hs:126)
    encodeOne (Data/ASN1/Prim.hs:122)
    mkSmallestLength (Data/ASN1/Prim.hs:150)
    getBoolean (Data/ASN1/Prim.hs:190)
    getBitString (Data/ASN1/Prim.hs:222)
    getOctetString (Data/ASN1/Prim.hs:234)
    getNull (Data/ASN1/Prim.hs:237)
    getTime (Data/ASN1/Prim.hs:261)
    putTime (Data/ASN1/Prim.hs:331)
    putInteger (Data/ASN1/Prim.hs:343)
    putBitString (Data/ASN1/Prim.hs:346)
    putString (Data/ASN1/Prim.hs:351)
    putOID (Data/ASN1/Prim.hs:355)
 100% (  3 /  3) in 'Data.ASN1.BinaryEncoding'
Documentation created: dist/doc/html/asn1-encoding/index.html,
dist/doc/html/asn1-encoding/asn1-encoding.txt
Creating package registration file:
/tmp/pkgConf-asn1-encoding-0.913883915211272796157.4
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20160521/asn1-encoding-0.9.4-G3Eu427lfih60n7Hu41ILm
Registering asn1-encoding-0.9.4...
cabal: Leaving directory '/tmp/cabal-tmp-1207/asn1-encoding-0.9.4'
Installed asn1-encoding-0.9.4

Test log

No test log was submitted for this report.