packages feed

happstack-helpers-0.46: happstack-helpers.cabal

Name: happstack-helpers
Version: 0.46
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/HAppSHelpers
Build-type: Simple
Cabal-Version: >= 1.6
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 >= 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.5
               , 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.3.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.5
               , happstack-state >= 0.3 && < 0.5
               , random >= 1.0 && < 2
               , happstack-data >= 0.3 && < 0.5
               , 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
  ghc-options: -Wall