packages feed

snaplet-hdbc-0.8: snaplet-hdbc.cabal

name:           snaplet-hdbc
version:        0.8
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
    Snap.Snaplet.Hdbc.Types

  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,
    MonadCatchIO-transformers  >= 0.2.1   && < 0.3,
    mtl                        >  2.0     && < 2.1,
    resource-pool-catchio      >= 0.2     && < 0.3,
    snap                       >= 0.8     && < 0.9,
    text                       >= 0.11    && < 0.12,
    time                       >= 1.1     && < 1.5,
    transformers               >= 0.2     && < 0.3,
    unordered-containers       >= 0.1.4   && < 0.3

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