2013-03-25 12:26:23 +04:00
|
|
|
|
|
|
|
name: HDBC-session
|
|
|
|
version: 0.0.1.0
|
|
|
|
synopsis: Bracketed connection for HDBC
|
2013-05-30 13:42:49 +04:00
|
|
|
description: This package contains a base bracketed function
|
|
|
|
to call close correctly against opend DB connection.
|
2013-03-25 12:26:23 +04:00
|
|
|
homepage: http://twitter.com/khibino
|
|
|
|
license: BSD3
|
|
|
|
license-file: LICENSE
|
|
|
|
author: Kei Hibino
|
|
|
|
maintainer: ex8k.hibino@gmail.com
|
|
|
|
copyright: Copyright (c) 2013 Kei Hibino
|
|
|
|
category: Database
|
|
|
|
build-type: Simple
|
|
|
|
cabal-version: >=1.2
|
|
|
|
|
|
|
|
library
|
|
|
|
exposed-modules: Database.HDBC.Session
|
|
|
|
-- other-modules:
|
|
|
|
build-depends: base <5
|
|
|
|
, HDBC
|
|
|
|
hs-source-dirs: src
|
2013-05-29 19:44:40 +04:00
|
|
|
ghc-options: -Wall
|