[Git][haskell-team/DHG_packages][master] xss-sanitize: Patch for newer deps
Scott Talbert (@swt2c)
gitlab at salsa.debian.org
Thu Jan 15 00:35:17 GMT 2026
Scott Talbert pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
a7d66a4e by Scott Talbert at 2026-01-14T19:33:04-05:00
xss-sanitize: Patch for newer deps
- - - - -
3 changed files:
- p/haskell-xss-sanitize/debian/changelog
- + p/haskell-xss-sanitize/debian/patches/newer-deps
- + p/haskell-xss-sanitize/debian/patches/series
Changes:
=====================================
p/haskell-xss-sanitize/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-xss-sanitize (0.3.7.2-4) unstable; urgency=medium
+
+ * Patch for newer deps
+
+ -- Scott Talbert <swt at techie.net> Wed, 14 Jan 2026 19:31:44 -0500
+
haskell-xss-sanitize (0.3.7.2-3) unstable; urgency=medium
[ Scott Talbert ]
=====================================
p/haskell-xss-sanitize/debian/patches/newer-deps
=====================================
@@ -0,0 +1,21 @@
+Index: b/xss-sanitize.cabal
+===================================================================
+--- a/xss-sanitize.cabal
++++ b/xss-sanitize.cabal
+@@ -40,7 +40,7 @@ library
+ , css-text >=0.1.1 && <0.2
+ , network-uri >=2.6
+ , tagsoup >=0.12.2 && <1
+- , text >=0.11 && <2.1
++ , text >=0.11 && <2.2
+ , utf8-string >=0.3 && <1.1
+ default-language: Haskell2010
+
+@@ -64,6 +64,6 @@ test-suite test
+ , hspec >=1.3
+ , network-uri >=2.6
+ , tagsoup >=0.12.2 && <1
+- , text >=0.11 && <2.1
++ , text >=0.11 && <2.2
+ , utf8-string >=0.3 && <1.1
+ default-language: Haskell2010
=====================================
p/haskell-xss-sanitize/debian/patches/series
=====================================
@@ -0,0 +1 @@
+newer-deps
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/a7d66a4e324fa9e020d318cef982d60418eeeb5b
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/a7d66a4e324fa9e020d318cef982d60418eeeb5b
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/7b535c65/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list