packages feed

happstack-clientsession-7.1.1: happstack-clientsession.cabal

Name          : happstack-clientsession
Version       : 7.1.1
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://patch-tag.com/r/mae/happstack

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