hard problems are fun?

This commit is contained in:
Joey Hess 2012-06-14 12:43:23 -04:00
parent 686760befc
commit 6b56abf215

View file

@ -14,6 +14,18 @@ available in the App Store.
* git (not all git commands are needed,
but core plumbing and a few like `git-add` are.)
## GHC Android?
Android's native SDK does not use glibc. GHC's runtime links with glibc.
This could be an enormous problem. Other people want to see GHC able to
target Android, of course, so someone may solve it before I get stuck on
it.
References:
* <http://stackoverflow.com/questions/5151858/running-a-haskell-program-on-the-android-os>
* <http://www.reddit.com/r/haskell/comments/ful84/haskell_on_android/>
### Android specific features
The app should be aware of power status, and avoid expensive background