Resolving dependencies... Configuring utf8-string-0.3.7... Building utf8-string-0.3.7... Preprocessing library utf8-string-0.3.7... [1 of 7] Compiling Codec.Binary.UTF8.String ( Codec/Binary/UTF8/String.hs, dist/build/Codec/Binary/UTF8/String.o ) [2 of 7] Compiling Codec.Binary.UTF8.Generic ( Codec/Binary/UTF8/Generic.hs, dist/build/Codec/Binary/UTF8/Generic.o ) [3 of 7] Compiling Data.String.UTF8 ( Data/String/UTF8.hs, dist/build/Data/String/UTF8.o ) [4 of 7] Compiling System.IO.UTF8 ( System/IO/UTF8.hs, dist/build/System/IO/UTF8.o ) [5 of 7] Compiling System.Environment.UTF8 ( System/Environment/UTF8.hs, dist/build/System/Environment/UTF8.o ) [6 of 7] Compiling Data.ByteString.UTF8 ( Data/ByteString/UTF8.hs, dist/build/Data/ByteString/UTF8.o ) [7 of 7] Compiling Data.ByteString.Lazy.UTF8 ( Data/ByteString/Lazy/UTF8.hs, dist/build/Data/ByteString/Lazy/UTF8.o ) In-place registering utf8-string-0.3.7... Running Haddock for utf8-string-0.3.7... Running hscolour for utf8-string-0.3.7... Preprocessing library utf8-string-0.3.7... Preprocessing library utf8-string-0.3.7... Haddock coverage: 100% ( 8 / 8) in 'Codec.Binary.UTF8.String' 94% ( 16 / 17) in 'Codec.Binary.UTF8.Generic' 89% ( 24 / 27) in 'Data.String.UTF8' 82% ( 14 / 17) in 'System.IO.UTF8' 14% ( 1 / 7) in 'System.Environment.UTF8' 100% ( 17 / 17) in 'Data.ByteString.UTF8' 100% ( 17 / 17) in 'Data.ByteString.Lazy.UTF8' Documentation created: dist/doc/html/utf8-string/index.html, dist/doc/html/utf8-string/utf8-string.txt Installing library in /srv/hackage/var/build/tmp-install/lib/x86_64-linux-ghc-7.6.3/utf8-string-0.3.7 Registering utf8-string-0.3.7... Installed utf8-string-0.3.7 Downloading voyeur-0.1.0.0... [1 of 1] Compiling Main ( /tmp/voyeur-0.1.0.0-2085/voyeur-0.1.0.0/Setup.hs, /tmp/voyeur-0.1.0.0-2085/voyeur-0.1.0.0/dist/setup/Main.o ) Linking /tmp/voyeur-0.1.0.0-2085/voyeur-0.1.0.0/dist/setup/setup ... Configuring voyeur-0.1.0.0... Building libvoyeur... mkdir -p build cc -I./include -std=c99 -fPIC -pthread -c src/voyeur-exec.c -o build/voyeur-exec.o cc -I./include -std=c99 -fPIC -pthread -c src/net.c -o build/net.o cc -I./include -std=c99 -fPIC -pthread -c src/env.c -o build/env.o src/env.c: In function ‘voyeur_augment_environment’: src/env.c:42:3: warning: implicit declaration of function ‘strnstr’ [-Wimplicit-function-declaration] cc -I./include -std=c99 -fPIC -pthread -c src/event.c -o build/event.o cc -I./include -std=c99 -fPIC -pthread -c src/util.c -o build/util.o cc -I./include -std=c99 -fPIC -pthread build/voyeur-exec.o build/net.o build/env.o build/event.o build/util.o -shared -Wl,-soname,libvoyeur-exec.so -o build/libvoyeur-exec.so -lbsd -ldl cc -I./include -std=c99 -fPIC -pthread -c src/voyeur-exit.c -o build/voyeur-exit.o src/voyeur-exit.c: In function ‘exit’: src/voyeur-exit.c:60:3: warning: function declared ‘noreturn’ has a ‘return’ statement [enabled by default] src/voyeur-exit.c: In function ‘_exit’: src/voyeur-exit.c:72:3: warning: function declared ‘noreturn’ has a ‘return’ statement [enabled by default] src/voyeur-exit.c: In function ‘_Exit’: src/voyeur-exit.c:84:3: warning: function declared ‘noreturn’ has a ‘return’ statement [enabled by default] src/voyeur-exit.c:84:3: warning: ‘noreturn’ function does return [enabled by default] src/voyeur-exit.c: In function ‘_exit’: src/voyeur-exit.c:72:3: warning: ‘noreturn’ function does return [enabled by default] src/voyeur-exit.c: In function ‘exit’: src/voyeur-exit.c:60:3: warning: ‘noreturn’ function does return [enabled by default] cc -I./include -std=c99 -fPIC -pthread build/voyeur-exit.o build/net.o build/env.o build/event.o build/util.o -shared -Wl,-soname,libvoyeur-exit.so -o build/libvoyeur-exit.so -lbsd -ldl cc -I./include -std=c99 -fPIC -pthread -c src/voyeur-open.c -o build/voyeur-open.o cc -I./include -std=c99 -fPIC -pthread build/voyeur-open.o build/net.o build/env.o build/event.o build/util.o -shared -Wl,-soname,libvoyeur-open.so -o build/libvoyeur-open.so -lbsd -ldl cc -I./include -std=c99 -fPIC -pthread -c src/voyeur-close.c -o build/voyeur-close.o cc -I./include -std=c99 -fPIC -pthread build/voyeur-close.o build/net.o build/env.o build/event.o build/util.o -shared -Wl,-soname,libvoyeur-close.so -o build/libvoyeur-close.so -lbsd -ldl cc -I./include -std=c99 -fPIC -pthread -c src/voyeur.c -o build/voyeur.o cc -I./include -std=c99 -fPIC -pthread build/voyeur.o build/net.o build/env.o build/event.o build/util.o -shared -Wl,-soname,libvoyeur.so -o build/libvoyeur.so -lbsd -ldl ar rcs build/libvoyeur.a build/voyeur.o build/net.o build/env.o build/event.o build/util.o Building voyeur-0.1.0.0... Preprocessing library voyeur-0.1.0.0... [1 of 3] Compiling System.Process.Voyeur.FFI ( src/System/Process/Voyeur/FFI.hs, dist/build/System/Process/Voyeur/FFI.o ) [2 of 3] Compiling Paths_voyeur ( dist/build/autogen/Paths_voyeur.hs, dist/build/Paths_voyeur.o ) [3 of 3] Compiling System.Process.Voyeur ( src/System/Process/Voyeur.hs, dist/build/System/Process/Voyeur.o ) In-place registering voyeur-0.1.0.0... Relinking libvoyeur.. Running Haddock for voyeur-0.1.0.0... Running hscolour for voyeur-0.1.0.0... Preprocessing library voyeur-0.1.0.0... Preprocessing library voyeur-0.1.0.0... Haddock coverage: 74% ( 14 / 19) in 'System.Process.Voyeur.FFI' 0% ( 0 / 8) in 'Paths_voyeur' 100% ( 24 / 24) in 'System.Process.Voyeur' Documentation created: dist/doc/html/voyeur/index.html, dist/doc/html/voyeur/voyeur.txt Installing library in /srv/hackage/var/build/tmp-install/lib/x86_64-linux-ghc-7.6.3/voyeur-0.1.0.0 Registering voyeur-0.1.0.0... Installed voyeur-0.1.0.0