[Git][haskell-team/DHG_packages][master] network-bsd: Patch for newer deps
Scott Talbert (@swt2c)
gitlab at salsa.debian.org
Tue Jan 6 04:56:37 GMT 2026
Scott Talbert pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
9d495de4 by Scott Talbert at 2026-01-05T23:54:46-05:00
network-bsd: Patch for newer deps
- - - - -
3 changed files:
- p/haskell-network-bsd/debian/changelog
- p/haskell-network-bsd/debian/control
- p/haskell-network-bsd/debian/patches/newer-deps
Changes:
=====================================
p/haskell-network-bsd/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-network-bsd (2.8.1.0-7) unstable; urgency=medium
+
+ * Patch for newer deps
+
+ -- Scott Talbert <swt at techie.net> Mon, 05 Jan 2026 23:47:55 -0500
+
haskell-network-bsd (2.8.1.0-6) unstable; urgency=medium
* Build using dh-haskell
=====================================
p/haskell-network-bsd/debian/control
=====================================
@@ -9,8 +9,8 @@ Build-Depends: debhelper-compat (= 13),
ghc (>= 9.10),
ghc-prof,
libghc-network-dev (>= 3.0.0.0),
- libghc-network-dev (<< 3.2),
- libghc-network-prof (>= 3.0.0.0),
+ libghc-network-dev (<< 3.3),
+ libghc-network-prof,
Build-Depends-Indep: ghc-doc,
libghc-network-doc,
Standards-Version: 4.7.0
=====================================
p/haskell-network-bsd/debian/patches/newer-deps
=====================================
@@ -6,7 +6,7 @@ Index: b/network-bsd.cabal
cabal-version: 1.12
name: network-bsd
version: 2.8.1.0
-+x-revision: 4
++x-revision: 6
license: BSD3
license-file: LICENSE
maintainer: Kazu Yamamoto, Herbert Valerio Riedel
@@ -27,13 +27,22 @@ Index: b/network-bsd.cabal
> , network-bsd >= 2.7 && < 2.9
.
I.e. you can control the version of the @network@ package
+@@ -61,7 +62,7 @@ library
+ other-extensions: CPP, NondecreasingIndentation
+ exposed-modules: Network.BSD
+ build-depends: base >= 4.7 && < 5
+- , deepseq >= 1.3.0.0 && < 1.5
++ , deepseq >= 1.3.0.0 && < 1.6
+ -- NOTES on `network` depdendency
+ --
+ -- `network-bsd` heavily relies on `network`'s
@@ -75,7 +76,8 @@ library
-- with the bounds to avoid leaking through API
-- changes that aren't reflected in `network-bsd`'s
-- API version.
- , network >= 3.0.0.0 && < 3.0.1
+ , network (>= 3.0.0.0 && < 3.0.2)
-+ || (>= 3.1.0.0 && < 3.2)
++ || (>= 3.1.0.0 && < 3.3)
build-tools: hsc2hs >= 0.67 && < 0.69
ghc-options: -Wall
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/9d495de470356f5fb53b3bddecd5e26e7571b7e7
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/9d495de470356f5fb53b3bddecd5e26e7571b7e7
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/20260106/b99cec70/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list