hard problems are fun?
This commit is contained in:
parent
686760befc
commit
6b56abf215
1 changed files with 12 additions and 0 deletions
|
@ -14,6 +14,18 @@ available in the App Store.
|
||||||
* git (not all git commands are needed,
|
* git (not all git commands are needed,
|
||||||
but core plumbing and a few like `git-add` are.)
|
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
|
### Android specific features
|
||||||
|
|
||||||
The app should be aware of power status, and avoid expensive background
|
The app should be aware of power status, and avoid expensive background
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue