
13 Jan
2011
13 Jan
'11
6:07 a.m.
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>