[Git][haskell-team/DHG_packages][master] ircbot: Upgrading from 0.6.5.3 to 0.6.6

Clint Adams gitlab at salsa.debian.org
Thu Jun 18 01:13:30 BST 2020



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


Commits:
7eb92429 by Clint Adams at 2020-06-17T20:12:26-04:00
ircbot: Upgrading from 0.6.5.3 to 0.6.6

- - - - -


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.6-1) unstable; urgency=medium
+
+  * New upstream version.
+
+ -- Clint Adams <clint at debian.org>  Wed, 17 Jun 2020 20:11:25 -0400
+
 haskell-ircbot (0.6.5.3-5) unstable; urgency=medium
 
   * Patch for newer deps


=====================================
p/haskell-ircbot/debian/control
=====================================
@@ -14,8 +14,8 @@ Build-Depends:
  libghc-irc-dev (<< 0.7),
  libghc-irc-dev (>= 0.6),
  libghc-irc-prof,
- libghc-network-dev (<< 2.9),
- libghc-network-dev (>= 2.3),
+ libghc-network-dev (>= 3.1),
+ libghc-network-dev (<< 3.2),
  libghc-network-prof,
  libghc-random-dev (<< 1.2),
  libghc-random-dev (>= 1.0),
@@ -29,7 +29,7 @@ Build-Depends-Indep:
  libghc-network-doc,
  libghc-random-doc,
  libghc-safesemaphore-doc,
-Standards-Version: 4.1.4
+Standards-Version: 4.5.0
 Homepage: https://github.com/stepcut/ircbot
 Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-ircbot
 Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-ircbot]


=====================================
p/haskell-ircbot/debian/patches/newer-deps deleted
=====================================
@@ -1,44 +0,0 @@
---- 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 deleted
=====================================
@@ -1 +0,0 @@
-newer-deps



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

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/7eb92429905f6b4dbd165a96e216330d03dadccd
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/20200618/01527d11/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list