Name: happstack-foundation Version: 0.2.3 Synopsis: Glue code for using Happstack with acid-state, web-routes, reform, and HSP Description: happstack-foundation is a library which builds on top of existing components to provide a powerful and type-safe environment for web development. It uses: . happstack-server for the underlying HTTP support . HSP for HTML templates . web-routes for type-safe URL routing . reform for type-safe form generation and validation . acid-state for persistent data storage Homepage: http://www.happstack.com/ License: BSD3 License-file: LICENSE Author: Jeremy Shaw Maintainer: jeremy@n-heptane.com Category: Happstack Build-type: Simple Cabal-version: >=1.6 Library Exposed-modules: Happstack.Foundation Build-Depends: base < 5, acid-state >= 0.7 && < 0.9, happstack-hsp == 7.1.*, happstack-server >= 7.0 && < 7.2, hsp == 0.7.*, lifted-base >= 0.1 && < 0.3, monad-control == 0.3.*, mtl >= 2.0 && < 2.2, reform == 0.1.*, reform-happstack == 0.1.*, reform-hsp == 0.1.*, safecopy == 0.7.*, text == 0.11.*, web-routes == 0.27.*, web-routes-happstack == 0.23.*, web-routes-hsp == 0.23.*, web-routes-th == 0.22.*