[Git][haskell-team/DHG_packages][master] ircbot: patch for newer deps

Clint Adams (@clint) gitlab at salsa.debian.org
Sat Jul 23 15:32:01 BST 2022



Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
7f9d1c3e by Clint Adams at 2022-07-23T10:31:47-04:00
ircbot: patch for newer deps

- - - - -


3 changed files:

- p/haskell-ircbot/debian/changelog
- + p/haskell-ircbot/debian/patches/newer-deps
- + p/haskell-ircbot/debian/patches/series


Changes:

=====================================
p/haskell-ircbot/debian/changelog
=====================================
@@ -1,8 +1,12 @@
-haskell-ircbot (0.6.6-2) UNRELEASED; urgency=medium
+haskell-ircbot (0.6.6-2) unstable; urgency=medium
 
+  [ Ilias Tsitsimpis ]
   * Declare compliance with Debian policy 4.6.1
 
- -- Ilias Tsitsimpis <iliastsi at debian.org>  Tue, 28 Jun 2022 15:32:37 +0300
+  [ Clint Adams ]
+  * Patch for newer dependencies.
+
+ -- Clint Adams <clint at debian.org>  Sat, 23 Jul 2022 10:27:35 -0400
 
 haskell-ircbot (0.6.6-1) unstable; urgency=medium
 


=====================================
p/haskell-ircbot/debian/patches/newer-deps
=====================================
@@ -0,0 +1,44 @@
+--- a/ircbot.cabal
++++ b/ircbot.cabal
+@@ -38,7 +38,7 @@ Library
+                        Network.IRC.Bot.Types
+ 
+   Build-depends:  base       >= 4    && <5,
+-                  bytestring >= 0.10 && < 0.11,
++                  bytestring >= 0.10 && < 0.12,
+                   containers >= 0.4  && < 0.7,
+                   directory   < 1.4,
+                   filepath   >= 1.2  && < 1.5,
+@@ -46,9 +46,9 @@ Library
+                   mtl        >= 2.0  && < 2.3,
+                   network    >= 3.1  && < 3.2,
+                   parsec     == 3.1.*,
+-                  time       >= 1.5  && < 1.10,
++                  time       >= 1.5  && < 1.12,
+                   unix       >= 2.4  && < 2.8,
+-                  random     >= 1.0  && < 1.2,
++                  random     >= 1.0  && < 1.3,
+                   stm        >= 2.2  && < 2.6,
+                   SafeSemaphore >= 0.10 && < 0.11
+ 
+@@ -56,7 +56,7 @@ Executable demo
+   main-is: demo.hs
+   ghc-options:         -threaded -rtsopts -with-rtsopts=-N
+   build-depends:  base       >= 4    && <5,
+-                  bytestring >= 0.10 && < 0.11,
++                  bytestring >= 0.10 && < 0.12,
+                   containers >= 0.4  && < 0.7,
+                   directory   < 1.4,
+                   filepath   >= 1.2  && < 1.5,
+@@ -64,9 +64,9 @@ Executable demo
+                   mtl        >= 2.0  && < 2.3,
+                   network    >= 3.1  && < 3.2,
+                   parsec     == 3.1.*,
+-                  time       >= 1.5  && < 1.10,
++                  time       >= 1.5  && < 1.12,
+                   unix       >= 2.4  && < 2.8,
+-                  random     >= 1.0  && < 1.2,
++                  random     >= 1.0  && < 1.3,
+                   stm        >= 2.2  && < 2.6,
+                   SafeSemaphore >= 0.10 && < 0.11
+   other-modules:


=====================================
p/haskell-ircbot/debian/patches/series
=====================================
@@ -0,0 +1 @@
+newer-deps



View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/7f9d1c3e2ad2ccd80e719d89a557ea533a59045b

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/7f9d1c3e2ad2ccd80e719d89a557ea533a59045b
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/20220723/8e808fcd/attachment-0001.htm>


More information about the Pkg-haskell-commits mailing list