name: hack-middleware-clientsession
version: 0.0.0
license: BSD3
license-file: LICENSE
author: Michael Snoyman <michael@snoyman.com>
maintainer: Michael Snoyman <michael@snoyman.com>
synopsis: Middleware for easily keeping session data in client cookies.
description: Uses the clientsession package for automatic encryption,
hashing, expiring and renewing of sessions stored in
cookies on the client.
category: Web
stability: unstable
cabal-version: >= 1.2
build-type: Simple
homepage: http://github.com/snoyberg/hack-middleware-clientsession/tree/master
library
build-depends: base >= 4 && < 5,
hack,
clientsession,
old-locale,
time >= 1.1.3,
predicates,
web-encodings
exposed-modules: Hack.Middleware.ClientSession
ghc-options: -Wall