Build #1 for cipher-des-0.0.5

[all reports]

Package cipher-des-0.0.5
Install InstallOk
Docs Ok
Tests NotTried
Time submitted unknown
Compiler ghc-7.6.3
OS linux
Arch x86_64
Dependencies securemem-0.1.3, crypto-cipher-types-0.0.7, bytestring-0.10.0.2, byteable-0.1.1, base-4.6.0.1
Flags none

Code Coverage

No Code Coverage was submitted for this report.

Build log

[view raw]

Configuring cipher-des-0.0.5...
Dependency base ==4.6.0.1: using base-4.6.0.1
Dependency byteable ==0.1.1: using byteable-0.1.1
Dependency bytestring ==0.10.0.2: using bytestring-0.10.0.2
Dependency crypto-cipher-types ==0.0.7: using crypto-cipher-types-0.0.7
Dependency securemem ==0.1.3: using securemem-0.1.3
Using Cabal-1.16.0.3 compiled by ghc-7.6
Using compiler: ghc-7.6.3
Using install prefix: /srv/hackage/var/build/cache/inst
Binaries installed in: /srv/hackage/var/build/cache/inst/bin
Libraries installed in:
/srv/hackage/var/build/cache/inst/lib/cipher-des-0.0.5/ghc-7.6.3
Private binaries installed in: /srv/hackage/var/build/cache/inst/libexec
Data files installed in:
/srv/hackage/var/build/cache/inst/share/cipher-des-0.0.5
Documentation installed in:
/srv/hackage/var/build/cache/inst/share/doc/cipher-des-0.0.5
Using alex version 3.0.1 found on system at: /usr/bin/alex
Using ar found on system at: /usr/bin/ar
No c2hs found
No cpphs found
No ffihugs found
Using gcc version 4.7 found on system at: /usr/bin/gcc
Using ghc version 7.6.3 found on system at: /usr/local/bin/ghc
Using ghc-pkg version 7.6.3 found on system at: /usr/local/bin/ghc-pkg
No greencard found
Using haddock version 2.13.2 found on system at: /usr/local/bin/haddock
Using happy version 1.18.9 found on system at: /usr/bin/happy
No hmake found
Using hpc version 0.6 found on system at: /usr/local/bin/hpc
Using hsc2hs version 0.67 found on system at: /usr/local/bin/hsc2hs
Using hscolour version 1.19 found on system at: /usr/bin/HsColour
No hugs found
No jhc found
Using ld found on system at: /usr/bin/ld
No lhc found
No lhc-pkg found
No nhc98 found
No pkg-config found
Using ranlib found on system at: /usr/bin/ranlib
Using strip found on system at: /usr/bin/strip
Using tar found on system at: /bin/tar
No uhc found
creating dist/build
creating dist/build/autogen
Building cipher-des-0.0.5...
Preprocessing library cipher-des-0.0.5...
Building library...
creating dist/build
/usr/local/bin/ghc --make -fbuilding-cabal-package -odir dist/build -hidir dist/build -stubdir dist/build -i -idist/build -i. -idist/build/autogen -Idist/build/autogen -Idist/build -optP-DARCH_IS_LITTLE_ENDIAN -optP-include -optPdist/build/autogen/cabal_macros.h -package-name cipher-des-0.0.5 -hide-all-packages -package-db /srv/hackage/var/build/cache/inst/local.conf.d -package-db dist/package.conf.inplace -package-id base-4.6.0.1-8aa5d403c45ea59dcd2c39f123e27d57 -package-id byteable-0.1.1-4d9d72c7dde68b308df67ba82f0dfed1 -package-id bytestring-0.10.0.2-4f93248f75667c2c3321a7a6761b576f -package-id crypto-cipher-types-0.0.7-b5236bf2ccb16ec354285d7c2cd98821 -package-id securemem-0.1.3-9915ea2292686c38a60fa6e5914b9669 -XHaskell98 Crypto.Cipher.DES Crypto.Cipher.TripleDES Crypto.Cipher.DES.Primitive Crypto.Cipher.DES.Serialization -Wall -optc-O3 -fno-cse -fwarn-tabs -O0
[1 of 4] Compiling Crypto.Cipher.DES.Primitive ( Crypto/Cipher/DES/Primitive.hs, dist/build/Crypto/Cipher/DES/Primitive.o )

Crypto/Cipher/DES/Primitive.hs:24:6: Warning:
    Defined but not used: type constructor or class `BitsX'

Crypto/Cipher/DES/Primitive.hs:32:10: Warning:
    No explicit method or default declaration for `+'
    In the instance declaration for `Num [Bool]'

Crypto/Cipher/DES/Primitive.hs:32:10: Warning:
    No explicit method or default declaration for `*'
    In the instance declaration for `Num [Bool]'

Crypto/Cipher/DES/Primitive.hs:32:10: Warning:
    No explicit method or default declaration for `abs'
    In the instance declaration for `Num [Bool]'

Crypto/Cipher/DES/Primitive.hs:32:10: Warning:
    No explicit method or default declaration for `signum'
    In the instance declaration for `Num [Bool]'

Crypto/Cipher/DES/Primitive.hs:32:10: Warning:
    No explicit method or default declaration for `fromInteger'
    In the instance declaration for `Num [Bool]'

Crypto/Cipher/DES/Primitive.hs:34:10: Warning:
    No explicit method or default declaration for `.&.'
    In the instance declaration for `Bits [Bool]'

Crypto/Cipher/DES/Primitive.hs:34:10: Warning:
    No explicit method or default declaration for `.|.'
    In the instance declaration for `Bits [Bool]'

Crypto/Cipher/DES/Primitive.hs:34:10: Warning:
    No explicit method or default declaration for `complement'
    In the instance declaration for `Bits [Bool]'

Crypto/Cipher/DES/Primitive.hs:34:10: Warning:
    No explicit method or default declaration for `bit'
    In the instance declaration for `Bits [Bool]'

Crypto/Cipher/DES/Primitive.hs:34:10: Warning:
    No explicit method or default declaration for `testBit'
    In the instance declaration for `Bits [Bool]'

Crypto/Cipher/DES/Primitive.hs:34:10: Warning:
    No explicit method or default declaration for `bitSize'
    In the instance declaration for `Bits [Bool]'

Crypto/Cipher/DES/Primitive.hs:34:10: Warning:
    No explicit method or default declaration for `isSigned'
    In the instance declaration for `Bits [Bool]'

Crypto/Cipher/DES/Primitive.hs:34:10: Warning:
    No explicit method or default declaration for `popCount'
    In the instance declaration for `Bits [Bool]'

Crypto/Cipher/DES/Primitive.hs:110:1: Warning:
    Pattern match(es) are non-exhaustive
    In an equation for `s_box':
        Patterns not matched:
            _ []
            _ [_]
            _ [_, _]
            _ [_, _, _]
            ...

Crypto/Cipher/DES/Primitive.hs:110:25: Warning:
    Defaulting the following constraint(s) to type `Integer'
      (Eq a0)
        arising from a use of `to_bool'
        at Crypto/Cipher/DES/Primitive.hs:110:25-31
      (Num a0)
        arising from a use of `to_bool'
        at Crypto/Cipher/DES/Primitive.hs:110:25-31
    In the expression: to_bool 4
    In the expression: to_bool 4 $ (s !! row) !! col
    In an equation for `s_box':
        s_box s [a, b, c, d, e, f]
          = to_bool 4 $ (s !! row) !! col
          where
              row = sum $ zipWith numericise [a, ....] [1, ....]
              col = sum $ zipWith numericise [b, ....] [3, ....]
              numericise = (\ x y -> if x then 2 ^ y else 0)
              to_bool 0 _ = []
              to_bool n i = ((i .&. 8) == 8) : to_bool (n - 1) (shiftL i 1)

Crypto/Cipher/DES/Primitive.hs:113:41: Warning:
    Defaulting the following constraint(s) to type `Integer'
      (Integral b0)
        arising from a use of `^' at Crypto/Cipher/DES/Primitive.hs:113:41
      (Num b0)
        arising from the literal `3'
        at Crypto/Cipher/DES/Primitive.hs:112:50
    In the expression: 2 ^ y
    In the expression: if x then 2 ^ y else 0
    In the expression: (\ x y -> if x then 2 ^ y else 0)

Crypto/Cipher/DES/Primitive.hs:32:10: Warning:
    Orphan instance: instance Num [Bool]

Crypto/Cipher/DES/Primitive.hs:34:10: Warning:
    Orphan instance: instance Bits [Bool]
[2 of 4] Compiling Crypto.Cipher.DES.Serialization ( Crypto/Cipher/DES/Serialization.hs, dist/build/Crypto/Cipher/DES/Serialization.o )
[3 of 4] Compiling Crypto.Cipher.TripleDES ( Crypto/Cipher/TripleDES.hs, dist/build/Crypto/Cipher/TripleDES.o )
[4 of 4] Compiling Crypto.Cipher.DES ( Crypto/Cipher/DES.hs, dist/build/Crypto/Cipher/DES.o )
Linking...
/usr/bin/ar -r dist/build/libHScipher-des-0.0.5.a dist/build/Crypto/Cipher/DES.o dist/build/Crypto/Cipher/TripleDES.o dist/build/Crypto/Cipher/DES/Primitive.o dist/build/Crypto/Cipher/DES/Serialization.o
/usr/bin/ar: creating dist/build/libHScipher-des-0.0.5.a
In-place registering cipher-des-0.0.5...
/usr/local/bin/ghc-pkg update - --global --user --package-db=/srv/hackage/var/build/cache/inst/local.conf.d --package-db=dist/package.conf.inplace --no-user-package-conf
Running Haddock for cipher-des-0.0.5...
/usr/local/bin/haddock --ghc-version --built-in-themes
creating dist/build
creating dist/build/autogen
Running hscolour for cipher-des-0.0.5...
creating dist/doc/html/cipher-des
creating dist/doc/html
creating dist/doc
creating dist/doc/html
creating dist/doc/html/cipher-des
Preprocessing library cipher-des-0.0.5...
creating dist/doc/html/cipher-des/src
/usr/bin/HsColour -print-css -odist/doc/html/cipher-des/src/hscolour.css
/usr/bin/HsColour -css -anchor -odist/doc/html/cipher-des/src/Crypto-Cipher-DES.html Crypto/Cipher/DES.hs
/usr/bin/HsColour -css -anchor -odist/doc/html/cipher-des/src/Crypto-Cipher-TripleDES.html Crypto/Cipher/TripleDES.hs
/usr/bin/HsColour -css -anchor -odist/doc/html/cipher-des/src/Crypto-Cipher-DES-Primitive.html Crypto/Cipher/DES/Primitive.hs
/usr/bin/HsColour -css -anchor -odist/doc/html/cipher-des/src/Crypto-Cipher-DES-Serialization.html Crypto/Cipher/DES/Serialization.hs
/usr/local/bin/ghc --print-libdir -O0
Preprocessing library cipher-des-0.0.5...
Warning: The documentation for the following packages are not installed. No
links will be generated to these packages: rts-1.0
copy Crypto/Cipher/DES.hs to dist/build/tmp-2876/Crypto/Cipher/DES.hs
copy Crypto/Cipher/TripleDES.hs to
dist/build/tmp-2876/Crypto/Cipher/TripleDES.hs
copy Crypto/Cipher/DES/Primitive.hs to
dist/build/tmp-2876/Crypto/Cipher/DES/Primitive.hs
copy Crypto/Cipher/DES/Serialization.hs to
dist/build/tmp-2876/Crypto/Cipher/DES/Serialization.hs
creating dist/doc/html/cipher-des
/usr/local/bin/haddock --prologue=dist/doc/html/cipher-des/haddock-prolog2876.txt --dump-interface=dist/doc/html/cipher-des/cipher-des.haddock --optghc=-package-name --optghc=cipher-des-0.0.5 --hide=Crypto.Cipher.DES.Primitive --hide=Crypto.Cipher.DES.Serialization --source-module=src/%{MODULE/./-}.html --source-entity=src/%{MODULE/./-}.html#%{NAME} --use-contents=/package/cipher-des-0.0.5 --verbosity=1 --html --read-interface=/package/array-0.4.0.1/docs,/usr/local/share/doc/ghc/html/libraries/array-0.4.0.1/array.haddock --read-interface=/package/base-4.6.0.1/docs,/usr/local/share/doc/ghc/html/libraries/base-4.6.0.1/base.haddock --read-interface=/package/byteable-0.1.1/docs,/srv/hackage/var/build/cache/inst/share/doc/cipher-des-0.0.5/html/byteable.haddock --read-interface=/package/bytestring-0.10.0.2/docs,/usr/local/share/doc/ghc/html/libraries/bytestring-0.10.0.2/bytestring.haddock --read-interface=/package/crypto-cipher-types-0.0.7/docs,/srv/hackage/var/build/cache/inst/share/doc/cipher-des-0.0.5/html/crypto-cipher-types.haddock --read-interface=/package/deepseq-1.3.0.1/docs,/usr/local/share/doc/ghc/html/libraries/deepseq-1.3.0.1/deepseq.haddock --read-interface=/package/ghc-prim-0.3.0.0/docs,/usr/local/share/doc/ghc/html/libraries/ghc-prim-0.3.0.0/ghc-prim.haddock --read-interface=/package/integer-gmp-0.5.0.0/docs,/usr/local/share/doc/ghc/html/libraries/integer-gmp-0.5.0.0/integer-gmp.haddock --read-interface=/package/securemem-0.1.3/docs,/srv/hackage/var/build/cache/inst/share/doc/cipher-des-0.0.5/html/securemem.haddock --odir=dist/doc/html/cipher-des/ --title=cipher-des-0.0.5: DES and 3DES primitives --optghc=-fbuilding-cabal-package --optghc=-odir --optghc=dist/build/tmp-2876 --optghc=-hidir --optghc=dist/build/tmp-2876 --optghc=-stubdir --optghc=dist/build/tmp-2876 --optghc=-i --optghc=-idist/build --optghc=-i. --optghc=-idist/build/autogen --optghc=-Idist/build/autogen --optghc=-Idist/build --optghc=-optP-DARCH_IS_LITTLE_ENDIAN --optghc=-optP-include --optghc=-optPdist/build/autogen/cabal_macros.h --optghc=-hide-all-packages --optghc=-package-db --optghc=/srv/hackage/var/build/cache/inst/local.conf.d --optghc=-package-id --optghc=base-4.6.0.1-8aa5d403c45ea59dcd2c39f123e27d57 --optghc=-package-id --optghc=byteable-0.1.1-4d9d72c7dde68b308df67ba82f0dfed1 --optghc=-package-id --optghc=bytestring-0.10.0.2-4f93248f75667c2c3321a7a6761b576f --optghc=-package-id --optghc=crypto-cipher-types-0.0.7-b5236bf2ccb16ec354285d7c2cd98821 --optghc=-package-id --optghc=securemem-0.1.3-9915ea2292686c38a60fa6e5914b9669 --optghc=-XHaskell98 --optghc=-Wall --optghc=-optc-O3 --optghc=-fno-cse --optghc=-fwarn-tabs -B/usr/local/lib/ghc-7.6.3 dist/build/tmp-2876/Crypto/Cipher/DES.hs dist/build/tmp-2876/Crypto/Cipher/TripleDES.hs dist/build/tmp-2876/Crypto/Cipher/DES/Primitive.hs dist/build/tmp-2876/Crypto/Cipher/DES/Serialization.hs --built-in-themes

dist/build/tmp-2876/Crypto/Cipher/DES/Primitive.hs:24:6: Warning:
    Defined but not used: type constructor or class `BitsX'

dist/build/tmp-2876/Crypto/Cipher/DES/Primitive.hs:32:10: Warning:
    No explicit method or default declaration for `+'
    In the instance declaration for `Num [Bool]'

dist/build/tmp-2876/Crypto/Cipher/DES/Primitive.hs:32:10: Warning:
    No explicit method or default declaration for `*'
    In the instance declaration for `Num [Bool]'

dist/build/tmp-2876/Crypto/Cipher/DES/Primitive.hs:32:10: Warning:
    No explicit method or default declaration for `abs'
    In the instance declaration for `Num [Bool]'

dist/build/tmp-2876/Crypto/Cipher/DES/Primitive.hs:32:10: Warning:
    No explicit method or default declaration for `signum'
    In the instance declaration for `Num [Bool]'

dist/build/tmp-2876/Crypto/Cipher/DES/Primitive.hs:32:10: Warning:
    No explicit method or default declaration for `fromInteger'
    In the instance declaration for `Num [Bool]'

dist/build/tmp-2876/Crypto/Cipher/DES/Primitive.hs:34:10: Warning:
    No explicit method or default declaration for `.&.'
    In the instance declaration for `Bits [Bool]'

dist/build/tmp-2876/Crypto/Cipher/DES/Primitive.hs:34:10: Warning:
    No explicit method or default declaration for `.|.'
    In the instance declaration for `Bits [Bool]'

dist/build/tmp-2876/Crypto/Cipher/DES/Primitive.hs:34:10: Warning:
    No explicit method or default declaration for `complement'
    In the instance declaration for `Bits [Bool]'

dist/build/tmp-2876/Crypto/Cipher/DES/Primitive.hs:34:10: Warning:
    No explicit method or default declaration for `bit'
    In the instance declaration for `Bits [Bool]'

dist/build/tmp-2876/Crypto/Cipher/DES/Primitive.hs:34:10: Warning:
    No explicit method or default declaration for `testBit'
    In the instance declaration for `Bits [Bool]'

dist/build/tmp-2876/Crypto/Cipher/DES/Primitive.hs:34:10: Warning:
    No explicit method or default declaration for `bitSize'
    In the instance declaration for `Bits [Bool]'

dist/build/tmp-2876/Crypto/Cipher/DES/Primitive.hs:34:10: Warning:
    No explicit method or default declaration for `isSigned'
    In the instance declaration for `Bits [Bool]'

dist/build/tmp-2876/Crypto/Cipher/DES/Primitive.hs:34:10: Warning:
    No explicit method or default declaration for `popCount'
    In the instance declaration for `Bits [Bool]'

dist/build/tmp-2876/Crypto/Cipher/DES/Primitive.hs:110:25: Warning:
    Defaulting the following constraint(s) to type `Integer'
      (Eq a0)
        arising from a use of `to_bool'
        at dist/build/tmp-2876/Crypto/Cipher/DES/Primitive.hs:110:25-31
      (Num a0)
        arising from a use of `to_bool'
        at dist/build/tmp-2876/Crypto/Cipher/DES/Primitive.hs:110:25-31
    In the expression: to_bool 4
    In the expression: to_bool 4 $ (s !! row) !! col
    In an equation for `s_box':
        s_box s [a, b, c, d, e, f]
          = to_bool 4 $ (s !! row) !! col
          where
              row = sum $ zipWith numericise [a, ....] [1, ....]
              col = sum $ zipWith numericise [b, ....] [3, ....]
              numericise = (\ x y -> if x then 2 ^ y else 0)
              to_bool 0 _ = []
              to_bool n i = ((i .&. 8) == 8) : to_bool (n - 1) (shiftL i 1)

dist/build/tmp-2876/Crypto/Cipher/DES/Primitive.hs:113:41: Warning:
    Defaulting the following constraint(s) to type `Integer'
      (Integral b0)
        arising from a use of `^'
        at dist/build/tmp-2876/Crypto/Cipher/DES/Primitive.hs:113:41
      (Num b0)
        arising from the literal `3'
        at dist/build/tmp-2876/Crypto/Cipher/DES/Primitive.hs:112:50
    In the expression: 2 ^ y
    In the expression: if x then 2 ^ y else 0
    In the expression: (\ x y -> if x then 2 ^ y else 0)

dist/build/tmp-2876/Crypto/Cipher/DES/Primitive.hs:32:10: Warning:
    Orphan instance: instance Num [Bool]

dist/build/tmp-2876/Crypto/Cipher/DES/Primitive.hs:34:10: Warning:
    Orphan instance: instance Bits [Bool]
Haddock coverage:
  75% (  3 /  4) in 'Crypto.Cipher.DES.Primitive'
 100% (  5 /  5) in 'Crypto.Cipher.DES.Serialization'
 100% (  5 /  5) in 'Crypto.Cipher.TripleDES'
 100% (  2 /  2) in 'Crypto.Cipher.DES'
Documentation created: dist/doc/html/cipher-des/index.html
directory dist/doc/html/cipher-des does exist: True
creating /srv/hackage/var/build/cache/inst/share/doc/cipher-des-0.0.5/html
copy directory 'dist/doc/html/cipher-des' to
'/srv/hackage/var/build/cache/inst/share/doc/cipher-des-0.0.5/html'.
creating /srv/hackage/var/build/cache/inst/share/doc/cipher-des-0.0.5/html
creating /srv/hackage/var/build/cache/inst/share/doc/cipher-des-0.0.5/html/src
Installing dist/doc/html/cipher-des/cipher-des.haddock to
/srv/hackage/var/build/cache/inst/share/doc/cipher-des-0.0.5/html/cipher-des.haddock
Installing dist/doc/html/cipher-des/doc-index.html to
/srv/hackage/var/build/cache/inst/share/doc/cipher-des-0.0.5/html/doc-index.html
Installing dist/doc/html/cipher-des/Crypto-Cipher-TripleDES.html to
/srv/hackage/var/build/cache/inst/share/doc/cipher-des-0.0.5/html/Crypto-Cipher-TripleDES.html
Installing dist/doc/html/cipher-des/mini_Crypto-Cipher-TripleDES.html to
/srv/hackage/var/build/cache/inst/share/doc/cipher-des-0.0.5/html/mini_Crypto-Cipher-TripleDES.html
Installing dist/doc/html/cipher-des/Crypto-Cipher-DES.html to
/srv/hackage/var/build/cache/inst/share/doc/cipher-des-0.0.5/html/Crypto-Cipher-DES.html
Installing dist/doc/html/cipher-des/mini_Crypto-Cipher-DES.html to
/srv/hackage/var/build/cache/inst/share/doc/cipher-des-0.0.5/html/mini_Crypto-Cipher-DES.html
Installing dist/doc/html/cipher-des/hslogo-16.png to
/srv/hackage/var/build/cache/inst/share/doc/cipher-des-0.0.5/html/hslogo-16.png
Installing dist/doc/html/cipher-des/minus.gif to
/srv/hackage/var/build/cache/inst/share/doc/cipher-des-0.0.5/html/minus.gif
Installing dist/doc/html/cipher-des/ocean.css to
/srv/hackage/var/build/cache/inst/share/doc/cipher-des-0.0.5/html/ocean.css
Installing dist/doc/html/cipher-des/plus.gif to
/srv/hackage/var/build/cache/inst/share/doc/cipher-des-0.0.5/html/plus.gif
Installing dist/doc/html/cipher-des/synopsis.png to
/srv/hackage/var/build/cache/inst/share/doc/cipher-des-0.0.5/html/synopsis.png
Installing dist/doc/html/cipher-des/haskell_icon.gif to
/srv/hackage/var/build/cache/inst/share/doc/cipher-des-0.0.5/html/haskell_icon.gif
Installing dist/doc/html/cipher-des/xhaddock.css to
/srv/hackage/var/build/cache/inst/share/doc/cipher-des-0.0.5/html/xhaddock.css
Installing dist/doc/html/cipher-des/haddock-util.js to
/srv/hackage/var/build/cache/inst/share/doc/cipher-des-0.0.5/html/haddock-util.js
Installing dist/doc/html/cipher-des/frames.html to
/srv/hackage/var/build/cache/inst/share/doc/cipher-des-0.0.5/html/frames.html
Installing dist/doc/html/cipher-des/src/hscolour.css to
/srv/hackage/var/build/cache/inst/share/doc/cipher-des-0.0.5/html/src/hscolour.css
Installing dist/doc/html/cipher-des/src/Crypto-Cipher-DES.html to
/srv/hackage/var/build/cache/inst/share/doc/cipher-des-0.0.5/html/src/Crypto-Cipher-DES.html
Installing dist/doc/html/cipher-des/src/Crypto-Cipher-TripleDES.html to
/srv/hackage/var/build/cache/inst/share/doc/cipher-des-0.0.5/html/src/Crypto-Cipher-TripleDES.html
Installing dist/doc/html/cipher-des/src/Crypto-Cipher-DES-Primitive.html to
/srv/hackage/var/build/cache/inst/share/doc/cipher-des-0.0.5/html/src/Crypto-Cipher-DES-Primitive.html
Installing dist/doc/html/cipher-des/src/Crypto-Cipher-DES-Serialization.html
to
/srv/hackage/var/build/cache/inst/share/doc/cipher-des-0.0.5/html/src/Crypto-Cipher-DES-Serialization.html
creating /srv/hackage/var/build/cache/inst/share/doc/cipher-des-0.0.5/html
Installing dist/doc/html/cipher-des/cipher-des.haddock to
/srv/hackage/var/build/cache/inst/share/doc/cipher-des-0.0.5/html/cipher-des.haddock
creating /srv/hackage/var/build/cache/inst/share/doc/cipher-des-0.0.5
Installing LICENSE to
/srv/hackage/var/build/cache/inst/share/doc/cipher-des-0.0.5/LICENSE
Installing library in
/srv/hackage/var/build/cache/inst/lib/cipher-des-0.0.5/ghc-7.6.3
creating
/srv/hackage/var/build/cache/inst/lib/cipher-des-0.0.5/ghc-7.6.3/Crypto/Cipher
creating
/srv/hackage/var/build/cache/inst/lib/cipher-des-0.0.5/ghc-7.6.3/Crypto
creating /srv/hackage/var/build/cache/inst/lib/cipher-des-0.0.5/ghc-7.6.3
creating /srv/hackage/var/build/cache/inst/lib/cipher-des-0.0.5
creating /srv/hackage/var/build/cache/inst/lib/cipher-des-0.0.5/ghc-7.6.3
creating
/srv/hackage/var/build/cache/inst/lib/cipher-des-0.0.5/ghc-7.6.3/Crypto
creating
/srv/hackage/var/build/cache/inst/lib/cipher-des-0.0.5/ghc-7.6.3/Crypto/Cipher
creating
/srv/hackage/var/build/cache/inst/lib/cipher-des-0.0.5/ghc-7.6.3/Crypto/Cipher/DES
Installing dist/build/Crypto/Cipher/DES.hi to
/srv/hackage/var/build/cache/inst/lib/cipher-des-0.0.5/ghc-7.6.3/Crypto/Cipher/DES.hi
Installing dist/build/Crypto/Cipher/TripleDES.hi to
/srv/hackage/var/build/cache/inst/lib/cipher-des-0.0.5/ghc-7.6.3/Crypto/Cipher/TripleDES.hi
Installing dist/build/Crypto/Cipher/DES/Primitive.hi to
/srv/hackage/var/build/cache/inst/lib/cipher-des-0.0.5/ghc-7.6.3/Crypto/Cipher/DES/Primitive.hi
Installing dist/build/Crypto/Cipher/DES/Serialization.hi to
/srv/hackage/var/build/cache/inst/lib/cipher-des-0.0.5/ghc-7.6.3/Crypto/Cipher/DES/Serialization.hi
creating /srv/hackage/var/build/cache/inst/lib/cipher-des-0.0.5/ghc-7.6.3
Installing dist/build/libHScipher-des-0.0.5.a to
/srv/hackage/var/build/cache/inst/lib/cipher-des-0.0.5/ghc-7.6.3/libHScipher-des-0.0.5.a
/usr/local/bin/ghc --abi-hash -fbuilding-cabal-package -odir dist/build -hidir dist/build -stubdir dist/build -i -idist/build -i. -idist/build/autogen -Idist/build/autogen -Idist/build -optP-DARCH_IS_LITTLE_ENDIAN -optP-include -optPdist/build/autogen/cabal_macros.h -package-name cipher-des-0.0.5 -hide-all-packages -package-db /srv/hackage/var/build/cache/inst/local.conf.d -package-id base-4.6.0.1-8aa5d403c45ea59dcd2c39f123e27d57 -package-id byteable-0.1.1-4d9d72c7dde68b308df67ba82f0dfed1 -package-id bytestring-0.10.0.2-4f93248f75667c2c3321a7a6761b576f -package-id crypto-cipher-types-0.0.7-b5236bf2ccb16ec354285d7c2cd98821 -package-id securemem-0.1.3-9915ea2292686c38a60fa6e5914b9669 -XHaskell98 Crypto.Cipher.DES Crypto.Cipher.TripleDES -Wall -optc-O3 -fno-cse -fwarn-tabs -O0
Registering cipher-des-0.0.5...
/usr/local/bin/ghc-pkg update - --global --user --package-db=/srv/hackage/var/build/cache/inst/local.conf.d --no-user-package-conf

Test log

No test log was submitted for this report.