yesod/yesod-core
2016-11-04 11:10:26 +02:00
..
attic Added pong.hs 2013-03-17 12:48:11 +02:00
bench
static
test cached and cachedBy will not overwrite global state changes 2016-08-28 19:02:11 +03:00
Yesod languages reflects setLanguage 2016-11-04 11:10:26 +02:00
.gitignore Add 'yesod-core/' from commit '982d6185bee75b078bee92bd8a2e8743707f1922' 2011-07-22 08:59:56 +03:00
bench.sh Remove a painful slowdown from randomIV 2011-11-25 15:11:15 +02:00
ChangeLog.md languages reflects setLanguage 2016-11-04 11:10:26 +02:00
helloworld.hs
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 Revert "Delete problematic test.hs" 2015-10-13 10:57:17 +00:00
yesod-core.cabal languages reflects setLanguage 2016-11-04 11:10:26 +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.