yesod/yesod-core
2023-07-26 12:21:31 +03:00
..
attic
bench Cleanup warnings 2018-01-15 15:09:07 +02:00
src/Yesod Works with subsite-with-static 2023-06-25 18:05:14 +03:00
static
test Fix SubSub compilation for GHC >= 9.0.1 2023-07-26 12:21:31 +03:00
.gitignore
bench.sh
ChangeLog.md Fix SubSub compilation for GHC >= 9.0.1 2023-07-26 12:21:31 +03:00
helloworld.hs
LICENSE
README.md README.md 2014-11-23 12:18:41 +02:00
Setup.lhs
yesod-core.cabal Fix SubSub compilation for GHC >= 9.0.1 2023-07-26 12:21:31 +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.