[Pkg-haskell-commits] [SCM] Haskell Database Connectivity branch, master, updated. debian/2.2.0-2-10-g8c4adfd
John Goerzen
jgoerzen at complete.org
Wed Feb 17 16:43:40 UTC 2010
The following commit has been merged in the master branch:
commit 7465f2a64828935694e4268f08270d5d8a2d6c0c
Author: John Goerzen <jgoerzen at complete.org>
Date: Tue Nov 3 08:18:26 2009 -0600
Fix time stuff
diff --git a/HDBC.cabal b/HDBC.cabal
index 26afded..8f33eaa 100644
--- a/HDBC.cabal
+++ b/HDBC.cabal
@@ -1,5 +1,5 @@
Name: HDBC
-Version: 2.2.0
+Version: 2.2.1
License: LGPL
Maintainer: John Goerzen <jgoerzen at complete.org>
Author: John Goerzen
@@ -26,7 +26,7 @@ flag buildtests
library
if flag(splitBase)
- Build-Depends: base>=3 && <5, old-time, time>=1.1.2.4 && <1.3.0, bytestring, containers, old-locale
+ Build-Depends: base>=3 && <5, old-time, time>=1.1.2.4 && <1.1.3, bytestring, containers, old-locale
else
Build-Depends: base<3
Build-Depends: mtl, convertible >= 1.0.1, utf8-string
--
Haskell Database Connectivity
More information about the Pkg-haskell-commits
mailing list