[Pkg-haskell-commits] darcs: haskell-github: update to 0.4.0
Joey Hess
joey at kitenet.net
Fri Jan 4 14:49:51 UTC 2013
Thu Jun 28 02:16:59 UTC 2012 Joey Hess <joey at kitenet.net>
* update to 0.4.0
Ignore-this: 20c7a8363ae337cada8256df6e3b6f64
M ./changelog +6
M ./control -2 +2
M ./patches/cabal-dependencies -10 +16
Thu Jun 28 02:16:59 UTC 2012 Joey Hess <joey at kitenet.net>
* update to 0.4.0
Ignore-this: 20c7a8363ae337cada8256df6e3b6f64
diff -rN -u old-haskell-github//changelog new-haskell-github//changelog
--- old-haskell-github//changelog 2013-01-04 14:49:51.411726829 +0000
+++ new-haskell-github//changelog 2013-01-04 14:49:51.415746586 +0000
@@ -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 -rN -u old-haskell-github//control new-haskell-github//control
--- old-haskell-github//control 2013-01-04 14:49:51.407721269 +0000
+++ new-haskell-github//control 2013-01-04 14:49:51.415746586 +0000
@@ -18,7 +18,7 @@
, 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 @@
, 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 -rN -u old-haskell-github//patches/cabal-dependencies new-haskell-github//patches/cabal-dependencies
--- old-haskell-github//patches/cabal-dependencies 2013-01-04 14:49:51.403744547 +0000
+++ new-haskell-github//patches/cabal-dependencies 2013-01-04 14:49:51.419725473 +0000
@@ -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
More information about the Pkg-haskell-commits
mailing list