[Pkg-haskell-commits] darcs: rss2irc: Tweak for newer {http-client, http-conduit, resourcet}.

Clint Adams clint at debian.org
Sat Jun 14 21:49:27 UTC 2014


Sat Jun 14 21:49:22 UTC 2014  Clint Adams <clint at debian.org>
  * Tweak for newer {http-client,http-conduit,resourcet}.

    M ./changelog +6
    M ./control -6 +3
    A ./patches/
    A ./patches/newer-libraries.diff
    A ./patches/series

Sat Jun 14 21:49:22 UTC 2014  Clint Adams <clint at debian.org>
  * Tweak for newer {http-client,http-conduit,resourcet}.
diff -rN -u old-rss2irc/changelog new-rss2irc/changelog
--- old-rss2irc/changelog	2014-06-14 21:49:27.861883015 +0000
+++ new-rss2irc/changelog	2014-06-14 21:49:27.861883015 +0000
@@ -1,3 +1,9 @@
+rss2irc (1.0.6-3) unstable; urgency=medium
+
+  * Remove upper bounds of http-client, http-conduit, and resourcet.
+
+ -- Clint Adams <clint at debian.org>  Sat, 14 Jun 2014 17:45:37 -0400
+
 rss2irc (1.0.6-2) unstable; urgency=medium
 
   * Add debian/rss2irc.haskell-binaries. (closes: #746243)
diff -rN -u old-rss2irc/control new-rss2irc/control
--- old-rss2irc/control	2014-06-14 21:49:27.861883015 +0000
+++ new-rss2irc/control	2014-06-14 21:49:27.861883015 +0000
@@ -11,14 +11,12 @@
   , ghc-ghci
   , libghc-cabal-file-th-dev
   , libghc-cmdargs-dev
-  , libghc-irc-dev (>> 0.5)
+  , libghc-irc-dev (>= 0.5)
   , libghc-irc-dev (<< 0.6)
   , libghc-feed-dev (>= 0.3.9)
   , libghc-feed-dev (<< 0.4.10)
-  , libghc-http-client-dev (>> 0.2.1)
-  , libghc-http-client-dev (<< 0.2.3)
-  , libghc-http-conduit-dev (>> 1.9)
-  , libghc-http-conduit-dev (<< 2.1)
+  , libghc-http-client-dev (>= 0.2.1)
+  , libghc-http-conduit-dev (>= 1.9)
   , libghc-http-types-dev (>= 0.6.4)
   , libghc-http-types-dev (<< 0.9)
   , libghc-io-storage-dev (>= 0.3)
@@ -29,7 +27,6 @@
   , libghc-regexpr-dev (>= 0.5)
   , libghc-regexpr-dev (<< 0.6)
   , libghc-resourcet-dev (>= 0.4.4)
-  , libghc-resourcet-dev (<< 0.5)
   , libghc-safe-dev (>= 0.2)
   , libghc-safe-dev (<< 0.4)
   , libghc-split-dev (>= 0.2)
diff -rN -u old-rss2irc/patches/newer-libraries.diff new-rss2irc/patches/newer-libraries.diff
--- old-rss2irc/patches/newer-libraries.diff	1970-01-01 00:00:00.000000000 +0000
+++ new-rss2irc/patches/newer-libraries.diff	2014-06-14 21:49:27.861883015 +0000
@@ -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 -rN -u old-rss2irc/patches/series new-rss2irc/patches/series
--- old-rss2irc/patches/series	1970-01-01 00:00:00.000000000 +0000
+++ new-rss2irc/patches/series	2014-06-14 21:49:27.861883015 +0000
@@ -0,0 +1 @@
+newer-libraries.diff




More information about the Pkg-haskell-commits mailing list