Commit 3c9d3419 authored by Gianfranco Costamagna's avatar Gianfranco Costamagna
Browse files

rss2irc: bump dependency bounds for newer dependencies

parent d1ec9268
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
rss2irc (1.2-4) unstable; urgency=medium

  * Patch for newer deps

 -- Gianfranco Costamagna <locutusofborg@debian.org>  Sun, 08 Sep 2019 00:53:07 +0200

rss2irc (1.2-3) unstable; urgency=medium

  * Remove build dependency on libghc-parsec3-dev (provided by ghc-
+1 −1
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@ Build-Depends: debhelper (>= 10),
 libghc-irc-dev (>= 0.6),
 libghc-irc-dev (<< 0.7),
 libghc-network-dev (>= 2.6),
 libghc-network-dev (<< 2.7),
 libghc-network-dev (<< 2.9),
 libghc-network-uri-dev (>= 2.6),
 libghc-network-uri-dev (<< 2.7),
 libghc-old-locale-dev,
+11 −0
Original line number Diff line number Diff line
--- rss2irc-1.2.orig/rss2irc.cabal
+++ rss2irc-1.2/rss2irc.cabal
@@ -47,7 +47,7 @@ executable rss2irc
                     ,resourcet             >= 0.4.4 && < 1.3
                     ,http-types            >= 0.6.4 && < 1.0
                     ,io-storage            >= 0.3 && < 0.4
-                    ,network               >= 2.6 && < 2.7
+                    ,network               >= 2.6 && < 2.9
                     ,network-uri           >= 2.6 && < 2.7
                     ,old-locale
                     ,parsec
+1 −0
Original line number Diff line number Diff line
newer-deps