Skip to content

Commit 6255cf7

Browse files
author
Grant Monroe
committed
Updated cabal description and bumped version.
1 parent 1776787 commit 6255cf7

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

libpq.cabal

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
Name: libpq
2-
Version: 0.1
2+
Version: 0.2
33
Synopsis: libpq binding for Haskell
44

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.
5+
Description: This is a binding to libpq: the C application
6+
programmer's interface to PostgreSQL. libpq is a
7+
set of library functions that allow client
8+
programs to pass queries to the PostgreSQL
9+
backend server and to receive the results of
10+
these queries.
911

1012
Homepage: http://github.com/tnarg/haskell-libpq
1113
License: BSD3

0 commit comments

Comments
 (0)