[Haskell-cafe] ghc

Adam Langley agl at imperialviolet.org
Thu Apr 10 17:27:25 EDT 2008


2008/4/10 Cetin Sert <cetin.sert at gmail.com>:
> 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 agl at imperialviolet.org http://www.imperialviolet.org


More information about the Haskell-Cafe mailing list