yesod-pure

Yesod in pure Haskell: no Template Haskell or QuasiQuotes (deprecated)

https://github.com/snoyberg/yesod-pure

Latest on Hackage:0.1.0.2

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

MIT licensed by Michael Snoyman
Maintained by [email protected]

NOTE: Most of the concepts from this package have made it into yesod-core itself since the 1.2 release. Please see http://www.yesodweb.com/blog/2013/03/yesod-dispatch-version-1-2 for more information, or search the Haddocks for LiteApp.

Provides helper functions to simplify programming of Yesod without any code generation or non-Haskell DSLs. Mainly, this is focused on the routing quasi-quoter, though some templating help is provided as well.