packages feed

HAppSHelpers-0.3: HAppSHelpers.cabal

Name: HAppSHelpers
Version: 0.3
License: BSD3
License-file: bsd3.txt
Description: Functions I found I was using repeatedly when programming HAppS based web-apps. 
  I'll deprecate whatever bits of this make their way into the HAppS core on hackage.
Synopsis: Convenience functions for HAppS. 
Maintainer: Thomas Hartman <thomashartman1 at gmail>
Author: Thomas Hartman & Eelco Lempsink
Stability: Beta
Copyright: Copyright (c) 2008 Thomas Hartman
Exposed-Modules: HAppS.Helpers,HAppS.Helpers.DirBrowse, HAppS.Helpers.HtmlOutput, HAppS.Helpers.HtmlOutput.Common, 
                 HAppS.Helpers.HtmlOutput.Menu, HAppS.Helpers.ParseRequest,HAppS.Helpers.Redirect, 
                 HAppS.Server.CookieFixer
                 
Build-Depends: base, mtl, HAppS-Server, hscolour, filepath, directory, bytestring,
               HStringTemplate, HStringTemplateHelpers, safe, MissingH, containers, parsec
Category: System
Build-type: Simple