2008/4/10 Cetin Sert <[EMAIL PROTECTED]>: > Is GHC required to be installed on the target OS I compile Haskell binaries > for in order for these binaries to run? I need a quick answer on that!
Short answer: no. GHC can produce binaries which don't have any runtime deps on GHC libs. One thing that you might need on the target host is GMP, however that's pretty common. AGL -- Adam Langley [EMAIL PROTECTED] http://www.imperialviolet.org _______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe