Go to file
2019-10-29 13:25:53 +02:00
.azure Simplify CI 2019-10-27 07:40:39 +02:00
.github
demo
yesod deleted: unneed cabal build-depends by weeder 2018-06-09 13:15:21 +09:00
yesod-auth Translated message "CurrentPassword" for russian language. 2019-10-26 23:08:38 +03:00
yesod-auth-oauth
yesod-bin
yesod-core Version bump 2019-09-08 09:45:29 +03:00
yesod-eventsource
yesod-form Customize areq and wreq error message 2019-09-10 00:42:21 -05:00
yesod-form-multi Added Multi Input Form Functionality (#1601) 2019-08-16 04:30:20 +01:00
yesod-newsfeed Feedback fixes 2019-10-02 09:07:55 +02:00
yesod-persistent Replace call to connPrepare with getStmtConn (fixes #1635) 2019-10-29 13:25:53 +02:00
yesod-sitemap
yesod-static Strip CRs for Windows testing 2019-04-30 07:03:22 +03:00
yesod-test .. 2019-10-09 16:11:54 -07:00
yesod-websockets Version bump 2019-05-21 12:10:03 -04:00
.gitignore Ignore stack.yaml.lock 2019-07-06 14:22:32 +12:00
CODE_OF_CONDUCT.md
CONTRIBUTING.md
Dockerfile
LICENSE
README.md Use git clone --recurse-submodules 2019-07-06 14:00:11 +12:00
stack-lts-9.yaml Added Multi Input Form Functionality (#1601) 2019-08-16 04:30:20 +01:00
stack-persistent-2-9.yaml Added Multi Input Form Functionality (#1601) 2019-08-16 04:30:20 +01:00
stack-persistent-2-10.yaml Added Multi Input Form Functionality (#1601) 2019-08-16 04:30:20 +01:00
stack.yaml Added Multi Input Form Functionality (#1601) 2019-08-16 04:30:20 +01:00
stack.yaml.lock Added Multi Input Form Functionality (#1601) 2019-08-16 04:30:20 +01: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 --recurse-submodules http://github.com/yesodweb/shakespeare
git clone --recurse-submodules http://github.com/yesodweb/persistent
git clone --recurse-submodules http://github.com/yesodweb/wai
git clone --recurse-submodules http://github.com/yesodweb/yesod

Each repository can be built with stack build.