[Pkg-haskell-commits] [SCM] Data type conversions branch, master, updated. debian/1.0.9-1-12-gaf0b01a
Iain Lane
laney at debian.org
Thu May 26 10:05:52 UTC 2011
The following commit has been merged in the master branch:
commit af0b01af73b6e91968ef89e653fcef15542bc4a8
Author: Iain Lane <laney at debian.org>
Date: Thu May 26 11:05:35 2011 +0100
Revert "Relax build-dependency on time"
This reverts commit f63c6737736dc41374e2ebeb9c9a0c8246eeff6c.
diff --git a/convertible.cabal b/convertible.cabal
index ba4baa4..b5fb604 100644
--- a/convertible.cabal
+++ b/convertible.cabal
@@ -50,7 +50,7 @@ flag time_gte_113
library
if flag(splitBase)
- Build-Depends: base>=3 && <5, old-time, time>=1.1.2.4 && <1.3.0.0,
+ Build-Depends: base>=3 && <5, old-time, time>=1.1.2.4 && <=1.1.4,
bytestring, containers, old-locale
if flag(time_gte_113)
Build-Depends: time>=1.1.3
--
Data type conversions
More information about the Pkg-haskell-commits
mailing list