packages feed

happstack-clientsession-7.2.3: happstack-clientsession.cabal

Name          : happstack-clientsession
Version       : 7.2.3
License       : BSD3
License-file  : COPYING
Synopsis      : client-side session data
Description   : uses the clientsession library to store session data in an HTTP cookie
Author        : Dag Odenhall
Maintainer    : Happstack team <happs@googlegroups.com>
Homepage      : http://happstack.com
Cabal-Version : >= 1.6
Category      : Web, Happstack
Build-Type    : Simple

source-repository head
    type:     darcs
    subdir:   happstack-clientsession
    location: http://hub.darcs.net/stepcut/happstack

Library
  GHC-Options     : -Wall
  Hs-Source-Dirs  : src
  Exposed-Modules :
    Happstack.Server.ClientSession
  Build-Depends   :
    base              == 4.*,
    bytestring        >= 0.9 && < 0.11,
    cereal            == 0.3.*,
    clientsession     == 0.8.*,
    happstack-server  >= 7.0 && < 7.2,
    monad-control     == 0.3.*,
    mtl               >= 2.0 && < 2.2,
    safecopy          >= 0.7 && <= 0.9,
    transformers-base == 0.4.*