Go to file
Maximilian Tagher f9bde33547 Merge pull request #1216 from erikd/init-msg
yesod-bin: Improve the 'use stack' message
2016-04-18 16:21:06 -07:00
demo
yesod Use Data.Yaml.Config module to decrease code duplication 2016-04-11 15:08:40 +03:00
yesod-auth
yesod-auth-oauth
yesod-bin yesod-bin: Improve the 'use stack' message 2016-04-19 08:59:38 +10:00
yesod-core Merge pull request #1145 from ajnsit/hierarchical-subsites-args 2016-04-12 07:27:47 +03:00
yesod-eventsource
yesod-form Version bump 2016-03-29 09:21:03 +03:00
yesod-newsfeed
yesod-persistent
yesod-sitemap
yesod-static
yesod-test Changes spec name and bump version to 1.5.1.1 2016-04-12 21:42:33 +01:00
yesod-websockets
.gitignore
.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 Use Data.Yaml.Config module to decrease code duplication 2016-04-11 15:08:40 +03:00

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.