[Git][haskell-team/DHG_packages][master] hakyll: Patch for newer pandoc
Scott Talbert (@swt2c)
gitlab at salsa.debian.org
Fri Mar 6 18:44:26 GMT 2026
Scott Talbert pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
ac226699 by Scott Talbert at 2026-03-06T13:38:35-05:00
hakyll: Patch for newer pandoc
- - - - -
5 changed files:
- p/haskell-hakyll/debian/changelog
- p/haskell-hakyll/debian/control
- + p/haskell-hakyll/debian/patches/newer-deps
- + p/haskell-hakyll/debian/patches/series
- p/haskell-hakyll/debian/watch
Changes:
=====================================
p/haskell-hakyll/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-hakyll (4.16.7.1-2) unstable; urgency=medium
+
+ * Patch for newer pandoc
+
+ -- Scott Talbert <swt at techie.net> Fri, 06 Mar 2026 13:35:27 -0500
+
haskell-hakyll (4.16.7.1-1) unstable; urgency=medium
* Build using dh-haskell
=====================================
p/haskell-hakyll/debian/control
=====================================
@@ -45,7 +45,7 @@ Build-Depends:
libghc-optparse-applicative-dev (<< 0.20),
libghc-optparse-applicative-prof,
libghc-pandoc-dev (>= 3.0),
- libghc-pandoc-dev (<< 3.9),
+ libghc-pandoc-dev (<< 3.10),
libghc-pandoc-prof,
libghc-pandoc-types-dev (>= 1.22),
libghc-pandoc-types-dev (<< 1.24),
=====================================
p/haskell-hakyll/debian/patches/newer-deps
=====================================
@@ -0,0 +1,29 @@
+Index: b/hakyll.cabal
+===================================================================
+--- a/hakyll.cabal
++++ b/hakyll.cabal
+@@ -253,7 +253,7 @@ Library
+ Other-Modules:
+ Hakyll.Web.Pandoc.Binary
+ Build-Depends:
+- pandoc >= 2.11 && < 2.20 || >= 3.0 && < 3.9,
++ pandoc >= 2.11 && < 2.20 || >= 3.0 && < 3.10,
+ pandoc-types >= 1.22 && < 1.24
+ Cpp-options:
+ -DUSE_PANDOC
+@@ -320,7 +320,7 @@ Test-suite hakyll-tests
+ Cpp-options:
+ -DUSE_PANDOC
+ Build-Depends:
+- pandoc >= 2.11 && < 2.20 || >= 3.0 && < 3.9,
++ pandoc >= 2.11 && < 2.20 || >= 3.0 && < 3.10,
+ pandoc-types >= 1.22 && < 1.24
+
+
+@@ -355,5 +355,5 @@ Executable hakyll-website
+ base >= 4.12 && < 5,
+ directory >= 1.0 && < 1.4,
+ filepath >= 1.0 && < 1.6,
+- pandoc >= 2.11 && < 2.20 || >= 3.0 && < 3.9,
++ pandoc >= 2.11 && < 2.20 || >= 3.0 && < 3.10,
+ pandoc-types >= 1.22 && < 1.24
=====================================
p/haskell-hakyll/debian/patches/series
=====================================
@@ -0,0 +1 @@
+newer-deps
=====================================
p/haskell-hakyll/debian/watch
=====================================
@@ -1,2 +1,2 @@
-version=3
+version=4
https://hackage.haskell.org/package/hakyll/distro-monitor .*-([0-9\.]+).(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/ac2266997271e7e6d95c228365c5feadc6ccd5fe
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/ac2266997271e7e6d95c228365c5feadc6ccd5fe
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/20260306/c4e3304d/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list