Go to file
2017-08-29 13:34:20 +01:00
demo
yesod Version bumps/changelog updates 2017-02-08 11:20:31 +02:00
yesod-auth Pure move of Yesod.PasswordStore to Yesod.Auth.Util.PasswordStore 2017-08-29 13:34:20 +01:00
yesod-auth-oauth Fix some version issues 2017-07-23 11:10:47 +03:00
yesod-bin Version bump and close #1413 2017-08-04 16:30:58 +03:00
yesod-core Merge remote-tracking branch 'origin/master' into header-yesod 2017-07-28 17:01:03 +05:30
yesod-eventsource
yesod-form Add Korean translation 2017-08-26 05:27:53 +09:00
yesod-newsfeed Fuller docs + version bump 2016-02-02 08:59:01 -08:00
yesod-persistent persistent 2.7 2017-04-12 11:02:27 +03:00
yesod-sitemap Doc link updates 2014-12-21 15:23:52 +02:00
yesod-static Version bump 2017-07-23 07:27:14 +03:00
yesod-test Add a stricter lower bound 2017-08-22 11:25:51 +03:00
yesod-websockets Fix yesod-websockets/sample.hs example 2017-03-15 11:54:45 +09:00
.gitignore
.travis.yml
appveyor.yml Add curl for AppVeyor 2017-03-23 11:40:27 +02: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
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
sources.txt
stack.yaml Reduce extra-deps, drop LTS 2 and 3 2017-07-23 13:04:40 +03: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.