packages feed

yam-transaction-odbc-0.1.4: yam-transaction-odbc.cabal

name:                yam-transaction-odbc
version:             0.1.4
description:         Transaction ODBC Plugin
homepage:            https://github.com/leptonyu/yam/yam-transaction-odbc#readme
license:             BSD3
license-file:        LICENSE
author:              Daniel YU
maintainer:          Daniel YU <leptonyu@gmail.com>
copyright:           (c) Daniel YU
category:            Project
build-type:          Simple
extra-source-files:  README.md
cabal-version:       >=1.10

library
  hs-source-dirs:      src
  exposed-modules:     Yam.Transaction.ODBC
  build-depends:       base >= 4.7 && < 5
                     , yam-app
                     , containers
                     , HDBC-odbc
                     , persistent-odbc
  default-language:    Haskell2010

source-repository head
  type:     git
  location: https://github.com/leptonyu/yam-transaction-odbc