[Pkg-haskell-commits] [SCM] Data type conversions branch, master, updated. debian/1.0.9-1-11-g0dada36

Iain Lane laney at debian.org
Thu May 26 10:02:55 UTC 2011


The following commit has been merged in the master branch:
commit f63c6737736dc41374e2ebeb9c9a0c8246eeff6c
Author: Iain Lane <laney at debian.org>
Date:   Thu May 26 10:52:24 2011 +0100

    Relax build-dependency on time
    
    The versions specified for the Build-Depend on time were too strict;
    GHC's version works fine.

diff --git a/convertible.cabal b/convertible.cabal
index b5fb604..ba4baa4 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.1.4,
+    Build-Depends: base>=3 && <5, old-time, time>=1.1.2.4 && <1.3.0.0,
      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