[Pkg-haskell-commits] [SCM] HDBC PostgreSQL backend driver branch, upstream, updated. debian/2.1.0.1-1-22-g09e9998
John Goerzen
jgoerzen at complete.org
Tue Feb 23 16:58:58 UTC 2010
The following commit has been merged in the upstream branch:
commit 09e999814190ff105cfaee1ff717dd815ab1a6f9
Author: John Goerzen <jgoerzen at complete.org>
Date: Tue Feb 23 10:56:34 2010 -0600
Update cabal version spec for GHC 6.12
Fixes #201
GHC 6.12 introduced an incompatibility; Setup.hs can now work with it
or with 6.10 and earlier, and not with both. Updating the .cabal file
to note the Cabal version required.
diff --git a/HDBC-postgresql.cabal b/HDBC-postgresql.cabal
index 0870957..e6a18a5 100644
--- a/HDBC-postgresql.cabal
+++ b/HDBC-postgresql.cabal
@@ -1,5 +1,5 @@
Name: HDBC-postgresql
-Version: 2.2.3.0
+Version: 2.2.3.1
License: LGPL
Maintainer: John Goerzen <jgoerzen at complete.org>
Author: John Goerzen
@@ -19,7 +19,7 @@ Description: This package provides a PostgreSQL driver for HDBC
Stability: Stable
Build-Type: Custom
-Cabal-Version: >=1.2.3
+Cabal-Version: >=1.8
Flag splitBase
description: Choose the new smaller, split-up package.
--
HDBC PostgreSQL backend driver
More information about the Pkg-haskell-commits
mailing list