[Git][haskell-team/DHG_packages][master] glirc: Upgrading from 2.40.1 to 2.41
Clint Adams (@clint)
gitlab at salsa.debian.org
Wed Feb 18 13:56:27 GMT 2026
Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
675a1473 by Clint Adams at 2026-02-18T08:52:51-05:00
glirc: Upgrading from 2.40.1 to 2.41
- - - - -
4 changed files:
- p/glirc/debian/changelog
- p/glirc/debian/control
- + p/glirc/debian/patches/newer-deps
- + p/glirc/debian/patches/series
Changes:
=====================================
p/glirc/debian/changelog
=====================================
@@ -1,8 +1,13 @@
-glirc (2.40.1-2) UNRELEASED; urgency=medium
+glirc (2.41-1) unstable; urgency=medium
+ [ Scott Talbert ]
* Build using dh-haskell
- -- Scott Talbert <swt at techie.net> Sun, 09 Nov 2025 21:11:27 -0500
+ [ Clint Adams ]
+ * New upstream version.
+ * Patch for newer vty. closes: #1127982.
+
+ -- Clint Adams <clint at debian.org> Wed, 18 Feb 2026 08:48:17 -0500
glirc (2.40.1-1) unstable; urgency=medium
=====================================
p/glirc/debian/control
=====================================
@@ -27,17 +27,21 @@ Build-Depends: debhelper-compat (= 13),
libghc-githash-dev (>= 0.1.6),
libghc-githash-dev (<< 0.2),
libghc-hashable-dev (>= 1.2.4),
- libghc-hashable-dev (<< 1.5),
+ libghc-hashable-dev (<< 1.6),
+ libghc-hashable-prof,
libghc-hookup-dev (>= 0.8),
libghc-hookup-dev (<< 0.9),
- libghc-irc-core-dev (>= 2.12),
- libghc-irc-core-dev (<< 2.13),
+ libghc-hookup-prof,
+ libghc-irc-core-dev (>= 2.13),
+ libghc-irc-core-dev (<< 2.14),
+ libghc-irc-core-prof,
libghc-kan-extensions-dev (>= 5.0),
libghc-kan-extensions-dev (<< 5.3),
libghc-lens-dev (>= 4.14),
- libghc-lens-dev (<< 5.3),
+ libghc-lens-dev (<< 5.4),
+ libghc-lens-prof,
libghc-network-dev (>= 2.6.2),
- libghc-network-dev (<< 3.2),
+ libghc-network-dev (<< 3.3),
libghc-psqueues-dev (>= 0.2.7),
libghc-psqueues-dev (<< 0.3),
libghc-random-dev (>= 1.1),
@@ -54,15 +58,14 @@ Build-Depends: debhelper-compat (= 13),
libghc-unordered-containers-dev (<< 0.3),
libghc-vector-dev (>= 0.11),
libghc-vector-dev (<< 0.14),
- libghc-vty-dev (>= 6.1),
- libghc-vty-dev (<< 6.2),
+ libghc-vty-dev (>= 6.2),
libghc-lens-dev,
libghc-vty-dev,
libghc-vty-unix-dev (>= 0.2.0.0),
libghc-vty-unix-dev (<< 0.3),
libghc-hunit-dev (>= 1.6),
libghc-hunit-dev (<< 1.7),
-Standards-Version: 4.7.0
+Standards-Version: 4.7.3
Homepage: https://github.com/glguy/irc-core
Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/glirc
Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/glirc]
=====================================
p/glirc/debian/patches/newer-deps
=====================================
@@ -0,0 +1,11 @@
+--- a/glirc.cabal
++++ b/glirc.cabal
+@@ -203,7 +203,7 @@ library
+ unix >=2.7 && <2.9,
+ unordered-containers >=0.2.11 && <0.3,
+ vector >=0.11 && <0.14,
+- vty ^>=6.2,
++ vty >=6.2,
+
+ test-suite test
+ type: exitcode-stdio-1.0
=====================================
p/glirc/debian/patches/series
=====================================
@@ -0,0 +1 @@
+newer-deps
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/675a14739e37687279171e8620a024e0c197c066
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/675a14739e37687279171e8620a024e0c197c066
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/20260218/12a049fd/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list