summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-05-07 19:40:21 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-05-07 19:40:21 -0400
commite26dccc10ded226f057ec2a64bf069c79f3352c7 (patch)
tree3de81dfbb01e094d8f72c34545da9f94f8d83796 /doc
parent2d24401fbf0844c2046af01d2a288d593e8166f4 (diff)
blog for the day
Diffstat (limited to 'doc')
-rw-r--r--doc/design/assistant/blog/day_257__rainy_day.mdwn6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/design/assistant/blog/day_257__rainy_day.mdwn b/doc/design/assistant/blog/day_257__rainy_day.mdwn
new file mode 100644
index 000000000..871e5b8b5
--- /dev/null
+++ b/doc/design/assistant/blog/day_257__rainy_day.mdwn
@@ -0,0 +1,6 @@
+Put in a fix for `getprotobyname` apparently not returning anything for
+"tcp" on Android. This might fix all the special remotes there, but I don't
+know yet, because I have to rebuild a lot of Haskell libraries to try it.
+
+So, I spent most of today writing a script to build all the Haskell
+libraries for Android from scratch, with all my patches.