postgresql-libpq-configure

low-level binding to libpq: configure based provider

https://github.com/haskellari/postgresql-libpq

Version on this page:0.10.0.1
LTS Haskell 23.1:0.11
Stackage Nightly 2024-12-26:0.11
Latest on Hackage:0.11

See all snapshots postgresql-libpq-configure appears in

BSD-3-Clause licensed by Grant Monroe, Leon P Smith, Joey Adams
Maintained by Oleg Grenrus
This version can be pinned in stack with:postgresql-libpq-configure-0.10.0.1@sha256:177e64ed76c8fab32b7e2b314796660d697422c96e5a4677df72862b26c49f96,1313

Module documentation for 0.10.0.1

There are no documented modules for this package.

Depends on 1 package(full list with versions):
Used by 1 package in nightly-2024-09-12(full list with versions):

This is a binding to libpq: the C application programmer's interface to PostgreSQL. libpq is a set of library functions that allow client programs to pass queries to the PostgreSQL backend server and to receive the results of these queries.

Changes

0.10.0.1

  • Fix issues in configure script

0.10

  • Initial release