hsql-odbc-1.8.2: hsql-odbc.cabal
name: hsql-odbc
version: 1.8.2
Synopsis: A Haskell Interface to ODBC.
license: BSD3
License-file: LICENSE
author: Krasimir Angelov <kr.angelov@gmail.com>
maintainer: nick.rudnick@googlemail.com
category: Database
description: ODBC driver for HSQL.
exposed-modules:
Database.HSQL.ODBC
DB.HSQL.ODBC.Type
DB.HSQL.ODBC.Functions
DB.HSQL.ODBC.Status
DB.HSQL.ODBC.Core
build-depends: base >= 4 && < 5, hsql >= 1.8.2, old-time >= 1.0.0.1
extensions: ForeignFunctionInterface, CPP
include-dirs: Database/HSQL
c-sources: Database/HSQL/HsODBC.c
extra-source-files: Database/HSQL/HsODBC.h
build-type: Simple
extra-libraries: odbc