[Git][haskell-team/DHG_packages][master] text-ansi: Patch for newer deps
Scott Talbert (@swt2c)
gitlab at salsa.debian.org
Tue Jan 13 03:08:51 GMT 2026
Scott Talbert pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
7118aa0c by Scott Talbert at 2026-01-12T22:06:55-05:00
text-ansi: Patch for newer deps
- - - - -
3 changed files:
- p/haskell-text-ansi/debian/changelog
- + p/haskell-text-ansi/debian/patches/newer-deps
- + p/haskell-text-ansi/debian/patches/series
Changes:
=====================================
p/haskell-text-ansi/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-text-ansi (0.3.0.1-3) unstable; urgency=medium
+
+ * Patch for newer deps
+
+ -- Scott Talbert <swt at techie.net> Mon, 12 Jan 2026 22:05:11 -0500
+
haskell-text-ansi (0.3.0.1-2) unstable; urgency=medium
* Build using dh-haskell
=====================================
p/haskell-text-ansi/debian/patches/newer-deps
=====================================
@@ -0,0 +1,13 @@
+Index: b/text-ansi.cabal
+===================================================================
+--- a/text-ansi.cabal
++++ b/text-ansi.cabal
+@@ -35,7 +35,7 @@ source-repository head
+
+ library
+ build-depends:
+- base ^>= 4.16 || ^>= 4.17 || ^>= 4.18 || ^>= 4.19,
++ base ^>= 4.16 || ^>= 4.17 || ^>= 4.18 || ^>= 4.19 || ^>=4.20 || ^>=4.21,
+ text >= 1.0 && < 2.2,
+ text-builder-linear ^>= 0.1.1,
+ default-language:
=====================================
p/haskell-text-ansi/debian/patches/series
=====================================
@@ -0,0 +1 @@
+newer-deps
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/7118aa0cf6223aedfd8b68713b564e21658253d6
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/7118aa0cf6223aedfd8b68713b564e21658253d6
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/20260113/93b91c67/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list