yesod/yesod-core
2015-12-04 14:40:50 +02: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 Placed App after mkYesod in the RawResponse test. 2015-08-23 22:53:13 +02:00
Yesod getApprootText 2015-12-04 14:40:50 +02:00
.gitignore
bench.sh
ChangeLog.md getApprootText 2015-12-04 14:40:50 +02:00
helloworld.hs
LICENSE
README.md README.md 2014-11-23 12:18:41 +02:00
Setup.lhs
test.hs Revert "Delete problematic test.hs" 2015-10-13 10:57:17 +00:00
yesod-core.cabal getApprootText 2015-12-04 14:40:50 +02: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.