From: <kr_...@us...> - 2005-06-09 12:14:41
|
Update of /cvsroot/htoolkit/HSQL/SQLite In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29633/SQLite Modified Files: SQLite.cabal Log Message: Upgrade Index: SQLite.cabal =================================================================== RCS file: /cvsroot/htoolkit/HSQL/SQLite/SQLite.cabal,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** SQLite.cabal 1 Feb 2005 13:04:08 -0000 1.1 --- SQLite.cabal 9 Jun 2005 12:14:25 -0000 1.2 *************** *** 1,10 **** ! name: hsql-sqlite ! version: 1.5 ! license: BSD3 ! author: Krasimir Angelov <ka2...@ya...> ! category: Database ! description: SQLite driver for HSQL. ! exposed-modules:Database.HSQL.SQLite ! build-depends: base, hsql ! extensions: ForeignFunctionInterface, CPP ! extra-libs: sqlite \ No newline at end of file --- 1,10 ---- ! name: hsql-sqlite ! version: 1.5 ! license: BSD3 ! author: Krasimir Angelov <ka2...@ya...> ! category: Database ! description: SQLite driver for HSQL. ! exposed-modules: Database.HSQL.SQLite ! build-depends: base, hsql ! extensions: ForeignFunctionInterface, CPP ! extra-libraries: sqlite \ No newline at end of file |