packages feed

haskelldb-connect-hdbc-0.1.0.0: haskelldb-connect-hdbc.cabal

name:                haskelldb-connect-hdbc
version:             0.1.0.0
synopsis:            Bracketed HDBC session for HaskellDB
description:         This package includes module used from
                     concrete HDBC session impelemntation
                     with individual bracket implementation.
homepage:            http://twitter.com/khibino
license:             BSD3
license-file:        LICENSE
author:              Kei Hibino <ex8k.hibino@gmail.com>
maintainer:          Kei Hibino <ex8k.hibino@gmail.com>
category:            Database
build-type:          Simple
cabal-version:       >=1.8


library
  exposed-modules:     Database.HaskellDB.Connect.HDBC
                       Database.HaskellDB.Connect.HDBC.Simple
  other-modules:       Database.HaskellDB.Connect.HDBC.Internal

  build-depends:       base < 5
                     , containers
                     , HDBC
                     , haskelldb

  hs-source-dirs:      src

source-repository head
  type:           git
  location:       git://github.com/khibino/haskelldb-connect-hdbc.git

source-repository head
  type:           mercurial
  location:       https://bitbucket.org/khibino/haskelldb-connect-hdbc