diff options
author | pgj <pgj@FreeBSD.org> | 2012-02-19 01:53:13 +0800 |
---|---|---|
committer | pgj <pgj@FreeBSD.org> | 2012-02-19 01:53:13 +0800 |
commit | 6f1d60473f28c6993868fb3dd96527e7798e134b (patch) | |
tree | b53edee7b5cd44969bee7714b476405e9f716ba7 /www/Makefile | |
parent | 5e721d87c075c05d24fb72da7ab8a1e9625903bb (diff) | |
download | freebsd-ports-gnome-6f1d60473f28c6993868fb3dd96527e7798e134b.tar.gz freebsd-ports-gnome-6f1d60473f28c6993868fb3dd96527e7798e134b.tar.zst freebsd-ports-gnome-6f1d60473f28c6993868fb3dd96527e7798e134b.zip |
A RESTful web framework with strong compile-time guarantees of correctness.
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
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index af200e412d74..f4d2a87d7499 100644 --- a/www/Makefile +++ b/www/Makefile @@ -316,6 +316,7 @@ SUBDIR += hs-warp SUBDIR += hs-webkit SUBDIR += hs-xss-sanitize + SUBDIR += hs-yesod SUBDIR += hs-yesod-auth SUBDIR += hs-yesod-core SUBDIR += hs-yesod-form |