Commit 2e3b9ec5 authored by Gianfranco Costamagna's avatar Gianfranco Costamagna
Browse files

haskell-ircbot: patch for newer deps

parent 7885220f
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
haskell-ircbot (0.6.5.3-5) unstable; urgency=medium

  * Patch for newer deps

 -- Gianfranco Costamagna <locutusofborg@debian.org>  Tue, 03 Sep 2019 13:31:49 +0200

haskell-ircbot (0.6.5.3-4) unstable; urgency=medium

  * Remove build dependency on libghc-parsec3-dev (provided by ghc-
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@ Build-Depends:
 libghc-irc-dev (<< 0.7),
 libghc-irc-dev (>= 0.6),
 libghc-irc-prof,
 libghc-network-dev (<< 2.7),
 libghc-network-dev (<< 2.9),
 libghc-network-dev (>= 2.3),
 libghc-network-prof,
 libghc-random-dev (<< 1.2),
+44 −0
Original line number Diff line number Diff line
--- haskell-ircbot-0.6.5.3.orig/ircbot.cabal
+++ haskell-ircbot-0.6.5.3/ircbot.cabal
@@ -39,17 +39,17 @@ Library
 
   Build-depends:  base       >= 4    && <5,
                   bytestring >= 0.10 && < 0.11,
-                  containers >= 0.4  && < 0.6,
+                  containers >= 0.4  && < 0.7,
                   directory   < 1.4,
                   filepath   >= 1.2  && < 1.5,
                   irc        == 0.6.*,
                   mtl        >= 2.0  && < 2.3,
-                  network    >= 2.3  && < 2.7,
+                  network    >= 2.3  && < 2.9,
                   parsec     == 3.1.*,
                   time       >= 1.5  && < 1.10,
                   unix       >= 2.4  && < 2.8,
                   random     >= 1.0  && < 1.2,
-                  stm        >= 2.2  && < 2.5,
+                  stm        >= 2.2  && < 2.6,
                   SafeSemaphore >= 0.10 && < 0.11
 
 Executable demo
@@ -57,17 +57,17 @@ Executable demo
   ghc-options:         -threaded -rtsopts -with-rtsopts=-N
   build-depends:  base       >= 4    && <5,
                   bytestring >= 0.10 && < 0.11,
-                  containers >= 0.4  && < 0.6,
+                  containers >= 0.4  && < 0.7,
                   directory   < 1.4,
                   filepath   >= 1.2  && < 1.5,
                   irc        == 0.6.*,
                   mtl        >= 2.0  && < 2.3,
-                  network    >= 2.3  && < 2.7,
+                  network    >= 2.3  && < 2.9,
                   parsec     == 3.1.*,
                   time       >= 1.5  && < 1.10,
                   unix       >= 2.4  && < 2.8,
                   random     >= 1.0  && < 1.2,
-                  stm        >= 2.2  && < 2.5,
+                  stm        >= 2.2  && < 2.6,
                   SafeSemaphore >= 0.10 && < 0.11
   other-modules:
                     Network.IRC.Bot
+1 −0
Original line number Diff line number Diff line
newer-deps