Go to file
2015-08-21 21:52:35 +02:00
demo
yesod Version bump 2015-04-17 12:01:04 +03:00
yesod-auth
yesod-auth-oauth
yesod-bin Correctly reverse package-db argument order (fixes #1057) 2015-08-20 08:49:28 +03:00
yesod-core Fixed mkYesodGeneral message in changelog, and added information about splicing breaking change. 2015-08-21 21:52:35 +02:00
yesod-eventsource
yesod-form Slightly improve comment about constant time comparison 2015-08-16 20:50:29 -04:00
yesod-newsfeed
yesod-persistent
yesod-sitemap
yesod-static Version bump 2015-08-11 07:48:56 +03:00
yesod-test Changelog for yesod-test 1.5 2015-08-20 17:44:31 -07:00
yesod-websockets Fix warning 2015-07-23 06:24:58 +03:00
.gitignore add a stack.yaml file 2015-06-07 21:41:18 -04:00
.travis.yml Travis: use 7.10 and not 7.6 2015-04-29 13:50:15 +03:00
Dockerfile
LICENSE
README
README.md Simplify README based on stack #1021 2015-07-05 15:24:39 +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
sources.txt
stack.yaml Upgrade to newer LTS 2015-08-04 16:44:18 +03:00

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.