Go to file
2018-07-09 14:06:53 +07:00
.github
demo
yesod
yesod-auth
yesod-auth-oauth
yesod-bin
yesod-core Drop some deps 2018-07-03 19:01:58 +03:00
yesod-eventsource
yesod-form
yesod-newsfeed
yesod-persistent Lower bounds and missing extra-deps 2018-02-02 00:15:24 +02:00
yesod-sitemap
yesod-static
yesod-test
yesod-websockets
.gitignore
.travis.yml
appveyor.yml
CODE_OF_CONDUCT.md Switch CoC to Contributor Covenant 2017-12-06 16:02:01 +02:00
CONTRIBUTING.md
Dockerfile
LICENSE
README
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
stack-lts-9.yaml
stack-lts-11.yaml Multiple stack.yaml files 2018-06-03 11:42:44 -06:00
stack.yaml

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.