Name: scotty-session Version: 0.0.5 Synopsis: Adding session functionality to scotty Homepage: https://github.com/agrafix/scotty-session Bug-reports: https://github.com/agrafix/scotty-session/issues License: BSD3 Author: Alexander Thiemann Maintainer: Alexander Thiemann Copyright: (c) 2013-2014 Alexander Thiemann Category: Web Stability: experimental Build-type: Simple Cabal-version: >= 1.10 Description: Adding PHP-like session management to Scotty. . [Scotty] Library Exposed-modules: Web.Scotty.Session default-language: Haskell2010 build-depends: base >= 3 && < 5, scotty >= 0.6, text, unordered-containers, transformers, stm, bytestring, blaze-builder, time >= 1.5, http-types, wai, base64-bytestring, crypto-api GHC-options: -Wall -fno-warn-orphans -fno-warn-unused-do-bind source-repository head type: git location: git://github.com/agrafix/scotty-session.git