[Git][haskell-team/DHG_packages][master] hookup: patch for newer network

Clint Adams (@clint) gitlab at salsa.debian.org
Wed Jan 14 04:48:30 GMT 2026



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


Commits:
ea250647 by Clint Adams at 2026-01-13T23:48:06-05:00
hookup: patch for newer network

- - - - -


3 changed files:

- p/haskell-hookup/debian/changelog
- p/haskell-hookup/debian/control
- p/haskell-hookup/debian/patches/newer-deps


Changes:

=====================================
p/haskell-hookup/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-hookup (0.8-3) unstable; urgency=medium
+
+  * Patch for newer network.
+
+ -- Clint Adams <clint at debian.org>  Tue, 13 Jan 2026 23:47:45 -0500
+
 haskell-hookup (0.8-2) unstable; urgency=medium
 
   * Build using dh-haskell


=====================================
p/haskell-hookup/debian/control
=====================================
@@ -23,7 +23,7 @@ Build-Depends: debhelper-compat (= 13),
  libghc-attoparsec-dev (<< 0.15),
  libghc-attoparsec-prof,
  libghc-network-dev (>= 3.0),
- libghc-network-dev (<< 3.2),
+ libghc-network-dev (<< 3.3),
  libghc-network-prof,
 Build-Depends-Indep: ghc-doc,
  libghc-hsopenssl-doc,
@@ -31,7 +31,7 @@ Build-Depends-Indep: ghc-doc,
  libghc-async-doc,
  libghc-attoparsec-doc,
  libghc-network-doc,
-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/haskell-hookup
 Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-hookup]


=====================================
p/haskell-hookup/debian/patches/newer-deps
=====================================
@@ -1,8 +1,6 @@
-Index: b/hookup.cabal
-===================================================================
 --- a/hookup.cabal
 +++ b/hookup.cabal
-@@ -37,7 +37,7 @@ library
+@@ -37,10 +37,10 @@ library
      cbits/pem_password_cb.c
  
    build-depends:
@@ -10,4 +8,8 @@ Index: b/hookup.cabal
 +    base                  >=4.11 && <4.22,
      async                 ^>=2.2,
      stm                   ^>=2.5,
-     network               >=3.0  && <3.2,
+-    network               >=3.0  && <3.2,
++    network               >=3.0  && <3.3,
+     bytestring            >=0.10 && <0.13,
+     attoparsec            ^>=0.14,
+     HsOpenSSL             >=0.11.2.3 && <0.12,



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

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


More information about the Pkg-haskell-commits mailing list