Name: hvac Version: 0.1 Author: Sterling Clover Copyright: Sterling Clover Build-Type: Simple Tested-With: GHC == 6.8.2 Maintainer: s.clover@gmail.com License: BSD3 License-File: LICENSE Synopsis: Http view and controller. A transactional, declarative framework for lightweight web applications. Description: The aim of hvac is to provide an environment that makes the creation of lightweight fastcgi-based web applications as simple as possible, with an emphasis on concise, declarative style code, correct concurrent transactional logic, and transparency in adding caching combinators. See http://fmapfixreturn.wordpress.com. Category: Network Cabal-version: >= 1.2 flag small_base description: Choose the new smaller, split-up base package. library build-depends: cgi >= 3000.0.0, HStringTemplate >= 0.3, xhtml > 3000.0.0, unix >= 2.3.0, HDBC >= 1.1.4, HDBC-sqlite3 >= 1.1.4, time >= 1.1, mtl >= 1.1, stm >= 2.1.1, regex-posix, fastcgi >= 3001, staticrecord if flag(small_base) build-depends: base >= 3, bytestring, filepath, containers, random, array else build-depends: base < 3 Extensions: ForeignFunctionInterface, EmptyDataDecls Exposed-Modules: Network.Frameworks.HVAC Network.Frameworks.HVAC.AltController Network.Frameworks.HVAC.Validators Other-Modules: Network.Frameworks.HVAC.Base Network.Frameworks.HVAC.Classes Network.Frameworks.HVAC.Types Network.Frameworks.HVAC.TypeCast Network.Frameworks.HVAC.Database Network.Frameworks.HVAC.Cache Control.Monad.Maybe ghc-options: -Wall