yesod/yesod-core
Michael Snoyman b5839420aa
Version bump
2019-04-13 22:01:17 +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
src/Yesod Introduce JSONResponse. 2019-04-12 16:13:53 -05:00
static
test Deprecate insecure JSON body functions 2019-01-24 09:12:48 -06:00
.gitignore
bench.sh
ChangeLog.md Introduce JSONResponse. 2019-04-12 16:13:53 -05: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
yesod-core.cabal Version bump 2019-04-13 22:01: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.