diff options
author | pgj <pgj@FreeBSD.org> | 2012-02-19 01:46:39 +0800 |
---|---|---|
committer | pgj <pgj@FreeBSD.org> | 2012-02-19 01:46:39 +0800 |
commit | 8f5e2872d1a71debbd518570696f3bf23f2855e0 (patch) | |
tree | cae11bb6ea6a45de57b13df0009d608a6aa982da /www/Makefile | |
parent | 6743c0bb635cd340f44d742bdc68080fcb8e26d4 (diff) | |
download | freebsd-ports-gnome-8f5e2872d1a71debbd518570696f3bf23f2855e0.tar.gz freebsd-ports-gnome-8f5e2872d1a71debbd518570696f3bf23f2855e0.tar.zst freebsd-ports-gnome-8f5e2872d1a71debbd518570696f3bf23f2855e0.zip |
Form handling support for Yesod Web Framework.
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 99ed7199da20..b8dc3f487e80 100644 --- a/www/Makefile +++ b/www/Makefile @@ -317,6 +317,7 @@ SUBDIR += hs-webkit SUBDIR += hs-xss-sanitize SUBDIR += hs-yesod-core + SUBDIR += hs-yesod-form SUBDIR += hs-yesod-persistent SUBDIR += htdump SUBDIR += html2hdml |