
15 Sep
2008
15 Sep
'08
5:03 a.m.
leledumbo_cool:
Don Stewart-2 wrote:
Use cabal to build your application. It strips the applications for you, in a portable manner.
Even if it's only a single module program? That's far too complicated!
It depends on if you want to deploy the code, and if you want to do it portably. Since you're stripping, I guess you do want to deploy. So for that you need a build system. Here, an example. A single module program, that uses cabal. http://code.haskell.org/~dons/code/rss2irc/ As a result, it can be widely distributed from hackage, or natively packaged, or what not. Cabal is easy. -- Don