10 maintainer: Oleg Grenrus <oleg.grenrus@iki.fi>
11 author: Grant Monroe, Leon P Smith, Joey Adams
13 ghc ==7.0.4 ghc ==7.2.2 ghc ==7.4.2 ghc ==7.6.3 ghc ==7.8.4
14 ghc ==7.10.3 ghc ==8.0.2 ghc ==8.2.2 ghc ==8.4.3 ghc ==8.6.1
16 homepage: https://github.com/phadej/postgresql-libpq
17 synopsis: low-level binding to libpq
19 This is a binding to libpq: the C application
20 programmer's interface to PostgreSQL. libpq is a
21 set of library functions that allow client
22 programs to pass queries to the PostgreSQL
23 backend server and to receive the results of
29 cbits/noticehandlers.h
43 Database.PostgreSQL.LibPQ
44 Database.PostgreSQL.LibPQ.Internal
46 build-tool-depends: hsc2hs:hsc2hs
47 c-sources: cbits/noticehandlers.c
53 bytestring >=0.9.1.0 && <0.11
56 build-depends: unix >=2.4.2.0 && <2.8
59 build-depends: Win32 >=2.2.0.2 && <2.7
61 if flag(use-pkg-config)
62 pkgconfig-depends: libpq >=9.3h
66 extra-libraries: libpq