name: hack-middleware-clientsession version: 0.0.1 license: BSD3 license-file: LICENSE author: Michael Snoyman maintainer: Michael Snoyman 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 >= 0.0.1, old-locale, time >= 1.1.3, predicates, web-encodings exposed-modules: Hack.Middleware.ClientSession ghc-options: -Wall