yesod/yesod-core
2015-08-26 16:10:56 +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 Remove unused applicative. 2015-08-26 16:10:56 +02:00
.gitignore
bench.sh Remove a painful slowdown from randomIV 2011-11-25 15:11:15 +02:00
ChangeLog.md 1.4.15 Changelog 2015-08-23 17:16:11 -07:00
helloworld.hs MonadHandler/MonadWidget 2013-03-17 10:10:39 +02:00
LICENSE Update license with MIT license 2012-04-29 09:38:45 +03:00
README.md README.md 2014-11-23 12:18:41 +02:00
Setup.lhs
test.hs hspec 1.3 2012-08-03 15:40:36 +03:00
yesod-core.cabal version bump yesod-core to 1.4.15 2015-08-23 17:20:42 -07: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.