[Pkg-haskell-commits] r1303 - in /packages/haskell-hsql/branches/upstream/current: Database/HSQL.hsc LICENSE hsql.cabal
arjan at users.alioth.debian.org
arjan at users.alioth.debian.org
Sun Jan 18 14:50:01 UTC 2009
Author: arjan
Date: Sun Jan 18 14:50:00 2009
New Revision: 1303
URL: http://svn.debian.org/wsvn/pkg-haskell/?sc=1&rev=1303
Log:
[svn-upgrade] Integrating new upstream version, haskell-hsql (1.7.1)
Added:
packages/haskell-hsql/branches/upstream/current/LICENSE
Modified:
packages/haskell-hsql/branches/upstream/current/Database/HSQL.hsc
packages/haskell-hsql/branches/upstream/current/hsql.cabal
Modified: packages/haskell-hsql/branches/upstream/current/Database/HSQL.hsc
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/haskell-hsql/branches/upstream/current/Database/HSQL.hsc?rev=1303&op=diff
==============================================================================
--- packages/haskell-hsql/branches/upstream/current/Database/HSQL.hsc (original)
+++ packages/haskell-hsql/branches/upstream/current/Database/HSQL.hsc Sun Jan 18 14:50:00 2009
@@ -27,7 +27,7 @@
, fetch -- :: Statement -> IO Bool
-- * Retrieving Statement values and types
- , FieldDef, SqlType(..), SqlBind, toSqlValue
+ , FieldDef, SqlType(..), SqlBind(..)
, getFieldValue -- :: SqlBind a => Statement -> String -> IO a
, getFieldValueMB
, getFieldValue' -- :: SqlBind a => Statement -> String -> a -> IO a
Added: packages/haskell-hsql/branches/upstream/current/LICENSE
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/haskell-hsql/branches/upstream/current/LICENSE?rev=1303&op=file
==============================================================================
(empty)
Modified: packages/haskell-hsql/branches/upstream/current/hsql.cabal
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/haskell-hsql/branches/upstream/current/hsql.cabal?rev=1303&op=diff
==============================================================================
--- packages/haskell-hsql/branches/upstream/current/hsql.cabal (original)
+++ packages/haskell-hsql/branches/upstream/current/hsql.cabal Sun Jan 18 14:50:00 2009
@@ -1,11 +1,16 @@
name: hsql
-version: 1.7
+version: 1.7.1
license: BSD3
author: Krasimir Angelov <ka2_mail at yahoo.com>
+maintainer: Chris Done <chrisdone at gmail.com>
category: Database
+synopsis: Simple library for database access from Haskell.
description: Simple library for database access from Haskell.
exposed-modules:
Database.HSQL,
Database.HSQL.Types
-build-depends: base
-extensions: ForeignFunctionInterface, TypeSynonymInstances, CPP
+build-depends: base==3.*,old-time
+extensions: ForeignFunctionInterface, TypeSynonymInstances, CPP, RankNTypes, DeriveDataTypeable
+build-type: Simple
+license-file: LICENSE
+cabal-version: >= 1.6
More information about the Pkg-haskell-commits
mailing list