Name : happstack-clientsession Version : 7.3.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 Homepage : http://happstack.com Cabal-Version : >= 1.6 Category : Web, Happstack Build-Type : Simple source-repository head type: git location: https://github.com/Happstack/happstack-clientsession 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 && < 0.6, clientsession >= 0.8 && < 0.10, happstack-server >= 7.0 && < 7.5, monad-control >= 1.0 && < 1.1, mtl >= 2.0 && < 2.3, safecopy >= 0.7 && < 0.10, transformers-base == 0.4.*