diff options
author | pgj <pgj@FreeBSD.org> | 2012-02-18 01:11:56 +0800 |
---|---|---|
committer | pgj <pgj@FreeBSD.org> | 2012-02-18 01:11:56 +0800 |
commit | 2fde56952fb86530a2ba6a4f80f3354f9d05b1ca (patch) | |
tree | e16bcc941e672a4585b9d5668b5ea4553dd27df8 /www/Makefile | |
parent | 26768404c62e06b788e554aecc36078c5787f0ea (diff) | |
download | freebsd-ports-gnome-2fde56952fb86530a2ba6a4f80f3354f9d05b1ca.tar.gz freebsd-ports-gnome-2fde56952fb86530a2ba6a4f80f3354f9d05b1ca.tar.zst freebsd-ports-gnome-2fde56952fb86530a2ba6a4f80f3354f9d05b1ca.zip |
Unplug your machine and restart and have your app recover to exactly
where it left off. Happstack-State spares you the need to deal with all
the marshalling, consistency, and configuration headache that you would
have if you used an external DBMS for this purpose. Its component model
makes it easy to compose big applications from smaller reliable parts.
Use event subscription to trigger IO actions and support comet-style or
irc-bot applications.
WWW: http://happstack.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 09f587e6244b..997408eea842 100644 --- a/www/Makefile +++ b/www/Makefile @@ -284,6 +284,7 @@ SUBDIR += hs-happstack-data SUBDIR += hs-happstack-ixset SUBDIR += hs-happstack-server + SUBDIR += hs-happstack-state SUBDIR += hs-happstack-util SUBDIR += hs-heist SUBDIR += hs-fastcgi |