yesod/yesod-core
Michael Snoyman 856e60eb9b Version bump
2016-09-25 14:34:38 +03:00
..
attic Added pong.hs 2013-03-17 12:48:11 +02:00
bench Fix benchmark compilation of yesod-core 2016-04-21 20:17:05 +03:00
static
test cached and cachedBy will not overwrite global state changes 2016-08-28 19:02:11 +03:00
Yesod Use #if MIN_VERSION_transformers(0,4,0) instead of __GLASGOW_HASKELL__ >= 710 2016-09-22 13:27:25 -04:00
.gitignore
bench.sh
ChangeLog.md Version bump 2016-09-25 14:34:38 +03: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 2016-09-25 14:34:38 +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.