From b1373f0d15a3cb3de4e99195e8b22de513a30280 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 1 Jan 2016 16:02:11 -0400 Subject: [PATCH] update --- doc/todo/ditch_yesod.mdwn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/todo/ditch_yesod.mdwn b/doc/todo/ditch_yesod.mdwn index 2b53402f6d..062ba7ed3b 100644 --- a/doc/todo/ditch_yesod.mdwn +++ b/doc/todo/ditch_yesod.mdwn @@ -3,7 +3,7 @@ reasons: * It's by far the largest use of TH in git-annex, and TH is of course very painful for the android port, other builds like debian mips that don't - currently support TH, etc. + currently support TH, etc. (Update: mips does support it now, it seems!) * I think it's responsible for at least 50% of the executable size, and I suspect a lot of that is unncessary bloat for parts of yesod that git-annex doesn't really use. @@ -23,7 +23,7 @@ fast as hamlet, and pure haskell code. Game plan: -1. Uploadd a yesod-lucid to hackage. (done) +1. Upload a yesod-lucid to hackage. (done) 2. Get servant, lucid, maybe yesod-lucid, packaged in Debian 3. Start converting individual yesod Handler Html to Handler LucidHtml. This will ditch the hamlet. This is by far the most work, but it can be