yesod/yesod-core
2024-01-18 02:48:02 +01: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 Merge branch 'master' into uni2work 2024-01-18 02:48:02 +01:00
static Add 'yesod-core/' from commit '982d6185bee75b078bee92bd8a2e8743707f1922' 2011-07-22 08:59:56 +03:00
test Fix SubSub compilation for GHC >= 9.0.1 2023-07-26 12:21:31 +03:00
.gitignore
bench.sh
ChangeLog.md Actually export the new options (#1825) 2023-11-28 15:04:23 -07: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 Add 'yesod-core/' from commit '982d6185bee75b078bee92bd8a2e8743707f1922' 2011-07-22 08:59:56 +03:00
yesod-core.cabal Actually export the new options (#1825) 2023-11-28 15:04:23 -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.