[Git][haskell-team/DHG_packages][master] haskell-ircbot: patch for newer deps
Gianfranco Costamagna
gitlab at salsa.debian.org
Tue Sep 3 12:33:29 BST 2019
Gianfranco Costamagna pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
2e3b9ec5 by Gianfranco Costamagna at 2019-09-03T11:33:09Z
haskell-ircbot: patch for newer deps
- - - - -
4 changed files:
- p/haskell-ircbot/debian/changelog
- p/haskell-ircbot/debian/control
- + p/haskell-ircbot/debian/patches/newer-deps
- + p/haskell-ircbot/debian/patches/series
Changes:
=====================================
p/haskell-ircbot/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-ircbot (0.6.5.3-5) unstable; urgency=medium
+
+ * Patch for newer deps
+
+ -- Gianfranco Costamagna <locutusofborg at 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-
=====================================
p/haskell-ircbot/debian/control
=====================================
@@ -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),
=====================================
p/haskell-ircbot/debian/patches/newer-deps
=====================================
@@ -0,0 +1,44 @@
+--- 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
=====================================
p/haskell-ircbot/debian/patches/series
=====================================
@@ -0,0 +1 @@
+newer-deps
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/2e3b9ec59fc9104a5f54436f8188c9fa8e72dbab
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/2e3b9ec59fc9104a5f54436f8188c9fa8e72dbab
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-haskell-commits/attachments/20190903/40775d86/attachment-0001.html>
More information about the Pkg-haskell-commits
mailing list