[Git][haskell-team/DHG_packages][master] pipes-safe: Patch for newer deps
Scott Talbert (@swt2c)
gitlab at salsa.debian.org
Wed Jan 7 05:34:51 GMT 2026
Scott Talbert pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
73bc1ddd by Scott Talbert at 2026-01-07T00:34:22-05:00
pipes-safe: Patch for newer deps
- - - - -
4 changed files:
- p/haskell-pipes-safe/debian/changelog
- p/haskell-pipes-safe/debian/control
- + p/haskell-pipes-safe/debian/patches/newer-deps
- + p/haskell-pipes-safe/debian/patches/series
Changes:
=====================================
p/haskell-pipes-safe/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-pipes-safe (2.3.5-3) unstable; urgency=medium
+
+ * Patch for newer deps
+
+ -- Scott Talbert <swt at techie.net> Wed, 07 Jan 2026 00:34:12 -0500
+
haskell-pipes-safe (2.3.5-2) unstable; urgency=medium
* Build using dh-haskell
=====================================
p/haskell-pipes-safe/debian/control
=====================================
@@ -21,7 +21,7 @@ Build-Depends:
libghc-pipes-dev (<< 4.4),
libghc-pipes-prof,
libghc-primitive-dev (>= 0.7.0.0),
- libghc-primitive-dev (<< 0.9),
+ libghc-primitive-dev (<< 0.10),
libghc-primitive-prof,
libghc-transformers-base-dev (>= 0.4.4),
libghc-transformers-base-dev (<< 0.5),
=====================================
p/haskell-pipes-safe/debian/patches/newer-deps
=====================================
@@ -0,0 +1,20 @@
+--- a/pipes-safe.cabal
++++ b/pipes-safe.cabal
+@@ -36,14 +36,14 @@ Source-Repository head
+
+ Library
+ Build-Depends:
+- base >= 4.14 && < 4.19,
+- containers >= 0.6.2.1 && < 0.7 ,
++ base >= 4.14 && < 4.22,
++ containers >= 0.6.2.1 && < 0.9 ,
+ exceptions >= 0.10.4 && < 0.11,
+ mtl >= 2.2.2 && < 2.4 ,
+ transformers >= 0.5.6.2 && < 0.7 ,
+ transformers-base >= 0.4.4 && < 0.5 ,
+ monad-control >= 1.0.0.4 && < 1.1 ,
+- primitive >= 0.7.0.0 && < 0.9 ,
++ primitive >= 0.7.0.0 && < 0.10 ,
+ pipes >= 4.3.10 && < 4.4
+ Exposed-Modules:
+ Pipes.Safe,
=====================================
p/haskell-pipes-safe/debian/patches/series
=====================================
@@ -0,0 +1 @@
+newer-deps
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/73bc1ddd9305bbe807a97dbe4a3c7404543555e6
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/73bc1ddd9305bbe807a97dbe4a3c7404543555e6
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/20260107/37153ea3/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list