yesod/yesod-core
Michael Snoyman 0b0341a280 vector 0.11
2015-07-15 19:10:17 +03:00
..
attic Added pong.hs 2013-03-17 12:48:11 +02:00
bench Merge yesod-routes into yesod-core entirely 2014-09-07 17:34:37 +03:00
static
test added functions to simplify application of an ssl-only policy to a site 2014-12-20 10:26:32 -05:00
Yesod Use a let binding for greater clarity 2015-06-30 18:30:24 -04:00
.gitignore
bench.sh
ChangeLog.md Version bump 2015-07-02 18:53:47 +03:00
helloworld.hs MonadHandler/MonadWidget 2013-03-17 10:10:39 +02:00
LICENSE
README.md README.md 2014-11-23 12:18:41 +02:00
Setup.lhs Add 'yesod-core/' from commit '982d6185bee75b078bee92bd8a2e8743707f1922' 2011-07-22 08:59:56 +03:00
test.hs hspec 1.3 2012-08-03 15:40:36 +03:00
yesod-core.cabal vector 0.11 2015-07-15 19:10:17 +03:00

yesod-core

This is the main package for Yesod, providing all core functionality on which other packages can be built. It provides dispatch, handler functions, widgets, etc.

Yesod is well documented on its website.