[Pkg-haskell-commits] [SCM] Github API for haskell branch, master, updated. debian/0.2.1-1-2-g65299f0

Joey Hess joeyh at debian.org
Tue May 15 01:09:35 UTC 2012


The following commit has been merged in the master branch:
commit 65299f0dec7b368e2697af1cfd5f9215a97c473e
Author: Joey Hess <joeyh at debian.org>
Date:   Mon May 14 20:58:25 2012 -0400

    Further loosen too-tight cabal version constraints
    
    And set build deps to the same versions.
    
    These are quite likely still too tight.

diff --git a/debian/changelog b/debian/changelog
index 04e5458..b3defd1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+haskell-github (0.2.1-3) unstable; urgency=low
+
+  * Further loosen too-tight cabal version constraints, and
+    set build deps to the same versions.
+
+ -- Joey Hess <joeyh at debian.org>  Mon, 14 May 2012 20:57:01 -0400
+
 haskell-github (0.2.1-2) unstable; urgency=low
 
   * Adjust cabal dependency on aeson so 0.6.0.1 can be used. Closes: #669498
diff --git a/debian/control b/debian/control
index 5804e86..3f0c403 100644
--- a/debian/control
+++ b/debian/control
@@ -8,9 +8,9 @@ Build-Depends: debhelper (>= 9)
   , haskell-devscripts (>= 0.8)
   , ghc
   , ghc-prof
-  , libghc-aeson-dev (>= 0.6.0.0)
+  , libghc-aeson-dev (>= 0.6.0.0), libghc-aeson-dev (<< 0.7.0.0)
   , libghc-aeson-prof
-  , libghc-attoparsec-dev (>= 0.10.1.0)
+  , libghc-attoparsec-dev (>= 0.10.1.0), libghc-attoparsec-dev (<< 0.11.0.0)
   , libghc-attoparsec-prof
   , libghc-text-dev
   , libghc-text-prof
@@ -18,7 +18,7 @@ Build-Depends: debhelper (>= 9)
   , libghc-http-prof
   , libghc-network-dev
   , libghc-network-prof
-  , libghc-http-conduit-dev
+  , libghc-http-conduit-dev (>= 1.2.5), libghc-http-conduit-dev (<< 1.3.0)
   , libghc-http-conduit-prof
   , libghc-uri-dev
   , libghc-uri-prof
diff --git a/debian/patches/cabal-dependencies b/debian/patches/cabal-dependencies
index 5280ede..1d890e7 100644
--- a/debian/patches/cabal-dependencies
+++ b/debian/patches/cabal-dependencies
@@ -9,9 +9,9 @@ Description: adjust cabal dependencies
    Build-depends: base >= 4.0 && < 5.0,
                   time,
 -                 aeson == 0.6.0.0,
-+                 aeson == 0.6.0.1,
++                 aeson == 0.6.0.*,
 -                 attoparsec == 0.10.1.0,
-+                 attoparsec == 0.10.1.1,
++                 attoparsec == 0.10.1.*,
                   bytestring,
                   containers,
                   text,
@@ -19,7 +19,7 @@ Description: adjust cabal dependencies
                   HTTP,
                   network,
 -                 http-conduit == 1.2.6,
-+                 http-conduit == 1.2.5,
++                 http-conduit == 1.2.*,
                   uri,
                   failure,
                   http-types,

-- 
Github API for haskell



More information about the Pkg-haskell-commits mailing list