This question isn&#39;t directly related to Haskell, but I figure some one might know here.<br><br>I want to deploy an application. I could either:<br>1) Tell people how to download GHC, have them check out the repository, have them install all the needed hackage packages, ...<br>
&nbsp;&nbsp;&nbsp; or<br>2) Give them a setup.msi/exe<br><br>I&#39;m curious if any one has done this with a Haskell package. It seems that it&#39;s something that might make sense being integrated into Cabal (runhaskell Setup msi).<br>
<br>Either way, has some one deployed a Haskell binary as a MSI package?<br><br clear="all">/jve<br>