summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/todo/ditch_yesod.mdwn4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/todo/ditch_yesod.mdwn b/doc/todo/ditch_yesod.mdwn
index 2b53402f6..062ba7ed3 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