Похоже, вам сначала нужно установить gtk2hs.
Вот инструкции по установке Windows для gtk2hs из репозитория gtk2hs (так что я думаю, что они самые последние и актуальные).
В частности, я думаю, что вы должны следовать следующим битам:
Building on Windows
--------------------
Installation on Windows is nearly as easy as on Unix platforms. However, you
need to download the pre-compiled binary libraries of Gtk+ and all it's
dependent libraries. Point your browser to
http://www.gtk.org/download-windows.html
and download one of the "All-in-one bundles". Note that you do *not* need to
install MinGW nor MSys (but it does not hurt if they are installed on your
system). Install the binaries by unpacking them into a directory without
spaces. Again, this is very important:
*** Do not install the binaries into a directory with embedded spaces. ***
Ensure that the /bin directory is added to your %PATH%. You can ensure that
everything is installed correctly if you can say
pkg-config --cflags gtk+-2.0
and you see some compiler flags that contain the path into which you have
installed the binary bundle. We had reports that the binaries containing version 2.22 do not work and that the version 2.16 gives the following errors when running cabal:
setup.exe: gtk-0.12.0: library-dirs: c:/.../dist/win64/libpng-1.4.3-1/lib doesn't exist or isn't a directory
This problem can be worked around by creating said directory and copying libpng into it. Any further feedback regarding the installation of the binary packages is welcome.
You may now install the cabal packages of Gtk2Hs into any directory you like
(including one that contains embedded spaces). Note that cabal installs the
tools necessary to build into something like
C:\Documents and Settings\%user%\Application Data\cabal\bin
Make sure that this path is also in your %PATH% variable!
ghci and Gtk2Hs on Windows
Due to the way cabal registers packages with ghc, it is quite difficult to
perform the renaming of libraries which is necessary for the binary Windows
bundle to work. As a consequence, the cabal package can do this renaming only
with Cabal 1.8 (shipped with ghc 6.12). If you use ghc 6.10 or earlier, you
need to upgrade your Cabal system to 1.8 if you want to build Gtk2Hs with ghci
support. Note that it is always possible to build executables on Windows.
Как только вы заработаете эту работу, вы сможете:
cabal install gtk gtk2hs-buildtools glib