Source: haskell-happstack-state Priority: optional Section: misc Maintainer: David Fox Build-Depends: debhelper (>= 7.0), haskell-devscripts (>= 0.6.15+nmu7), hscolour, cdbs, ghc (>= 6.8), ghc-prof, libghc-binary-prof, libghc-happstack-data-prof (>= 6.0), libghc-happstack-data-prof (<< 6.1), libghc-happstack-util-prof (>= 6.0), libghc-happstack-util-prof (<< 6.1), libghc-hslogger-prof (>= 1.0.2), libghc-mtl-prof (>= 1.1), libghc-mtl-prof (<< 2.1), libghc-random-prof, libghc-stm-prof, libghc-syb-prof Build-Depends-Indep: ghc-doc, haddock, libghc-binary-doc, libghc-happstack-data-doc (>= 6.0), libghc-happstack-data-doc (<< 6.1), libghc-happstack-util-doc (>= 6.0), libghc-happstack-util-doc (<< 6.1), libghc-hslogger-doc (>= 1.0.2), libghc-mtl-doc (>= 1.1), libghc-mtl-doc (<< 2.1), libghc-random-doc, libghc-stm-doc, libghc-syb-doc Standards-Version: 3.8.1 Homepage: http://happstack.com Package: libghc-happstack-state-dev Architecture: any Section: haskell Depends: ${haskell:Depends}, ${misc:Depends} Description: Event-based distributed state. 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. . Author: Happstack team, HAppS LLC Upstream-Maintainer: Happstack team . This package contains the normal library files. Package: libghc-happstack-state-prof Architecture: any Section: haskell Depends: ${haskell:Depends}, ${misc:Depends}, libghc-happstack-state-dev Description: Event-based distributed state. 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. . Author: Happstack team, HAppS LLC Upstream-Maintainer: Happstack team . This package contains the libraries compiled with profiling enabled. Package: libghc-happstack-state-doc Conflicts: haskell-happstack-state-doc Replaces: haskell-happstack-state-doc Architecture: all Section: doc Depends: ${haskell:Depends}, ${misc:Depends}, ghc-doc Description: Event-based distributed state. 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. . Author: Happstack team, HAppS LLC Upstream-Maintainer: Happstack team . This package contains the documentation files. Package: happstack-state-tests Architecture: any Section: misc Depends: ${shlibs:Depends}, ${haskell:Depends}, ${misc:Depends} Description: An executable built with the happstack-state-6.0.0 library.