How to package a haskell gtk2hs glade application on windows?

I made a little GUI app with gtk2hs, Glade and Haskell. It runs fine on Windows XP, but users need to install GTK+, gtk2hs (it asks for libglade-2.0.0.dll) and GHC (as it's a gtk2hs dependency) in order to run it.

I'm a Windows n00b myself, but how can I simplify installing my little GUI from a user's perspective? Is there a way to package it with the needed .dll's? And how can I best find out which .dll's will be needed? What's a good practice?

Thanks a lot, Jarra

11
задан user639556 7 March 2011 в 18:44
поделиться