yesod

Creation of type-safe, RESTful web applications.

http://www.yesodweb.com/

Version on this page:1.4.5
LTS Haskell 22.13:1.6.2.1
Stackage Nightly 2024-03-14:1.6.2.1
Latest on Hackage:1.6.2.1

See all snapshots yesod appears in

MIT licensed and maintained by Michael Snoyman
This version can be pinned in stack with:yesod-1.4.5@sha256:a8334d823523e2d5c088d5642b21800dbca41aef65dad6588ec29d757c5bf1f3,2290

yesod

The yesod package groups together the various Yesod related packages into one cohesive whole. This is the “battery loaded” version of Yesod, whereas most of the core code lives in yesod-core.

For the yesod executable, see yesod-bin.

Yesod is fully documented on its website.

Changes

1.4.5

  • Fix warnings

1.4.4

  • Reduce dependencies

1.4.3.1

  • Handle exceptions while writing a file in addStaticContentExternal

1.4.3

  • Switch to Data.Yaml.Config

1.4.2

  • Do not parse string environment variables into numbers/booleans #1061

1.4.1

Provide the Yesod.Default.Config2 module, for use by newer scaffoldings.