name: haskelldb-connect-hdbc-catchio-transformers
version: 0.1.0.0
synopsis: Bracketed HaskellDB HDBC session using MonadCatchIO-transformers
description: This package includes bracketed HDBC session function
using MonadCatchIO-transformers for HaskellDB.
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.CatchIO
build-depends: base < 5
, HDBC
, haskelldb
, haskelldb-connect-hdbc
, transformers
, MonadCatchIO-transformers
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