yesod/yesod-core
2016-01-14 09:34:43 +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 Add a testcase for nested subsites 2016-01-14 11:30:06 +05:30
Yesod Merge pull request #1144 from ajnsit/hierarchical-subsites 2016-01-14 09:34:00 +02:00
.gitignore
bench.sh
ChangeLog.md Changelog for #1144 2016-01-14 09:34:43 +02: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
test.hs Revert "Delete problematic test.hs" 2015-10-13 10:57:17 +00:00
yesod-core.cabal Version bump (fixes #1128) 2015-12-19 20:08:17 +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.