Name: hsp Version: 0.4 License: BSD3 License-File: LICENSE Author: Niklas Broberg, Joel Björnson Maintainer: Niklas Broberg Stability: Experimental Category: Web, Language Synopsis: Haskell Server Pages is a library for writing dynamic server-side web pages. Description: Haskell Server Pages (HSP) is an extension of vanilla Haskell, targetted at the task of writing dynamic server-side web pages. Features include: . * Embedded XML syntax . * A (low-to-mid-level) programming model for writing dynamic web pages . * A cgi-handler utility (as a separate package, hsp-cgi) . For details on usage, please see the website, and the author's thesis. Homepage: http://code.google.com/p/hsp Build-Depends: base>3, mtl, harp, hsx, HJScript Build-Type: Simple Tested-With: GHC==6.8.3 Exposed-Modules: HSP.XML, HSP.XML.PCDATA, HSP.Env, HSP.Env.Request, HSP.Env.NumberGen, HSP.HJScript, HSP Other-Modules: HSP.Exception, HSP.Monad, HSP.XMLGenerator GHC-Options: -F -pgmFtrhsx -Wall Extensions: MultiParamTypeClasses, FunctionalDependencies, TypeFamilies, RankNTypes, PolymorphicComponents, ExistentialQuantification, FlexibleContexts, FlexibleInstances, EmptyDataDecls, CPP, TypeSynonymInstances, OverlappingInstances, UndecidableInstances, PatternGuards