packages feed

snaplet-hdbc-0.6.2: snaplet-hdbc.cabal

name:           snaplet-hdbc
version:        0.6.2
synopsis:       HDBC snaplet for Snap Framework
description:    This snaplet consists of two parts: an HDBC abstraction snaplet
                and an HDBC authentication backend for Snap's authentication
                snaplet.
license:        BSD3
license-file:   LICENSE
author:         Jurriën Stutterheim
maintainer:     j.stutterheim@me.com
build-type:     Simple
cabal-version:  >= 1.6
homepage:       http://norm2782.com/
category:       Web

extra-source-files:  LICENSE

source-repository head
  type:     git
  location: https://github.com/norm2782/snaplet-hdbc.git

Library
  hs-source-dirs: src

  exposed-modules:
    Snap.Snaplet.Auth.Backends.Hdbc
    Snap.Snaplet.Hdbc

  build-depends:
    base                      >= 4       && < 5,
    bytestring                >= 0.9.1   && < 0.10,
    clientsession             >= 0.7.2   && < 0.8,
    containers                >= 0.3     && < 0.5,
    convertible               >= 1.0     && < 1.1,
    data-lens                 >= 2.0.1   && < 2.1,
    data-lens-template        >= 2.1     && < 2.2,
    HDBC                      >= 2.2     && < 2.4,
    mtl                       >  2.0     && < 2.1,
    monad-control             >= 0.2     && < 0.3,
    resource-pool             >= 0.2     && < 0.3,
    snap                      >= 0.6     && < 0.7,
    text                      >= 0.11    && < 0.12,
    time                      >= 1.1     && < 1.5,
    unordered-containers      >= 0.1.4   && < 0.2

  ghc-options: -Wall -fwarn-tabs -funbox-strict-fields
               -fno-warn-orphans -fno-warn-unused-do-bind