Go to file
2016-11-04 11:10:26 +02:00
demo Added an example with email auth and an ses mailer 2015-12-05 20:21:38 -07:00
yesod Use Data.Yaml.Config module to decrease code duplication 2016-04-11 15:08:40 +03:00
yesod-auth Comment on unsafePerformIO, close #1245 2016-10-03 09:08:22 -07:00
yesod-auth-oauth Version bump 2016-04-25 18:19:26 +03:00
yesod-bin Proper version bump for #1284 2016-10-07 17:03:54 +03:00
yesod-core languages reflects setLanguage 2016-11-04 11:10:26 +02:00
yesod-eventsource Doc link updates 2014-12-21 15:23:52 +02:00
yesod-form Version bump for #1287 2016-10-24 19:42:09 +03:00
yesod-newsfeed Fuller docs + version bump 2016-02-02 08:59:01 -08:00
yesod-persistent Version bump 2016-08-14 15:42:01 +03:00
yesod-sitemap Doc link updates 2014-12-21 15:23:52 +02:00
yesod-static Version bump and close #149 2016-10-14 13:59:57 +03:00
yesod-test Fix error 2016-09-01 15:22:25 +03:00
yesod-websockets Bump yesod-websockets version. 2015-08-28 19:30:32 -05:00
.gitignore add a stack.yaml file 2015-06-07 21:41:18 -04:00
.travis.yml Travis update 2016-10-24 19:43:36 +03:00
CODE_OF_CONDUCT.md CODE_OF_CONDUCT spacing and problem resolution 2015-10-07 06:18:03 -07:00
Dockerfile add a Dockerfile for haskell development 2015-05-27 11:43:16 -04:00
LICENSE Update license with MIT license 2012-04-29 09:38:45 +03: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
sources.txt Version bumps for 1.4 release 2014-09-21 11:41:37 +03:00
stack.yaml Updated resolver 2016-10-31 12:47:50 +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.