Name: happstack-helpers
Version: 0.52
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 <wchogg at gmail>
Author: Thomas Hartman, Eelco Lempsink, Jeremy Shaw, Creighton Hogg
Stability: Beta
Copyright: Copyright (c) 2008 Thomas Hartman
Category: Distributed Computing
homepage: http://patch-tag.com/r/tphyahoo/HAppSHelpers/home
Build-type: Simple
Cabal-Version: >= 1.6
flag base4
source-repository head
type: darcs
location: http://patch-tag.com/r/tphyahoo/HAppSHelpers
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 >= 0.1.0.0 && < 0.2.0.0
else
Build-Depends: base >=3 && < 4
Build-Depends: mtl >= 1.1.0.0 && < 2.0.0.0
, happstack-server >= 0.3 && < 0.6
, hscolour >= 1.0 && < 1.14
, filepath >= 1.1.0.0 && < 1.2.0.0
, directory >= 1.0.0.0 && < 1.1.0.0
, bytestring >= 0.9.0.0 && < 0.10.0.0
, HStringTemplate >= 0.4.0 && < 0.7.0
, HStringTemplateHelpers >= 0.0.14
, safe >= 0.2 && < 0.3
, MissingH >= 1.0.3
, containers >= 0.2.0.0 && < 0.4.0.0
, parsec >= 2.1.0.0 && < 2.2.0.0
, haskell98 >= 1.0.0.0 && < 2.0.0.0
, happstack-ixset >= 0.3 && < 0.6
, happstack-state >= 0.3 && < 0.6
, random >= 1.0 && < 2
, happstack-data >= 0.3 && < 0.6
, old-time >= 1.0.0.0 && < 1.1.0.0
, pureMD5 >= 1.0.0.0 && < 1.1.0.0
, PBKDF2 >= 0.3 && < 0.4
, DebugTraceHelpers
, network >= 2.2
, HTTP >= 4000
, utf8-string >= 0.3.4 && < 0.4.0
, text >= 0.7 && < 0.11
ghc-options: -Wall