name: haskelldb-connect-hdbc-catchio-mtl version: 0.1.0.0 synopsis: Bracketed HaskellDB HDBC session using MonadCatchIO-mtl description: This package includes bracketed HDBC session function using MonadCatchIO-mtl for HaskellDB. homepage: http://twitter.com/khibino license: BSD3 license-file: LICENSE author: Kei Hibino maintainer: Kei Hibino 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 , mtl , MonadCatchIO-mtl 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