[Git][haskell-team/DHG_packages][master] wl-pprint-annotated: Patch for newer deps
Scott Talbert (@swt2c)
gitlab at salsa.debian.org
Sun Jan 11 21:47:31 GMT 2026
Scott Talbert pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
e809fd4f by Scott Talbert at 2026-01-11T16:45:38-05:00
wl-pprint-annotated: Patch for newer deps
- - - - -
3 changed files:
- p/haskell-wl-pprint-annotated/debian/changelog
- p/haskell-wl-pprint-annotated/debian/patches/newer-deps
- p/haskell-wl-pprint-annotated/debian/patches/rtsopts_remove_N.patch
Changes:
=====================================
p/haskell-wl-pprint-annotated/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-wl-pprint-annotated (0.1.0.1-8) unstable; urgency=medium
+
+ * Patch for newer deps
+
+ -- Scott Talbert <swt at techie.net> Sun, 11 Jan 2026 16:42:21 -0500
+
haskell-wl-pprint-annotated (0.1.0.1-7) unstable; urgency=medium
* Build using dh-haskell
=====================================
p/haskell-wl-pprint-annotated/debian/patches/newer-deps
=====================================
@@ -10,21 +10,29 @@ Index: b/wl-pprint-annotated.cabal
synopsis: Pretty printer with annotation support
cabal-version: >= 1.10
license: BSD3
-@@ -34,7 +35,7 @@ library
+@@ -32,9 +33,9 @@ library
+ ghc-options: -Wall
+ build-depends:
base >=4.8 && <5,
- containers >=0.4 && <0.7,
+- containers >=0.4 && <0.7,
++ containers >=0.4 && <0.9,
deepseq >=1.4 && <1.6,
- text >=0.11 && <1.3
-+ text >=0.11 && <2.1
++ text >=0.11 && <2.2
if impl(ghc < 8.0)
build-depends:
semigroups >=0.9 && <1
-@@ -59,7 +60,7 @@ test-suite wl-pprint
+@@ -55,11 +56,11 @@ test-suite wl-pprint
+ ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N
+ build-depends:
+ base >=4.8 && <5,
+- containers >=0.4 && <0.7,
++ containers >=0.4 && <0.9,
deepseq >=1.4 && <1.6,
tasty,
tasty-hunit,
- text >=0.11 && <1.3,
-+ text >=0.11 && <2.1,
++ text >=0.11 && <2.2,
wl-pprint-annotated
if impl(ghc < 8.0)
build-depends:
=====================================
p/haskell-wl-pprint-annotated/debian/patches/rtsopts_remove_N.patch
=====================================
@@ -14,4 +14,4 @@ Index: b/wl-pprint-annotated.cabal
+ ghc-options: -Wall -threaded
build-depends:
base >=4.8 && <5,
- containers >=0.4 && <0.7,
+ containers >=0.4 && <0.9,
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/e809fd4f6c7b63bf70ea04cabb80cdc7460c73e7
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/e809fd4f6c7b63bf70ea04cabb80cdc7460c73e7
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/20260111/07e40c03/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list