summaryrefslogtreecommitdiff
path: root/www/hs-yesod (follow)
Commit message (Collapse)AuthorAgeFilesLines
* A RESTful web framework with strong compile-time guarantees of correctness.Gabor Pali2012-02-183-0/+49
It also affords space efficient code, highly concurrent loads, and portability to many deployment backends (via the wai package), from CGI to stand-alone serving. Yesod also focuses on developer productivity. Yesod integrates well with tools for all your basic web development (wai, persistent, and shakespeare/hamlet). WWW: http://www.yesodweb.com/ Obtained from: FreeBSD Haskell Notes: svn path=/head/; revision=291730