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

Joey Hess joey at kitenet.net
Thu Jun 28 02:25:31 UTC 2012


The following commit has been merged in the master branch:
commit acfc781af89b67bc3a8bc05dace9f25c4dcc5305
Author: Joey Hess <joey at kitenet.net>
Date:   Wed Jun 27 22:16:59 2012 -0400

    update to 0.4.0

diff --git a/debian/changelog b/debian/changelog
index b3defd1..4a0cf74 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+haskell-github (0.4.0-1) unstable; urgency=low
+
+  * New upstream release, which supports http-conduit 1.4.
+
+ -- Joey Hess <joeyh at debian.org>  Wed, 27 Jun 2012 22:02:21 -0400
+
 haskell-github (0.2.1-3) unstable; urgency=low
 
   * Further loosen too-tight cabal version constraints, and
diff --git a/debian/control b/debian/control
index 3f0c403..2993448 100644
--- a/debian/control
+++ b/debian/control
@@ -18,7 +18,7 @@ Build-Depends: debhelper (>= 9)
   , libghc-http-prof
   , libghc-network-dev
   , libghc-network-prof
-  , libghc-http-conduit-dev (>= 1.2.5), libghc-http-conduit-dev (<< 1.3.0)
+  , libghc-http-conduit-dev (>= 1.4.1)
   , libghc-http-conduit-prof
   , libghc-uri-dev
   , libghc-uri-prof
@@ -28,7 +28,7 @@ Build-Depends: debhelper (>= 9)
   , libghc-http-types-prof
   , libghc-vector-dev
   , libghc-vector-prof
-  , libghc-unordered-containers-dev
+  , libghc-unordered-containers-dev (>= 0.1), libghc-unordered-containers-dev (<< 0.3)
   , libghc-unordered-containers-prof
 Build-Depends-Indep: ghc-doc
   , libghc-aeson-doc
diff --git a/debian/patches/cabal-dependencies b/debian/patches/cabal-dependencies
index 1d890e7..995af7f 100644
--- a/debian/patches/cabal-dependencies
+++ b/debian/patches/cabal-dependencies
@@ -1,25 +1,31 @@
 Description: adjust cabal dependencies
- Why so tight dependencies in the cabal file? These other versions have
- been extensively tested and also work ok. I filed a bug report upstream
- about this earlier.
 
---- haskell-github-0.2.1.orig/github.cabal
-+++ haskell-github-0.2.1/github.cabal
-@@ -143,14 +143,14 @@ Library
+--- haskell-github-0.4.0.orig/github.cabal
++++ haskell-github-0.4.0/github.cabal
+@@ -140,22 +140,22 @@ Library
+   -- Packages needed in order to build this package.
    Build-depends: base >= 4.0 && < 5.0,
                   time,
 -                 aeson == 0.6.0.0,
-+                 aeson == 0.6.0.*,
 -                 attoparsec == 0.10.1.0,
-+                 attoparsec == 0.10.1.*,
++                 aeson == 0.6.*,
++                 attoparsec == 0.10.*,
                   bytestring,
                   containers,
                   text,
                   old-locale,
                   HTTP,
                   network,
--                 http-conduit == 1.2.6,
-+                 http-conduit == 1.2.*,
+-                 http-conduit == 1.4.1.10,
++                 http-conduit == 1.4.1.*,
+                  conduit,
                   uri,
                   failure,
                   http-types,
+                  data-default,
+                  vector,
+-                 unordered-containers >= 0.1 && < 0.2
++                 unordered-containers >= 0.1 && < 0.3
+   
+   -- Modules not exported by this package.
+   Other-modules:       Github.Private
diff --git a/github.cabal b/github.cabal
index b340d97..6b4a1cb 100644
--- a/github.cabal
+++ b/github.cabal
@@ -140,22 +140,22 @@ Library
   -- Packages needed in order to build this package.
   Build-depends: base >= 4.0 && < 5.0,
                  time,
-                 aeson == 0.6.0.0,
-                 attoparsec == 0.10.1.0,
+                 aeson == 0.6.*,
+                 attoparsec == 0.10.*,
                  bytestring,
                  containers,
                  text,
                  old-locale,
                  HTTP,
                  network,
-                 http-conduit == 1.4.1.10,
+                 http-conduit == 1.4.1.*,
                  conduit,
                  uri,
                  failure,
                  http-types,
                  data-default,
                  vector,
-                 unordered-containers >= 0.1 && < 0.2
+                 unordered-containers >= 0.1 && < 0.3
   
   -- Modules not exported by this package.
   Other-modules:       Github.Private

-- 
Github API for haskell



More information about the Pkg-haskell-commits mailing list