[Git][haskell-team/DHG_packages][master] blaze-html: patch for newer deps
Clint Adams (@clint)
gitlab at salsa.debian.org
Sun Jan 11 04:56:40 GMT 2026
Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
e0ea0bf7 by Clint Adams at 2026-01-10T23:56:14-05:00
blaze-html: patch for newer deps
- - - - -
4 changed files:
- p/haskell-blaze-html/debian/changelog
- p/haskell-blaze-html/debian/control
- + p/haskell-blaze-html/debian/patches/newer-deps
- + p/haskell-blaze-html/debian/patches/series
Changes:
=====================================
p/haskell-blaze-html/debian/changelog
=====================================
@@ -1,8 +1,12 @@
-haskell-blaze-html (0.9.2.0-2) UNRELEASED; urgency=medium
+haskell-blaze-html (0.9.2.0-2) unstable; urgency=medium
+ [ Scott Talbert ]
* Build using dh-haskell
- -- Scott Talbert <swt at techie.net> Sun, 09 Nov 2025 21:11:43 -0500
+ [ Clint Adams ]
+ * Patch for newer dependencies.
+
+ -- Clint Adams <clint at debian.org> Sat, 10 Jan 2026 23:53:15 -0500
haskell-blaze-html (0.9.2.0-1) unstable; urgency=medium
=====================================
p/haskell-blaze-html/debian/control
=====================================
@@ -19,7 +19,7 @@ Build-Depends:
libghc-hunit-dev (<< 1.7),
libghc-hunit-prof,
libghc-quickcheck2-dev (>= 2.4),
- libghc-quickcheck2-dev (<< 2.15),
+ libghc-quickcheck2-dev (<< 3),
libghc-quickcheck2-prof,
libghc-test-framework-dev (>= 0.4),
libghc-test-framework-dev (<< 0.9),
@@ -32,7 +32,7 @@ Build-Depends-Indep:
ghc-doc,
libghc-blaze-builder-doc,
libghc-blaze-markup-doc,
-Standards-Version: 4.7.0
+Standards-Version: 4.7.3
Homepage: http://jaspervdj.be/blaze
Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-blaze-html
Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-blaze-html]
=====================================
p/haskell-blaze-html/debian/patches/newer-deps
=====================================
@@ -0,0 +1,32 @@
+--- a/blaze-html.cabal
++++ b/blaze-html.cabal
+@@ -1,6 +1,7 @@
+ Cabal-version: >= 1.10
+ Name: blaze-html
+ Version: 0.9.2.0
++x-revision: 1
+ Homepage: http://jaspervdj.be/blaze
+ Bug-Reports: http://github.com/jaspervdj/blaze-html/issues
+ License: BSD3
+@@ -19,8 +20,9 @@ Description:
+ Build-type: Simple
+
+ Tested-with:
++ GHC == 9.10.1
+ GHC == 9.8.2
+- GHC == 9.6.4
++ GHC == 9.6.6
+ GHC == 9.4.8
+ GHC == 9.2.8
+ GHC == 9.0.2
+@@ -92,8 +94,8 @@ Test-suite blaze-html-tests
+
+ Build-depends:
+ HUnit >= 1.2 && < 1.7,
+- QuickCheck >= 2.4 && < 2.15,
+- containers >= 0.3 && < 0.7,
++ QuickCheck >= 2.4 && < 3,
++ containers >= 0.3 && < 0.8,
+ test-framework >= 0.4 && < 0.9,
+ test-framework-hunit >= 0.3 && < 0.4,
+ test-framework-quickcheck2 >= 0.3 && < 0.4,
=====================================
p/haskell-blaze-html/debian/patches/series
=====================================
@@ -0,0 +1 @@
+newer-deps
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/e0ea0bf7ef2543078c63a204abb47261d4876159
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/e0ea0bf7ef2543078c63a204abb47261d4876159
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/74340fed/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list