[Pkg-haskell-commits] [package-plan] 01/01: patch rss2irc for newer http-client, http-conduit, resourcet

Clint Adams clint at moszumanska.debian.org
Sat Jun 14 21:47:42 UTC 2014


This is an automated email from the git hooks/post-receive script.

clint pushed a commit to branch conduit-1.1
in repository package-plan.

commit 023d30e29ffe37f97eda43631aa213225c6cff8f
Author: Clint Adams <clint at debian.org>
Date:   Sat Jun 14 17:47:25 2014 -0400

    patch rss2irc for newer http-client, http-conduit, resourcet
---
 packages.txt                               |  2 +-
 patches/rss2irc/1.0.6/newer-libraries.diff | 15 +++++++++++++++
 patches/rss2irc/1.0.6/series               |  1 +
 3 files changed, 17 insertions(+), 1 deletion(-)

diff --git a/packages.txt b/packages.txt
index ced6f56..6e6b485 100644
--- a/packages.txt
+++ b/packages.txt
@@ -537,7 +537,7 @@ resource-pool 0.2.1.1
 resourcet 1.1.2.2
 rosezipper 0.2
 RSA 1.2.2.0
-rss2irc 1.0.6 binary broken
+rss2irc 1.0.6 binary
 safe 0.3.3
 safecopy 0.8.2
 SafeSemaphore 0.9.0
diff --git a/patches/rss2irc/1.0.6/newer-libraries.diff b/patches/rss2irc/1.0.6/newer-libraries.diff
new file mode 100644
index 0000000..ca766b5
--- /dev/null
+++ b/patches/rss2irc/1.0.6/newer-libraries.diff
@@ -0,0 +1,15 @@
+--- a/rss2irc.cabal
++++ b/rss2irc.cabal
+@@ -36,9 +36,9 @@ executable rss2irc
+                     ,deepseq
+                     ,irc                   >= 0.5 && < 0.6
+                     ,feed                  >= 0.3.9 && < 0.3.10
+-                    ,http-client           >= 0.2.1 && < 0.2.3
+-                    ,http-conduit          >= 1.9 && < 2.1
+-                    ,resourcet             >= 0.4.4 && < 0.5
++                    ,http-client           >= 0.2.1
++                    ,http-conduit          >= 1.9
++                    ,resourcet             >= 0.4.4
+                     ,http-types            >= 0.6.4 && < 0.9
+                     ,io-storage            >= 0.3 && < 0.4
+                     ,network               >= 2.4 && < 2.5
diff --git a/patches/rss2irc/1.0.6/series b/patches/rss2irc/1.0.6/series
new file mode 100644
index 0000000..20d5826
--- /dev/null
+++ b/patches/rss2irc/1.0.6/series
@@ -0,0 +1 @@
+newer-libraries.diff

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/package-plan.git



More information about the Pkg-haskell-commits mailing list