
27 Nov
2010
27 Nov
'10
1:28 p.m.
Hello all, I pushed a new package yesod-continuations to hackage. It allows you to register a handler for one time use (by the session that generated it) at a unique URL. I wrote it as an alternative to subsites for writing yesod widgets with "internal urls" (ajax widgets, for example). A demo (testcont.hs) is included in the source, and the master and continuation branches of my yesod-tailwidget repo compare the two approaches. Feedback is welcome. regards, -matt Hackage: http://hackage.haskell.org/package/yesod-continuations-0.1 GitHub: https://github.com/softmechanics/yesod-continuations yesod-tailwidget GitHub: https://github.com/softmechanics/yesod-tailwidget