name: wai-session-postgresql
version: 0.1.0.1
synopsis: PostgreSQL backed Wai session store
description: Provides a PostgreSQL backed session store for the Network.Wai.Session interface.
homepage: http://github.com/hce/postgresql-session#readme
license: BSD3
license-file: LICENSE
author: Hans-Christian Esperer hc@hcesperer.org
maintainer: Hans-Christian Esperer hc@hcesperer.org
homepage: https://github.com/hce/postgresql-session
copyright: 2015 Hans-Christian Esperer
stability: experimental
tested-with: GHC == 7.10.2
category: Web
build-type: Simple
cabal-version: >=1.10
library
hs-source-dirs: src
exposed-modules: Network.Wai.Session.PostgreSQL
build-depends: base >= 4.7 && < 5
, bytestring >= 0.10.6 && < 0.11
, cereal >= 0.4.1 && < 0.5
, entropy >= 0.3.7 && < 0.4
, postgresql-simple >= 0.4.10 && < 0.5
, text >= 1.2.1 && < 1.3
, time >= 1.5.0 && < 1.6
, transformers >= 0.4.2 && < 0.5
, wai-session >= 0.3.2 && < 0.4
default-language: Haskell2010
default-extensions: OverloadedStrings
executable postgresql-session-exe
hs-source-dirs: example
main-is: Main.hs
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends: base
, bytestring
, data-default
, entropy
, http-types
, wai-session-postgresql
, postgresql-simple
, text
, vault
, wai
, wai-session
, warp
default-language: Haskell2010
test-suite postgresql-session-test
type: exitcode-stdio-1.0
hs-source-dirs: test
main-is: Spec.hs
build-depends: base
, postgresql-session
ghc-options: -threaded -rtsopts -with-rtsopts=-N
default-language: Haskell2010
source-repository head
type: git
location: https://github.com/githubuser/postgresql-session