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

Scott Talbert (@swt2c) gitlab at salsa.debian.org
Tue Jan 6 03:29:33 GMT 2026



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


Commits:
c36199ac by Scott Talbert at 2026-01-05T22:27:17-05:00
hexpat: Patch for newer deps

- - - - -


2 changed files:

- p/haskell-hexpat/debian/changelog
- p/haskell-hexpat/debian/patches/newer-deps


Changes:

=====================================
p/haskell-hexpat/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-hexpat (0.20.13-4) unstable; urgency=medium
+
+  * Patch for newer deps
+
+ -- Scott Talbert <swt at techie.net>  Mon, 05 Jan 2026 22:27:03 -0500
+
 haskell-hexpat (0.20.13-3) unstable; urgency=medium
 
   * Build using dh-haskell


=====================================
p/haskell-hexpat/debian/patches/newer-deps
=====================================
@@ -1,11 +1,14 @@
 --- a/hexpat.cabal
 +++ b/hexpat.cabal
-@@ -142,7 +142,7 @@ Library
+@@ -142,9 +142,9 @@ Library
      base >= 3 && < 5,
      bytestring,
      transformers,
 -    text >= 0.5.0.0 && < 1.3.0.0,
 +    text >= 0.5.0.0 && < 1.3 || >= 2 && < 2.2,
      utf8-string >= 0.3 && < 1.1,
-     deepseq >= 1.1.0.0 && < 1.5.0.0,
+-    deepseq >= 1.1.0.0 && < 1.5.0.0,
++    deepseq >= 1.1.0.0 && < 1.7,
      containers,
+     List >= 0.4.2 && < 0.7
+   Exposed-Modules:



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

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


More information about the Pkg-haskell-commits mailing list