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

Clint Adams (@clint) gitlab at salsa.debian.org
Sat Jul 23 16:47:24 BST 2022



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


Commits:
ae9f7ccb by Clint Adams at 2022-07-23T11:46:50-04:00
ircbot: Upgrading from 0.6.6 to 0.6.6.1

- - - - -


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-1) unstable; urgency=medium
+
+  * New upstream version.
+
+ -- Clint Adams <clint at debian.org>  Sat, 23 Jul 2022 11:45:35 -0400
+
 haskell-ircbot (0.6.6-2) unstable; urgency=medium
 
   [ Ilias Tsitsimpis ]


=====================================
p/haskell-ircbot/debian/control
=====================================
@@ -17,8 +17,11 @@ Build-Depends:
  libghc-network-dev (>= 3.1),
  libghc-network-dev (<< 3.2),
  libghc-network-prof,
- libghc-random-dev (<< 1.2),
+ libghc-optparse-applicative-dev (>= 0.14),
+ libghc-optparse-applicative-dev (<< 0.17),
+ libghc-optparse-applicative-prof,
  libghc-random-dev (>= 1.0),
+ libghc-random-dev (<< 1.3),
  libghc-random-prof,
  libghc-safesemaphore-dev (<< 0.11),
  libghc-safesemaphore-dev (>= 0.10),
@@ -27,6 +30,7 @@ Build-Depends-Indep:
  ghc-doc,
  libghc-irc-doc,
  libghc-network-doc,
+ libghc-optparse-applicative-doc,
  libghc-random-doc,
  libghc-safesemaphore-doc,
 Standards-Version: 4.6.1


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



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

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/ae9f7ccb070b8c66a68ffd3c1bd0ce0a230ca6ae
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/42a4b8db/attachment-0001.htm>


More information about the Pkg-haskell-commits mailing list