[Git][haskell-team/DHG_packages][master] io-streams: Patch for newer deps

Scott Talbert (@swt2c) gitlab at salsa.debian.org
Wed Jan 14 03:29:28 GMT 2026



Scott Talbert pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
f822990e by Scott Talbert at 2026-01-13T22:27:33-05:00
io-streams: Patch for newer deps

- - - - -


3 changed files:

- p/haskell-io-streams/debian/changelog
- p/haskell-io-streams/debian/control
- p/haskell-io-streams/debian/patches/newer-deps


Changes:

=====================================
p/haskell-io-streams/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-io-streams (1.5.2.2-5) unstable; urgency=medium
+
+  * Patch for newer deps
+
+ -- Scott Talbert <swt at techie.net>  Tue, 13 Jan 2026 22:20:50 -0500
+
 haskell-io-streams (1.5.2.2-4) unstable; urgency=medium
 
   * Build using dh-haskell


=====================================
p/haskell-io-streams/debian/control
=====================================
@@ -15,10 +15,10 @@ Build-Depends:
  libghc-attoparsec-dev (<< 0.15),
  libghc-attoparsec-prof,
  libghc-network-dev (>= 2.3),
- libghc-network-dev (<< 3.2),
+ libghc-network-dev (<< 4),
  libghc-network-prof,
  libghc-primitive-dev (>= 0.2),
- libghc-primitive-dev (<< 0.9),
+ libghc-primitive-dev (<< 0.10),
  libghc-primitive-prof,
  libghc-vector-dev (>= 0.7),
  libghc-vector-dev (<< 0.14),


=====================================
p/haskell-io-streams/debian/patches/newer-deps
=====================================
@@ -9,14 +9,46 @@ Index: b/io-streams.cabal
  License:             BSD3
  License-file:        LICENSE
  Category:            Data, Network, IO-Streams
-@@ -140,8 +141,8 @@ Library
+@@ -140,11 +141,11 @@ Library
  
    Build-depends:     base               >= 4     && <5,
                       attoparsec         >= 0.10  && <0.15,
 -                     bytestring         >= 0.9   && <0.12,
 -                     primitive          >= 0.2   && <0.8,
 +                     bytestring         >= 0.9   && <0.13,
-+                     primitive          >= 0.2   && <0.9,
++                     primitive          >= 0.2   && <0.10,
                       process            >= 1.1   && <1.7,
-                      text               >=0.10   && <1.3  || >= 2.0 && <2.1,
-                      time               >= 1.2   && <1.13,
+-                     text               >=0.10   && <1.3  || >= 2.0 && <2.1,
+-                     time               >= 1.2   && <1.13,
++                     text               >=0.10   && <1.3  || >= 2.0 && <2.2,
++                     time               >= 1.2   && <1.16,
+                      transformers       >= 0.2   && <0.7,
+                      vector             >= 0.7   && <0.14
+ 
+@@ -162,7 +163,7 @@ Library
+   if flag(Network)
+     Exposed-modules: System.IO.Streams.Network
+     Other-modules:   System.IO.Streams.Internal.Network
+-    Build-depends:   network            >= 2.3   && <3.2
++    Build-depends:   network            >= 2.3   && <4
+     cpp-options:     -DENABLE_NETWORK
+ 
+   other-extensions:
+@@ -230,7 +231,7 @@ Test-suite testsuite
+     Other-modules:   System.IO.Streams.Tests.Zlib,
+                      System.IO.Streams.Zlib
+     Build-depends:   zlib-bindings,
+-                     zlib                       >= 0.5      && <0.7
++                     zlib                       >= 0.5      && <0.8
+     cpp-options:     -DENABLE_ZLIB
+ 
+   if flag(Network)
+@@ -243,7 +244,7 @@ Test-suite testsuite
+   Build-depends:     base,
+                      attoparsec,
+                      bytestring,
+-                     deepseq            >= 1.2   && <1.5,
++                     deepseq            >= 1.2   && <1.6,
+                      directory          >= 1.1   && <2,
+                      filepath           >= 1.2   && <2,
+                      mtl                >= 2     && <3,



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

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


More information about the Pkg-haskell-commits mailing list