[Haskell-cafe] Haskell for Gingerbread

Stefan Kersten sk at k-hornz.de
Thu Jan 13 12:07:44 CET 2011


On 28.12.10 21:25, John Meacham wrote:
> jhc generated C works on the android/ARM just fine. Android specific
> libraries arn't available, so you would have to bind to what you want
> with the FFI.

is there a recommended procedure for porting code from GHC to JHC? i'd like to
port an application of mine to ios/android, but my naive approach of specifying
the jhc compiler in ~/.cabal/config fails with the first dependency (binary),
because the base library does not have the required version. any hints?

thanks,
<sk>



More information about the Haskell-Cafe mailing list