Go to file
2017-12-18 14:10:12 +09:00
.github Respond to @psibi's comments 2017-11-08 22:43:51 -08:00
demo
yesod
yesod-auth extend docs of defaultMaybeAuthId (#1453) 2017-11-08 12:36:39 +00:00
yesod-auth-oauth Fix some version issues 2017-07-23 11:10:47 +03:00
yesod-bin Drop an upper bound 2017-11-07 06:03:59 +02:00
yesod-core Code review fixes for #1444 2017-09-08 09:00:12 +09:00
yesod-eventsource
yesod-form yesod-form version bump 2017-09-06 18:28:00 +03:00
yesod-newsfeed
yesod-persistent Version bump for get404 and getBy404 constraint changes. 2017-11-17 14:41:57 -05:00
yesod-sitemap
yesod-static Version bump 2017-07-23 07:27:14 +03:00
yesod-test Insert deprecated pragmas for byLabel and fileByLabel 2017-12-18 14:10:12 +09:00
yesod-websockets
.gitignore
.travis.yml Revert "Always use solver on Travis" 2017-07-23 16:45:47 +03:00
appveyor.yml
CODE_OF_CONDUCT.md
CONTRIBUTING.md Respond to @psibi's comments 2017-11-08 22:43:51 -08:00
Dockerfile
LICENSE
README
README.md
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.