[Git][haskell-team/DHG_packages][master] openssl-streams: Patch for newer deps
Scott Talbert (@swt2c)
gitlab at salsa.debian.org
Thu Jan 15 00:05:25 GMT 2026
Scott Talbert pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
ffa22641 by Scott Talbert at 2026-01-14T19:04:55-05:00
openssl-streams: Patch for newer deps
- - - - -
3 changed files:
- p/haskell-openssl-streams/debian/changelog
- p/haskell-openssl-streams/debian/control
- p/haskell-openssl-streams/debian/patches/newer-deps
Changes:
=====================================
p/haskell-openssl-streams/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-openssl-streams (1.2.3.0-5) unstable; urgency=medium
+
+ * Patch for newer deps
+
+ -- Scott Talbert <swt at techie.net> Wed, 14 Jan 2026 19:02:42 -0500
+
haskell-openssl-streams (1.2.3.0-4) unstable; urgency=medium
* Build using dh-haskell
=====================================
p/haskell-openssl-streams/debian/control
=====================================
@@ -18,7 +18,7 @@ Build-Depends:
libghc-io-streams-dev (<< 1.6),
libghc-io-streams-prof,
libghc-network-dev (>= 2.4),
- libghc-network-dev (<< 3.2),
+ libghc-network-dev (<< 3.3),
libghc-network-prof,
Build-Depends-Indep:
ghc-doc,
=====================================
p/haskell-openssl-streams/debian/patches/newer-deps
=====================================
@@ -9,12 +9,16 @@ Index: b/openssl-streams.cabal
License: BSD3
License-file: LICENSE
Category: Network, IO-Streams
-@@ -29,7 +30,7 @@ Library
+@@ -29,10 +30,10 @@ Library
Exposed-modules: System.IO.Streams.SSL
Build-depends: base >= 4 && <5,
- bytestring >= 0.9.2 && <0.11,
-+ bytestring >= 0.9.2 && <0.12,
++ bytestring >= 0.9.2 && <0.13,
HsOpenSSL >= 0.10.3 && <0.12,
io-streams >= 1.0 && <1.6,
- network >= 2.4 && <3.2
+- network >= 2.4 && <3.2
++ network >= 2.4 && <3.3
+
+
+ ------------------------------------------------------------------------------
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/ffa226416451f9f5efff391e50a1ae43af246750
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/ffa226416451f9f5efff391e50a1ae43af246750
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/20260115/bb1172f8/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list