Go to file
2019-03-17 11:19:38 +02:00
.github stack list-dependencies is deprecated 2018-06-06 20:39:56 +05:30
demo Added an example with email auth and an ses mailer 2015-12-05 20:21:38 -07:00
yesod yesod package compiles (still want to clean it up) 2019-02-27 05:32:36 +02:00
yesod-auth It all compiles 2019-03-12 13:14:27 +02:00
yesod-auth-oauth It all compiles 2019-03-12 13:14:27 +02:00
yesod-bin Relax upper bound (fixes #1566) 2018-12-19 08:28:07 +02:00
yesod-core Merge remote-tracking branch 'origin/master' into rio 2019-03-17 11:19:38 +02:00
yesod-eventsource More things work with rio 2019-02-26 11:33:11 +02:00
yesod-form Use a Deque 2019-02-27 05:26:30 +02:00
yesod-newsfeed More things work with rio 2019-02-26 11:33:11 +02:00
yesod-persistent Document runDB 2019-03-06 11:31:38 -08:00
yesod-sitemap More things work with rio 2019-02-26 11:33:11 +02:00
yesod-static Updated changelogs and versions for #1561 2018-10-11 14:21:17 -04:00
yesod-test It all compiles 2019-03-12 13:14:27 +02:00
yesod-websockets More things work with rio 2019-02-26 11:33:11 +02:00
.gitignore Add .DS_Store to .gitignore file 2018-01-24 08:33:46 -08:00
.travis.yml Remove some older stuff 2019-02-21 07:05:31 +02:00
appveyor.yml Remove some older stuff 2019-02-21 07:05:31 +02:00
CODE_OF_CONDUCT.md Switch CoC to Contributor Covenant 2017-12-06 16:02:01 +02:00
CONTRIBUTING.md Respond to @psibi's comments 2017-11-08 22:43:51 -08:00
Dockerfile add a Dockerfile for haskell development 2015-05-27 11:43:16 -04:00
LICENSE Switch to copyright year range #617 2017-02-27 09:47:45 +02:00
README Formatted README a bit 2009-07-14 20:52:09 +03:00
README.md Add travis badge to README 2016-09-01 19:54:18 +03:00
ReleaseNotes.md notes were out of date, seem to be maintained on wiki, noted such 2013-01-03 21:09:54 -08:00
stack.yaml More LTSes are tested 2019-01-22 20:09:05 +02:00

Build Status

Yesod Web Framework

An advanced web framework using the Haskell programming language. Featuring:

  • safety & security guaranteed at compile time
  • developer productivity: tools for all your basic web development needs
  • raw performance
    • fast, compiled code
    • techniques for constant-space memory consumption
  • asynchronous IO
    • this is built in to the Haskell programming language (like Erlang)

Learn more about Yesod on its main website. If you want to get started using Yesod, we strongly recommend the quick start guide, based on the Haskell build tool stack.

Hacking on Yesod

Yesod consists mostly of four repositories:

git clone --recursive http://github.com/yesodweb/shakespeare
git clone --recursive http://github.com/yesodweb/persistent
git clone --recursive http://github.com/yesodweb/wai
git clone --recursive http://github.com/yesodweb/yesod

Each repository can be built with stack build.