From 150b724d933f814d49b2195091579750fb416642 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 15 Apr 2013 20:08:37 -0400 Subject: [PATCH] blog for the day --- .../assistant/blog/day_238__back_to_Android.mdwn | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 doc/design/assistant/blog/day_238__back_to_Android.mdwn diff --git a/doc/design/assistant/blog/day_238__back_to_Android.mdwn b/doc/design/assistant/blog/day_238__back_to_Android.mdwn new file mode 100644 index 0000000000..b07d784fa3 --- /dev/null +++ b/doc/design/assistant/blog/day_238__back_to_Android.mdwn @@ -0,0 +1,11 @@ +Back to really working toward an Android webapp now. I have been improving +the EvilSplicer, and the build machinery, and build environment all day. +Slow but steady progress. + +First milestone of the day was when I got `yesod-form` to build with all +Template Haskell automatically expanded by the EvilSplicer. (With a few +manual fixups where it's buggy.) + +At this point the Android build with the webapp enabled successfully +builds several files containing Yesod code.. And I suspect I am very close +to getting a first webapp build for Android.