Go to file
2015-10-07 06:18:03 -07:00
demo
yesod
yesod-auth version bump 2015-09-10 16:18:36 -07:00
yesod-auth-oauth
yesod-bin Deprecate yesod init in favor of stack new 2015-09-07 10:06:53 +03:00
yesod-core Remove unused applicative. 2015-08-26 16:10:56 +02:00
yesod-eventsource Doc link updates 2014-12-21 15:23:52 +02:00
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-09-07 08:35:36 +03:00
yesod-test version bump for 1.5.0.1 2015-08-25 23:17:56 -07: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
CODE_OF_CONDUCT.md
Dockerfile
LICENSE
README
README.md
ReleaseNotes.md
sources.txt Version bumps for 1.4 release 2014-09-21 11:41:37 +03:00
stack.yaml

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.