HDBC-postgresql-1.1.3.0: HDBC-postgresql.cabal
Extra-Libraries: pq
include-dirs: /usr/include/postgresql, .
-- extra-lib-dirs:
Name: HDBC-postgresql
Version: 1.1.3.0
License: LGPL
Maintainer: John Goerzen <jgoerzen@complete.org>
Author: John Goerzen
Copyright: Copyright (c) 2005-2007 John Goerzen
license-file: COPYRIGHT
extra-source-files: COPYING
homepage: http://software.complete.org/hdbc-postgres
Category: Database
synopsis: PostgreSQL driver for HDBC
Description: This package provides a PostgreSQL driver for HDBC
Stability: Stable
Exposed-Modules: Database.HDBC.PostgreSQL
Other-Modules: Database.HDBC.PostgreSQL.Connection,
Database.HDBC.PostgreSQL.ConnectionImpl,
Database.HDBC.PostgreSQL.Statement,
Database.HDBC.PostgreSQL.Types,
Database.HDBC.PostgreSQL.Utils,
Database.HDBC.PostgreSQL.Parser,
Database.HDBC.PostgreSQL.PTypeConv
--Extensions: ExistentialQuantification, AllowOverlappingInstances,
-- AllowUndecidableInstances, CPP
Extensions: ExistentialQuantification
Build-Depends: base, mtl, HDBC>=1.1.0, parsec
GHC-Options: -O2
C-Sources: hdbc-postgresql-helper.c