yesod/yesod-core
2018-04-04 12:11:27 +03:00
..
attic Added pong.hs 2013-03-17 12:48:11 +02:00
bench Cleanup warnings 2018-01-15 15:09:07 +02:00
static
test Merge pull request #1478 from jprider63/master 2018-01-29 14:57:44 +02:00
Yesod Add missing SubHandlerFor export 2018-04-04 12:11:27 +03:00
.gitignore
bench.sh
ChangeLog.md Add missing SubHandlerFor export 2018-04-04 12:11:27 +03:00
helloworld.hs
LICENSE
README.md README.md 2014-11-23 12:18:41 +02:00
Setup.lhs
yesod-core.cabal Add missing SubHandlerFor export 2018-04-04 12:11:27 +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.