aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-01-01 16:02:11 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-01-01 16:02:11 -0400
commitf755deb1c6059857a375db2b68b5d20886fafbbe (patch)
tree1f6870b4371be3c9decfbb67fa62b5c3a4ec4fa4 /doc
parent02fe8a497434ed6b7cfa12d68779bcaa0d9813c2 (diff)
update
Diffstat (limited to 'doc')
-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