Build #1 for adict-0.1.0

[all reports]

Package adict-0.1.0
Install InstallOk
Docs Ok
Tests NotTried
Time submitted unknown
Compiler ghc-7.6.3
OS linux
Arch x86_64
Dependencies vector-0.10.9.0, pqueue-1.2.1, containers-0.5.0.0, binary-0.5.1.1, base-4.6.0.1, array-0.4.0.1
Flags none

Code Coverage

No Code Coverage was submitted for this report.

Build log

[view raw]

Configuring adict-0.1.0...
Dependency array ==0.4.0.1: using array-0.4.0.1
Dependency base ==4.6.0.1: using base-4.6.0.1
Dependency binary ==0.5.1.1: using binary-0.5.1.1
Dependency containers ==0.5.0.0: using containers-0.5.0.0
Dependency pqueue ==1.2.1: using pqueue-1.2.1
Dependency vector ==0.10.9.0: using vector-0.10.9.0
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/adict-0.1.0/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/adict-0.1.0
Documentation installed in:
/srv/hackage/var/build/cache/inst/share/doc/adict-0.1.0
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 adict-0.1.0...
Preprocessing library adict-0.1.0...
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-include -optPdist/build/autogen/cabal_macros.h -package-name adict-0.1.0 -hide-all-packages -package-db /srv/hackage/var/build/cache/inst/local.conf.d -package-db dist/package.conf.inplace -package-id array-0.4.0.1-3b78425c10ff2dad7acf7e8c8ae014c3 -package-id base-4.6.0.1-8aa5d403c45ea59dcd2c39f123e27d57 -package-id binary-0.5.1.1-72ed744c57c32286a49da6dda4f660b7 -package-id containers-0.5.0.0-ab1dae9a94cd3cc84e7b2805636ebfa2 -package-id pqueue-1.2.1-5d3f65598321d73b72307af898e86d69 -package-id vector-0.10.9.0-3e642b141760e774271846d5ca650dcf -XHaskell98 NLP.Adict.Core NLP.Adict.CostDiv NLP.Adict.Dist NLP.Adict.Brute NLP.Adict.Trie NLP.Adict.DAWG.Node NLP.Adict.DAWG NLP.Adict.Graph NLP.Adict.Basic NLP.Adict.Nearest -Wall -O2 -O0
[ 1 of 10] Compiling NLP.Adict.Graph  ( NLP/Adict/Graph.hs, dist/build/NLP/Adict/Graph.o )
[ 2 of 10] Compiling NLP.Adict.DAWG.Node ( NLP/Adict/DAWG/Node.hs, dist/build/NLP/Adict/DAWG/Node.o )
[ 3 of 10] Compiling NLP.Adict.DAWG   ( NLP/Adict/DAWG.hs, dist/build/NLP/Adict/DAWG.o )
[ 4 of 10] Compiling NLP.Adict.Trie   ( NLP/Adict/Trie.hs, dist/build/NLP/Adict/Trie.o )
[ 5 of 10] Compiling NLP.Adict.Core   ( NLP/Adict/Core.hs, dist/build/NLP/Adict/Core.o )
[ 6 of 10] Compiling NLP.Adict.CostDiv ( NLP/Adict/CostDiv.hs, dist/build/NLP/Adict/CostDiv.o )
[ 7 of 10] Compiling NLP.Adict.Dist   ( NLP/Adict/Dist.hs, dist/build/NLP/Adict/Dist.o )
[ 8 of 10] Compiling NLP.Adict.Brute  ( NLP/Adict/Brute.hs, dist/build/NLP/Adict/Brute.o )
[ 9 of 10] Compiling NLP.Adict.Basic  ( NLP/Adict/Basic.hs, dist/build/NLP/Adict/Basic.o )
[10 of 10] Compiling NLP.Adict.Nearest ( NLP/Adict/Nearest.hs, dist/build/NLP/Adict/Nearest.o )
Linking...
/usr/bin/ar -r dist/build/libHSadict-0.1.0.a dist/build/NLP/Adict/Core.o dist/build/NLP/Adict/CostDiv.o dist/build/NLP/Adict/Dist.o dist/build/NLP/Adict/Brute.o dist/build/NLP/Adict/Trie.o dist/build/NLP/Adict/DAWG/Node.o dist/build/NLP/Adict/DAWG.o dist/build/NLP/Adict/Graph.o dist/build/NLP/Adict/Basic.o dist/build/NLP/Adict/Nearest.o
/usr/bin/ar: creating dist/build/libHSadict-0.1.0.a
In-place registering adict-0.1.0...
/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 adict-0.1.0...
/usr/local/bin/haddock --ghc-version --built-in-themes
creating dist/build
creating dist/build/autogen
Running hscolour for adict-0.1.0...
creating dist/doc/html/adict
creating dist/doc/html
creating dist/doc
creating dist/doc/html
creating dist/doc/html/adict
Preprocessing library adict-0.1.0...
creating dist/doc/html/adict/src
/usr/bin/HsColour -print-css -odist/doc/html/adict/src/hscolour.css
/usr/bin/HsColour -css -anchor -odist/doc/html/adict/src/NLP-Adict-Core.html NLP/Adict/Core.hs
/usr/bin/HsColour -css -anchor -odist/doc/html/adict/src/NLP-Adict-CostDiv.html NLP/Adict/CostDiv.hs
/usr/bin/HsColour -css -anchor -odist/doc/html/adict/src/NLP-Adict-Dist.html NLP/Adict/Dist.hs
/usr/bin/HsColour -css -anchor -odist/doc/html/adict/src/NLP-Adict-Brute.html NLP/Adict/Brute.hs
/usr/bin/HsColour -css -anchor -odist/doc/html/adict/src/NLP-Adict-Trie.html NLP/Adict/Trie.hs
/usr/bin/HsColour -css -anchor -odist/doc/html/adict/src/NLP-Adict-DAWG-Node.html NLP/Adict/DAWG/Node.hs
/usr/bin/HsColour -css -anchor -odist/doc/html/adict/src/NLP-Adict-DAWG.html NLP/Adict/DAWG.hs
/usr/bin/HsColour -css -anchor -odist/doc/html/adict/src/NLP-Adict-Graph.html NLP/Adict/Graph.hs
/usr/bin/HsColour -css -anchor -odist/doc/html/adict/src/NLP-Adict-Basic.html NLP/Adict/Basic.hs
/usr/bin/HsColour -css -anchor -odist/doc/html/adict/src/NLP-Adict-Nearest.html NLP/Adict/Nearest.hs
/usr/local/bin/ghc --print-libdir -O0
Preprocessing library adict-0.1.0...
Warning: The documentation for the following packages are not installed. No
links will be generated to these packages: rts-1.0
copy NLP/Adict/Core.hs to dist/build/tmp-4179/NLP/Adict/Core.hs
copy NLP/Adict/CostDiv.hs to dist/build/tmp-4179/NLP/Adict/CostDiv.hs
copy NLP/Adict/Dist.hs to dist/build/tmp-4179/NLP/Adict/Dist.hs
copy NLP/Adict/Brute.hs to dist/build/tmp-4179/NLP/Adict/Brute.hs
copy NLP/Adict/Trie.hs to dist/build/tmp-4179/NLP/Adict/Trie.hs
copy NLP/Adict/DAWG/Node.hs to dist/build/tmp-4179/NLP/Adict/DAWG/Node.hs
copy NLP/Adict/DAWG.hs to dist/build/tmp-4179/NLP/Adict/DAWG.hs
copy NLP/Adict/Graph.hs to dist/build/tmp-4179/NLP/Adict/Graph.hs
copy NLP/Adict/Basic.hs to dist/build/tmp-4179/NLP/Adict/Basic.hs
copy NLP/Adict/Nearest.hs to dist/build/tmp-4179/NLP/Adict/Nearest.hs
creating dist/doc/html/adict
/usr/local/bin/haddock --prologue=dist/doc/html/adict/haddock-prolog4179.txt --dump-interface=dist/doc/html/adict/adict.haddock --optghc=-package-name --optghc=adict-0.1.0 --source-module=src/%{MODULE/./-}.html --source-entity=src/%{MODULE/./-}.html#%{NAME} --use-contents=/package/adict-0.1.0 --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/binary-0.5.1.1/docs,/usr/local/share/doc/ghc/html/libraries/binary-0.5.1.1/binary.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/containers-0.5.0.0/docs,/usr/local/share/doc/ghc/html/libraries/containers-0.5.0.0/containers.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/pqueue-1.2.1/docs,/srv/hackage/var/build/cache/inst/share/doc/adict-0.1.0/html/pqueue.haddock --read-interface=/package/primitive-0.5.1.0/docs,/srv/hackage/var/build/cache/inst/share/doc/adict-0.1.0/html/primitive.haddock --read-interface=/package/vector-0.10.9.0/docs,/srv/hackage/var/build/cache/inst/share/doc/adict-0.1.0/html/vector.haddock --odir=dist/doc/html/adict/ --title=adict-0.1.0: Approximate dictionary searching --optghc=-fbuilding-cabal-package --optghc=-odir --optghc=dist/build/tmp-4179 --optghc=-hidir --optghc=dist/build/tmp-4179 --optghc=-stubdir --optghc=dist/build/tmp-4179 --optghc=-i --optghc=-idist/build --optghc=-i. --optghc=-idist/build/autogen --optghc=-Idist/build/autogen --optghc=-Idist/build --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=array-0.4.0.1-3b78425c10ff2dad7acf7e8c8ae014c3 --optghc=-package-id --optghc=base-4.6.0.1-8aa5d403c45ea59dcd2c39f123e27d57 --optghc=-package-id --optghc=binary-0.5.1.1-72ed744c57c32286a49da6dda4f660b7 --optghc=-package-id --optghc=containers-0.5.0.0-ab1dae9a94cd3cc84e7b2805636ebfa2 --optghc=-package-id --optghc=pqueue-1.2.1-5d3f65598321d73b72307af898e86d69 --optghc=-package-id --optghc=vector-0.10.9.0-3e642b141760e774271846d5ca650dcf --optghc=-XHaskell98 --optghc=-Wall --optghc=-O2 -B/usr/local/lib/ghc-7.6.3 dist/build/tmp-4179/NLP/Adict/Core.hs dist/build/tmp-4179/NLP/Adict/CostDiv.hs dist/build/tmp-4179/NLP/Adict/Dist.hs dist/build/tmp-4179/NLP/Adict/Brute.hs dist/build/tmp-4179/NLP/Adict/Trie.hs dist/build/tmp-4179/NLP/Adict/DAWG/Node.hs dist/build/tmp-4179/NLP/Adict/DAWG.hs dist/build/tmp-4179/NLP/Adict/Graph.hs dist/build/tmp-4179/NLP/Adict/Basic.hs dist/build/tmp-4179/NLP/Adict/Nearest.hs --built-in-themes
Haddock coverage:
doc comment parse failed:  Adjacent list for a given node @n. We assume, that the list
 is given in an ascending order.
doc comment parse failed:  Is @n node an ending node?
  25% (  1 /  4) in 'NLP.Adict.Graph'
   0% (  0 /  5) in 'NLP.Adict.DAWG.Node'
   8% (  1 / 13) in 'NLP.Adict.DAWG'
   5% (  1 / 19) in 'NLP.Adict.Trie'
  71% (  5 /  7) in 'NLP.Adict.Core'
  46% (  6 / 13) in 'NLP.Adict.CostDiv'
  50% (  1 /  2) in 'NLP.Adict.Dist'
  50% (  1 /  2) in 'NLP.Adict.Brute'
  50% (  1 /  2) in 'NLP.Adict.Basic'
  50% (  1 /  2) in 'NLP.Adict.Nearest'
Documentation created: dist/doc/html/adict/index.html
directory dist/doc/html/adict does exist: True
creating /srv/hackage/var/build/cache/inst/share/doc/adict-0.1.0/html
copy directory 'dist/doc/html/adict' to
'/srv/hackage/var/build/cache/inst/share/doc/adict-0.1.0/html'.
creating /srv/hackage/var/build/cache/inst/share/doc/adict-0.1.0/html
creating /srv/hackage/var/build/cache/inst/share/doc/adict-0.1.0/html/src
Installing dist/doc/html/adict/adict.haddock to
/srv/hackage/var/build/cache/inst/share/doc/adict-0.1.0/html/adict.haddock
Installing dist/doc/html/adict/doc-index.html to
/srv/hackage/var/build/cache/inst/share/doc/adict-0.1.0/html/doc-index.html
Installing dist/doc/html/adict/NLP-Adict-Graph.html to
/srv/hackage/var/build/cache/inst/share/doc/adict-0.1.0/html/NLP-Adict-Graph.html
Installing dist/doc/html/adict/mini_NLP-Adict-Graph.html to
/srv/hackage/var/build/cache/inst/share/doc/adict-0.1.0/html/mini_NLP-Adict-Graph.html
Installing dist/doc/html/adict/NLP-Adict-DAWG-Node.html to
/srv/hackage/var/build/cache/inst/share/doc/adict-0.1.0/html/NLP-Adict-DAWG-Node.html
Installing dist/doc/html/adict/mini_NLP-Adict-DAWG-Node.html to
/srv/hackage/var/build/cache/inst/share/doc/adict-0.1.0/html/mini_NLP-Adict-DAWG-Node.html
Installing dist/doc/html/adict/NLP-Adict-DAWG.html to
/srv/hackage/var/build/cache/inst/share/doc/adict-0.1.0/html/NLP-Adict-DAWG.html
Installing dist/doc/html/adict/mini_NLP-Adict-DAWG.html to
/srv/hackage/var/build/cache/inst/share/doc/adict-0.1.0/html/mini_NLP-Adict-DAWG.html
Installing dist/doc/html/adict/NLP-Adict-Trie.html to
/srv/hackage/var/build/cache/inst/share/doc/adict-0.1.0/html/NLP-Adict-Trie.html
Installing dist/doc/html/adict/mini_NLP-Adict-Trie.html to
/srv/hackage/var/build/cache/inst/share/doc/adict-0.1.0/html/mini_NLP-Adict-Trie.html
Installing dist/doc/html/adict/NLP-Adict-Core.html to
/srv/hackage/var/build/cache/inst/share/doc/adict-0.1.0/html/NLP-Adict-Core.html
Installing dist/doc/html/adict/mini_NLP-Adict-Core.html to
/srv/hackage/var/build/cache/inst/share/doc/adict-0.1.0/html/mini_NLP-Adict-Core.html
Installing dist/doc/html/adict/NLP-Adict-CostDiv.html to
/srv/hackage/var/build/cache/inst/share/doc/adict-0.1.0/html/NLP-Adict-CostDiv.html
Installing dist/doc/html/adict/mini_NLP-Adict-CostDiv.html to
/srv/hackage/var/build/cache/inst/share/doc/adict-0.1.0/html/mini_NLP-Adict-CostDiv.html
Installing dist/doc/html/adict/NLP-Adict-Dist.html to
/srv/hackage/var/build/cache/inst/share/doc/adict-0.1.0/html/NLP-Adict-Dist.html
Installing dist/doc/html/adict/mini_NLP-Adict-Dist.html to
/srv/hackage/var/build/cache/inst/share/doc/adict-0.1.0/html/mini_NLP-Adict-Dist.html
Installing dist/doc/html/adict/NLP-Adict-Brute.html to
/srv/hackage/var/build/cache/inst/share/doc/adict-0.1.0/html/NLP-Adict-Brute.html
Installing dist/doc/html/adict/mini_NLP-Adict-Brute.html to
/srv/hackage/var/build/cache/inst/share/doc/adict-0.1.0/html/mini_NLP-Adict-Brute.html
Installing dist/doc/html/adict/NLP-Adict-Basic.html to
/srv/hackage/var/build/cache/inst/share/doc/adict-0.1.0/html/NLP-Adict-Basic.html
Installing dist/doc/html/adict/mini_NLP-Adict-Basic.html to
/srv/hackage/var/build/cache/inst/share/doc/adict-0.1.0/html/mini_NLP-Adict-Basic.html
Installing dist/doc/html/adict/NLP-Adict-Nearest.html to
/srv/hackage/var/build/cache/inst/share/doc/adict-0.1.0/html/NLP-Adict-Nearest.html
Installing dist/doc/html/adict/mini_NLP-Adict-Nearest.html to
/srv/hackage/var/build/cache/inst/share/doc/adict-0.1.0/html/mini_NLP-Adict-Nearest.html
Installing dist/doc/html/adict/hslogo-16.png to
/srv/hackage/var/build/cache/inst/share/doc/adict-0.1.0/html/hslogo-16.png
Installing dist/doc/html/adict/minus.gif to
/srv/hackage/var/build/cache/inst/share/doc/adict-0.1.0/html/minus.gif
Installing dist/doc/html/adict/ocean.css to
/srv/hackage/var/build/cache/inst/share/doc/adict-0.1.0/html/ocean.css
Installing dist/doc/html/adict/plus.gif to
/srv/hackage/var/build/cache/inst/share/doc/adict-0.1.0/html/plus.gif
Installing dist/doc/html/adict/synopsis.png to
/srv/hackage/var/build/cache/inst/share/doc/adict-0.1.0/html/synopsis.png
Installing dist/doc/html/adict/haskell_icon.gif to
/srv/hackage/var/build/cache/inst/share/doc/adict-0.1.0/html/haskell_icon.gif
Installing dist/doc/html/adict/xhaddock.css to
/srv/hackage/var/build/cache/inst/share/doc/adict-0.1.0/html/xhaddock.css
Installing dist/doc/html/adict/haddock-util.js to
/srv/hackage/var/build/cache/inst/share/doc/adict-0.1.0/html/haddock-util.js
Installing dist/doc/html/adict/frames.html to
/srv/hackage/var/build/cache/inst/share/doc/adict-0.1.0/html/frames.html
Installing dist/doc/html/adict/src/hscolour.css to
/srv/hackage/var/build/cache/inst/share/doc/adict-0.1.0/html/src/hscolour.css
Installing dist/doc/html/adict/src/NLP-Adict-Core.html to
/srv/hackage/var/build/cache/inst/share/doc/adict-0.1.0/html/src/NLP-Adict-Core.html
Installing dist/doc/html/adict/src/NLP-Adict-CostDiv.html to
/srv/hackage/var/build/cache/inst/share/doc/adict-0.1.0/html/src/NLP-Adict-CostDiv.html
Installing dist/doc/html/adict/src/NLP-Adict-Dist.html to
/srv/hackage/var/build/cache/inst/share/doc/adict-0.1.0/html/src/NLP-Adict-Dist.html
Installing dist/doc/html/adict/src/NLP-Adict-Brute.html to
/srv/hackage/var/build/cache/inst/share/doc/adict-0.1.0/html/src/NLP-Adict-Brute.html
Installing dist/doc/html/adict/src/NLP-Adict-Trie.html to
/srv/hackage/var/build/cache/inst/share/doc/adict-0.1.0/html/src/NLP-Adict-Trie.html
Installing dist/doc/html/adict/src/NLP-Adict-DAWG-Node.html to
/srv/hackage/var/build/cache/inst/share/doc/adict-0.1.0/html/src/NLP-Adict-DAWG-Node.html
Installing dist/doc/html/adict/src/NLP-Adict-DAWG.html to
/srv/hackage/var/build/cache/inst/share/doc/adict-0.1.0/html/src/NLP-Adict-DAWG.html
Installing dist/doc/html/adict/src/NLP-Adict-Graph.html to
/srv/hackage/var/build/cache/inst/share/doc/adict-0.1.0/html/src/NLP-Adict-Graph.html
Installing dist/doc/html/adict/src/NLP-Adict-Basic.html to
/srv/hackage/var/build/cache/inst/share/doc/adict-0.1.0/html/src/NLP-Adict-Basic.html
Installing dist/doc/html/adict/src/NLP-Adict-Nearest.html to
/srv/hackage/var/build/cache/inst/share/doc/adict-0.1.0/html/src/NLP-Adict-Nearest.html
creating /srv/hackage/var/build/cache/inst/share/doc/adict-0.1.0/html
Installing dist/doc/html/adict/adict.haddock to
/srv/hackage/var/build/cache/inst/share/doc/adict-0.1.0/html/adict.haddock
creating /srv/hackage/var/build/cache/inst/share/doc/adict-0.1.0
Installing LICENSE to
/srv/hackage/var/build/cache/inst/share/doc/adict-0.1.0/LICENSE
Installing library in
/srv/hackage/var/build/cache/inst/lib/adict-0.1.0/ghc-7.6.3
creating /srv/hackage/var/build/cache/inst/lib/adict-0.1.0/ghc-7.6.3/NLP/Adict
creating /srv/hackage/var/build/cache/inst/lib/adict-0.1.0/ghc-7.6.3/NLP
creating /srv/hackage/var/build/cache/inst/lib/adict-0.1.0/ghc-7.6.3
creating /srv/hackage/var/build/cache/inst/lib/adict-0.1.0
creating /srv/hackage/var/build/cache/inst/lib/adict-0.1.0/ghc-7.6.3
creating /srv/hackage/var/build/cache/inst/lib/adict-0.1.0/ghc-7.6.3/NLP
creating /srv/hackage/var/build/cache/inst/lib/adict-0.1.0/ghc-7.6.3/NLP/Adict
creating
/srv/hackage/var/build/cache/inst/lib/adict-0.1.0/ghc-7.6.3/NLP/Adict/DAWG
Installing dist/build/NLP/Adict/Core.hi to
/srv/hackage/var/build/cache/inst/lib/adict-0.1.0/ghc-7.6.3/NLP/Adict/Core.hi
Installing dist/build/NLP/Adict/CostDiv.hi to
/srv/hackage/var/build/cache/inst/lib/adict-0.1.0/ghc-7.6.3/NLP/Adict/CostDiv.hi
Installing dist/build/NLP/Adict/Dist.hi to
/srv/hackage/var/build/cache/inst/lib/adict-0.1.0/ghc-7.6.3/NLP/Adict/Dist.hi
Installing dist/build/NLP/Adict/Brute.hi to
/srv/hackage/var/build/cache/inst/lib/adict-0.1.0/ghc-7.6.3/NLP/Adict/Brute.hi
Installing dist/build/NLP/Adict/Trie.hi to
/srv/hackage/var/build/cache/inst/lib/adict-0.1.0/ghc-7.6.3/NLP/Adict/Trie.hi
Installing dist/build/NLP/Adict/DAWG/Node.hi to
/srv/hackage/var/build/cache/inst/lib/adict-0.1.0/ghc-7.6.3/NLP/Adict/DAWG/Node.hi
Installing dist/build/NLP/Adict/DAWG.hi to
/srv/hackage/var/build/cache/inst/lib/adict-0.1.0/ghc-7.6.3/NLP/Adict/DAWG.hi
Installing dist/build/NLP/Adict/Graph.hi to
/srv/hackage/var/build/cache/inst/lib/adict-0.1.0/ghc-7.6.3/NLP/Adict/Graph.hi
Installing dist/build/NLP/Adict/Basic.hi to
/srv/hackage/var/build/cache/inst/lib/adict-0.1.0/ghc-7.6.3/NLP/Adict/Basic.hi
Installing dist/build/NLP/Adict/Nearest.hi to
/srv/hackage/var/build/cache/inst/lib/adict-0.1.0/ghc-7.6.3/NLP/Adict/Nearest.hi
creating /srv/hackage/var/build/cache/inst/lib/adict-0.1.0/ghc-7.6.3
Installing dist/build/libHSadict-0.1.0.a to
/srv/hackage/var/build/cache/inst/lib/adict-0.1.0/ghc-7.6.3/libHSadict-0.1.0.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-include -optPdist/build/autogen/cabal_macros.h -package-name adict-0.1.0 -hide-all-packages -package-db /srv/hackage/var/build/cache/inst/local.conf.d -package-id array-0.4.0.1-3b78425c10ff2dad7acf7e8c8ae014c3 -package-id base-4.6.0.1-8aa5d403c45ea59dcd2c39f123e27d57 -package-id binary-0.5.1.1-72ed744c57c32286a49da6dda4f660b7 -package-id containers-0.5.0.0-ab1dae9a94cd3cc84e7b2805636ebfa2 -package-id pqueue-1.2.1-5d3f65598321d73b72307af898e86d69 -package-id vector-0.10.9.0-3e642b141760e774271846d5ca650dcf -XHaskell98 NLP.Adict.Core NLP.Adict.CostDiv NLP.Adict.Dist NLP.Adict.Brute NLP.Adict.Trie NLP.Adict.DAWG.Node NLP.Adict.DAWG NLP.Adict.Graph NLP.Adict.Basic NLP.Adict.Nearest -Wall -O2 -O0
Registering adict-0.1.0...
/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.