[Pkg-haskell-commits] [SCM] Github API for haskell branch, master, updated. debian/0.2.1-1-1-ga10b022
Joey Hess
joeyh at debian.org
Fri Apr 20 15:26:56 UTC 2012
The following commit has been merged in the master branch:
commit a10b022ce77388179b344bb51a1e9f0f9a764046
Author: Joey Hess <joeyh at debian.org>
Date: Fri Apr 20 11:18:27 2012 -0400
Adjust cabal dependency on aeson so 0.6.0.1 can be used. Closes: #669498
Tested, works ok.
diff --git a/debian/changelog b/debian/changelog
index 261ecb1..04e5458 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+haskell-github (0.2.1-2) unstable; urgency=low
+
+ * Adjust cabal dependency on aeson so 0.6.0.1 can be used. Closes: #669498
+
+ -- Joey Hess <joeyh at debian.org> Fri, 20 Apr 2012 11:05:40 -0400
+
haskell-github (0.2.1-1) unstable; urgency=low
* Initial release.
diff --git a/debian/patches/cabal-dependencies b/debian/patches/cabal-dependencies
index c13b13e..5280ede 100644
--- a/debian/patches/cabal-dependencies
+++ b/debian/patches/cabal-dependencies
@@ -8,7 +8,8 @@ Description: adjust cabal dependencies
@@ -143,14 +143,14 @@ Library
Build-depends: base >= 4.0 && < 5.0,
time,
- aeson == 0.6.0.0,
+- aeson == 0.6.0.0,
++ aeson == 0.6.0.1,
- attoparsec == 0.10.1.0,
+ attoparsec == 0.10.1.1,
bytestring,
--
Github API for haskell
More information about the Pkg-haskell-commits
mailing list