@hackage yesod0.8.2
Creation of type-safe, RESTful web applications.
Categories
License
BSD-3-Clause
Maintainer
Michael Snoyman <michael@snoyman.com>
Links
Versions
Installation
Dependencies (15)
- base >=4.3 && <5
- hamlet >=0.8.1 && <0.9
- hjsmin >=0.0.13 && <0.1
- mime-mail >=0.3 && <0.4
- monad-control >=0.2 && <0.3
- transformers >=0.2 && <0.3 Show all…
Dependents (73)
@hackage/yesod-tableview, @hackage/yesod-csp, @hackage/yesod-articles, @hackage/yesod-vend, @hackage/hledger, @hackage/yesod-auth-basic, Show all…
Package Flags
ghc7(on by default)
Yesod is a framework designed to foster creation of RESTful web application that have strong compile-time guarantees of correctness. It also affords space efficient code and portability to many deployment backends, from CGI to stand-alone serving.
The Yesod documentation site http://docs.yesodweb.com/ has much more information, tutorials and information on some of the supporting packages, like Hamlet and web-routes-quasi.