summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-06-14 12:43:23 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-06-14 12:43:23 -0400
commit6b56abf215701b294895c175499fe0493360427c (patch)
tree61b474b51407f5bee7116bade3354b0bde051e33
parent686760befc3f145b8a490c337af9bcba289c42b2 (diff)
hard problems are fun?
-rw-r--r--doc/design/assistant/android.mdwn12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/design/assistant/android.mdwn b/doc/design/assistant/android.mdwn
index 897ebd760..f2711a479 100644
--- a/doc/design/assistant/android.mdwn
+++ b/doc/design/assistant/android.mdwn
@@ -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