yesod/yesod-core
Maximilian Tagher 77e6c3e7c2
Recommend .yesodroutes file extension (#1686)
* Recommend .yesodroutes file extension

Closes https://github.com/yesodweb/yesod/issues/1685

* ..
2020-07-26 17:08:39 +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 Recommend .yesodroutes file extension (#1686) 2020-07-26 17:08:39 +03:00
static Add 'yesod-core/' from commit '982d6185bee75b078bee92bd8a2e8743707f1922' 2011-07-22 08:59:56 +03:00
test Recommend .yesodroutes file extension (#1686) 2020-07-26 17:08:39 +03:00
.gitignore
bench.sh
ChangeLog.md Recommend .yesodroutes file extension (#1686) 2020-07-26 17:08:39 +03:00
helloworld.hs
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
yesod-core.cabal Recommend .yesodroutes file extension (#1686) 2020-07-26 17:08:39 +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.