*** 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.3.0.0 Dependency glade >=0.9.11: using glade-0.12.0 Dependency glib >=0.9.11: using glib-0.12.0 Dependency gtk >=0.9.11: using gtk-0.12.0 Using Cabal-1.8.0.2 compiled by ghc-6.12 Using compiler: ghc-7.0.1 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-7.0.1 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 7.0.1 found on system at: /usr/local/bin/ghc Using ghc-pkg version 7.0.1 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.0 found on system at: /usr/local/bin/haddock Using happy version 1.18.6 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.3.0.0-b91367e4fa5bd47d8e75958171ad21b7 -package-id glade-0.12.0-d6689cd5d77b1ba2867c2b4ac8acd760 -package-id glib-0.12.0-b3b18197fa51b4ab28c3f4d57cdbf6f9 -package-id gtk-0.12.0-2614dde6e6de3743366a7118dad3be36 -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:1: 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:1: Warning: Top-level binding with no type signature: debug :: String -> IO () PropLang/Event.hs:64:20: Warning: Defined but not used: `a' PropLang/Event.hs:75:20: Warning: Defined but not used: `a' PropLang/Event.hs:75:22: Warning: Defined but not used: `n' PropLang/Event.hs:77:29: Warning: This binding for `a' shadows the existing binding bound at PropLang/Event.hs:75:20 PropLang/Event.hs:84:22: Warning: Defined but not used: `n' [2 of 4] Compiling PropLang.Value ( PropLang/Value.hs, dist/build/PropLang/Value.o ) PropLang/Value.hs:30:18: Warning: This binding for `x' shadows the existing binding bound at PropLang/Value.hs:26:17 PropLang/Value.hs:41:18: Warning: This binding for `x' shadows the existing binding bound at PropLang/Value.hs:37:14 PropLang/Value.hs:42:13: Warning: Defined but not used: `old' [3 of 4] Compiling PropLang.Variable ( PropLang/Variable.hs, dist/build/PropLang/Variable.o ) PropLang/Variable.hs:95:9: 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:9: 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:102: Module `Graphics.UI.Gtk' does not export `Event'