*** setup configure setup/setup configure --ghc --user --prefix=/usr/local/tmp/archive/install --haddock-option=--use-contents=/package/proplang-0.1 --haddock-option=--built-in-themes --verbose Configuring proplang-0.1... Warning: No 'build-type' specified. If you do not need a custom Setup.hs or ./configure script then use 'build-type: Simple'. Dependency base >=2.0: using base-4.2.0.2 Dependency glade >=0.9.11: using glade-0.11.1 Dependency glib >=0.9.11: using glib-0.11.2 Dependency gtk >=0.9.11: using gtk-0.11.2 Using Cabal-1.8.0.2 compiled by ghc-6.12 Using compiler: ghc-6.12.3 Using install prefix: /usr/local/tmp/archive/install Binaries installed in: /usr/local/tmp/archive/install/bin Libraries installed in: /usr/local/tmp/archive/install/lib/proplang-0.1/ghc-6.12.3 Private binaries installed in: /usr/local/tmp/archive/install/libexec Data files installed in: /usr/local/tmp/archive/install/share/proplang-0.1 Documentation installed in: /usr/local/tmp/archive/install/share/doc/proplang-0.1 Using alex version 2.3.3 found on system at: /usr/bin/alex Using ar found on system at: /usr/bin/ar Using c2hs version 0.16.0 found on system at: /usr/local/bin/c2hs Using cpphs version 1.11 found on system at: /usr/local/bin/cpphs Using ffihugs found on system at: /usr/local/bin/ffihugs Using gcc version 4.4.5 found on system at: /usr/bin/gcc Using ghc version 6.12.3 found on system at: /usr/local/bin/ghc Using ghc-pkg version 6.12.3 found on system at: /usr/local/bin/ghc-pkg Using greencard found on system at: /usr/local/tmp/archive/install/bin/greencard Using haddock version 2.8.1 found on system at: /usr/local/bin/haddock Using happy version 1.17 found on system at: /usr/local/bin/happy No hmake found Using hsc2hs version 0.67 found on system at: /usr/local/bin/hsc2hs Using hscolour version 1.17 found on system at: /usr/local/bin/HsColour Using hugs found on system at: /usr/local/bin/hugs No jhc found Using ld found on system at: /usr/bin/ld No lhc found No lhc-pkg found No nhc98 found Using pkg-config version 0.25 found on system at: /usr/bin/pkg-config 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 *** setup build setup/setup build --verbose Creating dist/build (and its parents) Creating dist/build/autogen (and its parents) Preprocessing library proplang-0.1... Building proplang-0.1... Building library... Creating dist/build (and its parents) /usr/local/bin/ghc --make -package-name proplang-0.1 -hide-all-packages -fbuilding-cabal-package -i -idist/build -i. -idist/build/autogen -Idist/build/autogen -Idist/build -optP-include -optPdist/build/autogen/cabal_macros.h -odir dist/build -hidir dist/build -stubdir dist/build -package-id base-4.2.0.2-10bdacb430274706a59728e237e2bfb3 -package-id glade-0.11.1-e3244fa09817a90c26bbc20cbdeefca4 -package-id glib-0.11.2-6f79c747f545df3b6957afe325de76c7 -package-id gtk-0.11.2-471c9995934f4871886d7e32497d52ad -O --make -O2 -Wall PropLang.Gtk PropLang.Variable PropLang.Event PropLang.Value [1 of 4] Compiling PropLang.Event ( PropLang/Event.hs, dist/build/PropLang/Event.o ) PropLang/Event.hs:22:0: Warning: The import of `Control.Monad' is redundant except perhaps to import instances from `Control.Monad' To import instances alone, use: import Control.Monad() PropLang/Event.hs:25:0: Warning: Definition but no type signature for `debug' Inferred type: debug :: String -> IO () PropLang/Event.hs:64:19: Warning: Defined but not used: `a' PropLang/Event.hs:75:19: Warning: Defined but not used: `a' PropLang/Event.hs:75:21: Warning: Defined but not used: `n' PropLang/Event.hs:77:28: Warning: This binding for `a' shadows the existing binding bound at PropLang/Event.hs:75:19 PropLang/Event.hs:84:21: Warning: Defined but not used: `n' [2 of 4] Compiling PropLang.Value ( PropLang/Value.hs, dist/build/PropLang/Value.o ) PropLang/Value.hs:30:17: Warning: This binding for `x' shadows the existing binding bound at PropLang/Value.hs:26:16 PropLang/Value.hs:41:10: Warning: This binding for `x' shadows the existing binding bound at PropLang/Value.hs:37:13 PropLang/Value.hs:42:5: Warning: Defined but not used: `old' [3 of 4] Compiling PropLang.Variable ( PropLang/Variable.hs, dist/build/PropLang/Variable.o ) PropLang/Variable.hs:95:1: Warning: A do-notation statement discarded a result of type EventHandle. Suppress this warning by saying "_ <- var1 += ((.) valSet val2 f12 =<< getVar var1)", or by using the flag -fno-warn-unused-do-bind PropLang/Variable.hs:96:1: Warning: A do-notation statement discarded a result of type EventHandle. Suppress this warning by saying "_ <- var2 += ((.) valSet val1 f21 =<< getVar var2)", or by using the flag -fno-warn-unused-do-bind [4 of 4] Compiling PropLang.Gtk ( PropLang/Gtk.hs, dist/build/PropLang/Gtk.o ) PropLang/Gtk.hs:35:101: Module `Graphics.UI.Gtk' does not export `Event' *** Trying again with preferred-versions *** setup configure setup/setup configure --ghc --user --prefix=/usr/local/tmp/archive/install --haddock-option=--use-contents=/package/proplang-0.1 --haddock-option=--built-in-themes --constraint=base<4 --constraint=parsec<3 --constraint=QuickCheck<2 --verbose Configuring proplang-0.1... Warning: No 'build-type' specified. If you do not need a custom Setup.hs or ./configure script then use 'build-type: Simple'. Dependency base >=2.0 && <4: using base-3.0.3.2 Dependency glade >=0.9.11: using glade-0.11.1 Dependency glib >=0.9.11: using glib-0.11.2 Dependency gtk >=0.9.11: using gtk-0.11.2 Using Cabal-1.8.0.2 compiled by ghc-6.12 Using compiler: ghc-6.12.3 Using install prefix: /usr/local/tmp/archive/install Binaries installed in: /usr/local/tmp/archive/install/bin Libraries installed in: /usr/local/tmp/archive/install/lib/proplang-0.1/ghc-6.12.3 Private binaries installed in: /usr/local/tmp/archive/install/libexec Data files installed in: /usr/local/tmp/archive/install/share/proplang-0.1 Documentation installed in: /usr/local/tmp/archive/install/share/doc/proplang-0.1 Using alex version 2.3.3 found on system at: /usr/bin/alex Using ar found on system at: /usr/bin/ar Using c2hs version 0.16.0 found on system at: /usr/local/bin/c2hs Using cpphs version 1.11 found on system at: /usr/local/bin/cpphs Using ffihugs found on system at: /usr/local/bin/ffihugs Using gcc version 4.4.5 found on system at: /usr/bin/gcc Using ghc version 6.12.3 found on system at: /usr/local/bin/ghc Using ghc-pkg version 6.12.3 found on system at: /usr/local/bin/ghc-pkg Using greencard found on system at: /usr/local/tmp/archive/install/bin/greencard Using haddock version 2.8.1 found on system at: /usr/local/bin/haddock Using happy version 1.17 found on system at: /usr/local/bin/happy No hmake found Using hsc2hs version 0.67 found on system at: /usr/local/bin/hsc2hs Using hscolour version 1.17 found on system at: /usr/local/bin/HsColour Using hugs found on system at: /usr/local/bin/hugs No jhc found Using ld found on system at: /usr/bin/ld No lhc found No lhc-pkg found No nhc98 found Using pkg-config version 0.25 found on system at: /usr/bin/pkg-config 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 *** setup haddock setup/setup haddock --verbose --html-location=/packages/archive/$pkg/$version/doc/html --hyperlink-source Running Haddock for proplang-0.1... /usr/local/bin/haddock --use-contents=/package/proplang-0.1 --built-in-themes --ghc-version Creating dist/build (and its parents) Creating dist/build/autogen (and its parents) Preprocessing library proplang-0.1... Running hscolour for proplang-0.1... Creating dist/doc/html/proplang (and its parents) Creating dist/doc/html/proplang/src (and its parents) /usr/local/bin/HsColour -print-css -odist/doc/html/proplang/src/hscolour.css /usr/local/bin/HsColour -css -anchor -odist/doc/html/proplang/src/PropLang-Gtk.html PropLang/Gtk.hs /usr/local/bin/HsColour -css -anchor -odist/doc/html/proplang/src/PropLang-Variable.html PropLang/Variable.hs /usr/local/bin/HsColour -css -anchor -odist/doc/html/proplang/src/PropLang-Event.html PropLang/Event.hs /usr/local/bin/HsColour -css -anchor -odist/doc/html/proplang/src/PropLang-Value.html PropLang/Value.hs Warning: The documentation for the following packages are not installed. No links will be generated to these packages: base-3.0.3.2, ffi-1.0, rts-1.0 /usr/local/bin/ghc --print-libdir copy PropLang/Gtk.hs to dist/build/tmp25274/PropLang/Gtk.hs copy PropLang/Variable.hs to dist/build/tmp25274/PropLang/Variable.hs copy PropLang/Event.hs to dist/build/tmp25274/PropLang/Event.hs copy PropLang/Value.hs to dist/build/tmp25274/PropLang/Value.hs Creating dist/doc/html/proplang/ (and its parents) /usr/local/bin/haddock --use-contents=/package/proplang-0.1 --built-in-themes --prologue=dist/doc/html/proplang/haddock-prolog25274.txt --dump-interface=dist/doc/html/proplang/proplang.haddock --optghc=-package-name --optghc=proplang-0.1 --source-module=src/%{MODULE/./-}.html --source-entity=src/%{MODULE/./-}.html#%{NAME} --verbosity=1 --html --read-interface=/packages/archive/array/0.3.0.1/doc/html,/usr/local/share/doc/ghc/html/libraries/array-0.3.0.1/array.haddock --read-interface=/packages/archive/base/4.2.0.2/doc/html,/usr/local/share/doc/ghc/html/libraries/base-4.2.0.2/base.haddock --read-interface=/packages/archive/bytestring/0.9.1.7/doc/html,/usr/local/share/doc/ghc/html/libraries/bytestring-0.9.1.7/bytestring.haddock --read-interface=/packages/archive/cairo/0.11.1/doc/html,/usr/local/tmp/archive/install/share/doc/cairo-0.11.1/html/cairo.haddock --read-interface=/packages/archive/containers/0.3.0.0/doc/html,/usr/local/share/doc/ghc/html/libraries/containers-0.3.0.0/containers.haddock --read-interface=/packages/archive/directory/1.0.1.1/doc/html,/usr/local/share/doc/ghc/html/libraries/directory-1.0.1.1/directory.haddock --read-interface=/packages/archive/filepath/1.1.0.4/doc/html,/usr/local/share/doc/ghc/html/libraries/filepath-1.1.0.4/filepath.haddock --read-interface=/packages/archive/ghc-prim/0.2.0.0/doc/html,/usr/local/share/doc/ghc/html/libraries/ghc-prim-0.2.0.0/ghc-prim.haddock --read-interface=/packages/archive/gio/0.11.1/doc/html,/usr/local/tmp/archive/install/share/doc/gio-0.11.1/html/gio.haddock --read-interface=/packages/archive/glade/0.11.1/doc/html,/usr/local/tmp/archive/install/share/doc/glade-0.11.1/html/glade.haddock --read-interface=/packages/archive/glib/0.11.2/doc/html,/usr/local/tmp/archive/install/share/doc/glib-0.11.2/html/glib.haddock --read-interface=/packages/archive/gtk/0.11.2/doc/html,/usr/local/tmp/archive/install/share/doc/gtk-0.11.2/html/gtk.haddock --read-interface=/packages/archive/haskell98/1.0.1.1/doc/html,/usr/local/share/doc/ghc/html/libraries/haskell98-1.0.1.1/haskell98.haddock --read-interface=/packages/archive/integer-gmp/0.2.0.1/doc/html,/usr/local/share/doc/ghc/html/libraries/integer-gmp-0.2.0.1/integer-gmp.haddock --read-interface=/packages/archive/mtl/1.1.1.0/doc/html,/usr/local/tmp/archive/install/share/doc/mtl-1.1.1.0/html/mtl.haddock --read-interface=/packages/archive/old-locale/1.0.0.2/doc/html,/usr/local/share/doc/ghc/html/libraries/old-locale-1.0.0.2/old-locale.haddock --read-interface=/packages/archive/old-time/1.0.0.5/doc/html,/usr/local/share/doc/ghc/html/libraries/old-time-1.0.0.5/old-time.haddock --read-interface=/packages/archive/pango/0.11.2/doc/html,/usr/local/tmp/archive/install/share/doc/pango-0.11.2/html/pango.haddock --read-interface=/packages/archive/pretty/1.0.1.1/doc/html,/usr/local/share/doc/ghc/html/libraries/pretty-1.0.1.1/pretty.haddock --read-interface=/packages/archive/process/1.0.1.3/doc/html,/usr/local/share/doc/ghc/html/libraries/process-1.0.1.3/process.haddock --read-interface=/packages/archive/random/1.0.0.2/doc/html,/usr/local/share/doc/ghc/html/libraries/random-1.0.0.2/random.haddock --read-interface=/packages/archive/syb/0.1.0.2/doc/html,/usr/local/share/doc/ghc/html/libraries/syb-0.1.0.2/syb.haddock --read-interface=/packages/archive/time/1.1.4/doc/html,/usr/local/share/doc/ghc/html/libraries/time-1.1.4/time.haddock --read-interface=/packages/archive/unix/2.4.0.2/doc/html,/usr/local/share/doc/ghc/html/libraries/unix-2.4.0.2/unix.haddock --odir=dist/doc/html/proplang/ --title=proplang-0.1: A library for functional GUI development --optghc=-hide-all-packages --optghc=-fbuilding-cabal-package --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=-odir --optghc=dist/build --optghc=-hidir --optghc=dist/build --optghc=-stubdir --optghc=dist/build --optghc=-package-id --optghc=base-3.0.3.2-260693a92016991a03206b5a55f6a411 --optghc=-package-id --optghc=glade-0.11.1-e3244fa09817a90c26bbc20cbdeefca4 --optghc=-package-id --optghc=glib-0.11.2-6f79c747f545df3b6957afe325de76c7 --optghc=-package-id --optghc=gtk-0.11.2-471c9995934f4871886d7e32497d52ad --optghc=-O --optghc=--make --optghc=-O2 --optghc=-Wall -B/usr/local/lib/ghc-6.12.3 dist/build/tmp25274/PropLang/Gtk.hs dist/build/tmp25274/PropLang/Variable.hs dist/build/tmp25274/PropLang/Event.hs dist/build/tmp25274/PropLang/Value.hs haddock: Couldn't parse GHC options: -package-name proplang-0.1 -hide-all-packages -fbuilding-cabal-package -i -idist/build -i. -idist/build/autogen -Idist/build/autogen -Idist/build -optP-include -optPdist/build/autogen/cabal_macros.h -odir dist/build -hidir dist/build -stubdir dist/build -package-id base-3.0.3.2-260693a92016991a03206b5a55f6a411 -package-id glade-0.11.1-e3244fa09817a90c26bbc20cbdeefca4 -package-id glib-0.11.2-6f79c747f545df3b6957afe325de76c7 -package-id gtk-0.11.2-471c9995934f4871886d7e32497d52ad -O --make -O2 -Wall