Go to file
2015-07-20 01:25:09 +03:00
demo Route attributes/appcache example #518 2013-04-11 17:07:22 +03:00
yesod Version bump 2015-04-17 12:01:04 +03:00
yesod-auth Update changelog 2015-06-30 06:49:17 +03:00
yesod-auth-oauth GHC 7.10 support 2015-04-30 15:05:18 +03:00
yesod-bin Merge pull request #1008 from nathankot/generate-spec 2015-07-07 08:43:00 -07:00
yesod-core vector 0.11 2015-07-15 19:10:17 +03:00
yesod-eventsource Doc link updates 2014-12-21 15:23:52 +02:00
yesod-form runFormPost: proper behavior for missing input #950 2015-03-11 07:25:53 +02:00
yesod-newsfeed Doc link updates 2014-12-21 15:23:52 +02:00
yesod-persistent persistent 2.2 2015-06-14 13:32:40 +03:00
yesod-sitemap Doc link updates 2014-12-21 15:23:52 +02:00
yesod-static Fix lower bound 2015-05-12 14:51:08 +03:00
yesod-test Version bumps 2015-02-09 07:25:08 +02:00
yesod-websockets Update since/changelog #772 2015-07-20 01:25:09 +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 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 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 Version bumps for 1.4 release 2014-09-21 11:41:37 +03:00
stack.yaml add a stack.yaml file 2015-06-07 21:41:18 -04: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.