We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1776787 commit 6255cf7Copy full SHA for 6255cf7
libpq.cabal
@@ -1,11 +1,13 @@
1
Name: libpq
2
-Version: 0.1
+Version: 0.2
3
Synopsis: libpq binding for Haskell
4
5
-Description: This binding uses the libpq asynchronous API in
6
- combination with threadWaitRead and
7
- threadWaitWrite to take advantage of the I/O
8
- manager.
+Description: 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
9
+ backend server and to receive the results of
10
+ these queries.
11
12
Homepage: http://github.com/tnarg/haskell-libpq
13
License: BSD3
0 commit comments