Name: happstack-helpers Version: 0.22.1 License: BSD3 License-file: bsd3.txt Description: Functions I found I was using repeatedly when programming Happstack based web-apps. I'll deprecate whatever bits of this make their way into the Happstack core on hackage. Synopsis: Convenience functions for Happstack. Maintainer: Creighton Hogg Author: Thomas Hartman, Eelco Lempsink, Jeremy Shaw, Creighton Hogg Stability: Beta Copyright: Copyright (c) 2008 Thomas Hartman Category: Distributed Computing Build-type: Simple Cabal-Version: >= 1.2 flag base4 Library Exposed-Modules: Happstack.Helpers,Happstack.Helpers.DirBrowse, Happstack.Helpers.HtmlOutput, Happstack.Helpers.HtmlOutput.Common, Happstack.Helpers.HtmlOutput.Menu, Happstack.Helpers.ParseRequest,Happstack.Helpers.Redirect, Happstack.Data.User.Password, Happstack.Data.IxSet.Helpers Happstack.Server.Helpers if flag(base4) Build-Depends: base >=4 && < 5, syb else Build-Depends: base >=3 && < 4 Build-Depends: mtl, happstack-server >= 0.2 && < 0.3, hscolour, filepath, directory, bytestring, HStringTemplate, HStringTemplateHelpers, safe, MissingH, containers, parsec, haskell98, happstack-ixset >= 0.2 && < 0.3, happstack-state >= 0.2 && < 0.3, random, happstack-data >= 0.2 && < 0.3, old-time, pureMD5, PBKDF2 ghc-options: -Wall