ghc-android
ghc-android copied to clipboard
Build scripts for building ghc cross compilers targeting Android
Sorry if this is the wrong place to put this. I was trying ./build on Debian "wheezy", which is currently stable. I had to upgrade automake to 1.13 which I...
This apparently fails, and always returns a null list. System.Environment.getEnvironment does work. I have not checked, but it seems likely other functions in System.Posix.Env are also broken. Also, there is...
Build script uses pushd/popd a lot. It confuses, you need to balance pushd/popd... There is alternative: ``` ( cd "$directory" ) ``` The code in in `()` have separate current...
Note to self. :)
At this point I have ported hundreds of haskell libraries to android, and have a fully working application. I have not sent many of my patches to the library authors....
Can we merge Android compatibility into the official GHC build? It would be nice to get Android support out of the box with Haskell Platform.
Trying to build packages that use a Custom Setup.hs with the cabal wrapper will fail. It seems cabal doesn't really understand cross-compiling, so it builds the Setup.hs with the android...