packages feed

scotty-session-0.0.2: scotty-session.cabal

Name:                scotty-session
Version:             0.0.2
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 <mail@agrafix.net>
Maintainer:          Alexander Thiemann <mail@agrafix.net>
Copyright:           (c) 2013 Alexander Thiemann
Category:            Web
Stability:           experimental
Build-type:          Simple
Cabal-version:       >= 1.10
Description:
  Adding PHP-like session management to Scotty.
  .
  [Scotty] <http://hackage.haskell.org/package/scotty>

Library
  Exposed-modules:     Web.Scotty.Session
  default-language:    Haskell2010
  build-depends:       base >= 3 && < 5, scotty >= 0.5, text, unordered-containers, transformers, stm, bytestring, blaze-builder, old-locale, time, 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