[Pkg-haskell-commits] r1177 - in /packages/haskelldb-dynamic/trunk/debian: DBDirect.1 changelog
arjan at users.alioth.debian.org
arjan at users.alioth.debian.org
Wed Apr 30 17:21:39 UTC 2008
Author: arjan
Date: Wed Apr 30 17:21:39 2008
New Revision: 1177
URL: http://svn.debian.org/wsvn/pkg-haskell/?sc=1&rev=1177
Log:
r109 at reddwarf: arjan | 2008-04-30 19:12:08 +0200
Updated for new version of DBDirect
Modified:
packages/haskelldb-dynamic/trunk/debian/DBDirect.1
packages/haskelldb-dynamic/trunk/debian/changelog
Modified: packages/haskelldb-dynamic/trunk/debian/DBDirect.1
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/haskelldb-dynamic/trunk/debian/DBDirect.1?rev=1177&op=diff
==============================================================================
--- packages/haskelldb-dynamic/trunk/debian/DBDirect.1 (original)
+++ packages/haskelldb-dynamic/trunk/debian/DBDirect.1 Wed Apr 30 17:21:39 2008
@@ -1,4 +1,4 @@
-.TH DBDirect "1" "December 2006" "DBDirect" "User Commands"
+.TH DBDirect "1" "April 2008" "DBDirect" "User Commands"
.SH NAME
DBDirect \- Database interface generator for use with HaskellDB
.SH SYNOPSIS
@@ -21,21 +21,19 @@
enable BoundedString
.TP
\fIdriver\fP
-a database type which should be one of \fBODBC\fP, \fBMySQL\fP, \fBPostgreSQL\fP or \fBSQLite\fP.
+a database type which should be one of \fBHSQL.ODBC\fP, \fBHSQL.MySQL\fP, \fBHSQL.PostgreSQL\fP or \fBHSQL.SQLite3\fP.
.TP
\fIoptions\fP
a set of options for the specific \fIdriver\fP.
.RS
.TP
-for \fBOBDC\fP the \fIoptions\fP are \fIdsn\fP, \fIuserid\fP and \fIpassword\fP
+for \fBHSQL.OBDC\fP the \fIoptions\fP are \fIdsn\fP, \fIuid\fP and \fIpwd\fP
.TP
-for \fBMySQL\fP the \fIoptions\fP are \fIserver\fP, \fIdatabase\fP, \fIuserid\fP and \fIpassword\fP
+for \fBHSQL.MySQL\fP the \fIoptions\fP are \fIserver\fP, \fIdb\fP, \fIuid\fP and \fIpwd\fP
.TP
-for \fBPostgresSQL\fP the \fIoptions\fP are \fIserver\fP, \fIdatabase\fP, \fIuserid\fP and \fIpassword\fP
+for \fBHSQL.PostgresSQL\fP the \fIoptions\fP are \fIserver\fP, \fIdb\fP, \fIuid\fP and \fIpwd\fP
.TP
-for \fBSQLite\fP the \fIoptions\fP are \fIfilepath\fP and \fIIOMode\fP
-.TP
-for \fBWXHaskell\fP the \fIoptions\fP are \fIdsn\fP, \fIuserid\fP and \fIpassword\fP
+for \fBHSQL.SQLite3\fP the \fIoptions\fP are \fIfilepath\fP and \fImode\fP
.RE
.TP
\fImodule\fP
Modified: packages/haskelldb-dynamic/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/haskelldb-dynamic/trunk/debian/changelog?rev=1177&op=diff
==============================================================================
--- packages/haskelldb-dynamic/trunk/debian/changelog (original)
+++ packages/haskelldb-dynamic/trunk/debian/changelog Wed Apr 30 17:21:39 2008
@@ -1,7 +1,8 @@
haskelldb-dynamic (0.10-1~pre1) experimental; urgency=low
- * Initial Debian release.
+ * Initial Debian release.
* New Debian packages due to the divinding of Haskell haskelldb library
into a couple of Haskell libraries.
+ * debian/DBDirect.1: Updated for new version of DBDirect.
-- Arjan Oosting <arjan at debian.org> Wed, 07 Nov 2007 18:31:09 +0100
More information about the Pkg-haskell-commits
mailing list