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 /lang/ghc | |
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 'lang/ghc')
-rw-r--r-- | lang/ghc/bsd.hackage.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/ghc/bsd.hackage.mk b/lang/ghc/bsd.hackage.mk index 62aeeda2ff35..816d0cd2e0fa 100644 --- a/lang/ghc/bsd.hackage.mk +++ b/lang/ghc/bsd.hackage.mk @@ -100,6 +100,7 @@ haddock_port= devel/hs-haddock # executable happstack-data_port= www/hs-happstack-data happstack-ixset_port= www/hs-happstack-ixset happstack-server_port= www/hs-happstack-server +happstack-state_port= www/hs-happstack-state happstack-util_port= www/hs-happstack-util happy_port= devel/hs-happy # executable hashable_port= devel/hs-hashable |