[Git][haskell-team/DHG_packages][master] hakyll: Upgrading from 4.16.7.1 to 4.17.0.0

Scott Talbert (@swt2c) gitlab at salsa.debian.org
Fri Jun 19 23:33:37 BST 2026



Scott Talbert pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
6212425d by Scott Talbert at 2026-06-19T18:28:58-04:00
hakyll: Upgrading from 4.16.7.1 to 4.17.0.0

- - - - -


3 changed files:

- p/haskell-hakyll/debian/changelog
- p/haskell-hakyll/debian/control
- p/haskell-hakyll/debian/patches/newer-deps


Changes:

=====================================
p/haskell-hakyll/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-hakyll (4.17.0.0-1) unstable; urgency=medium
+
+  * New upstream release
+
+ -- Scott Talbert <swt at techie.net>  Fri, 19 Jun 2026 18:11:58 -0400
+
 haskell-hakyll (4.16.7.1-3) unstable; urgency=medium
 
   * Set LC_ALL=C.UTF-8, lost during dh-haskell port (Closes: #1131170)


=====================================
p/haskell-hakyll/debian/control
=====================================
@@ -17,6 +17,9 @@ Build-Depends:
  libghc-blaze-html-dev (>= 0.5),
  libghc-blaze-html-dev (<< 0.10),
  libghc-blaze-html-prof,
+ libghc-contravariant-dev (>= 1.5),
+ libghc-contravariant-dev (<< 1.6),
+ libghc-contravariant-prof,
  libghc-data-default-dev (>= 0.4),
  libghc-data-default-dev (<< 0.9),
  libghc-data-default-prof,
@@ -45,7 +48,7 @@ Build-Depends:
  libghc-optparse-applicative-dev (<< 0.20),
  libghc-optparse-applicative-prof,
  libghc-pandoc-dev (>= 3.0),
- libghc-pandoc-dev (<< 3.10),
+ libghc-pandoc-dev (<< 3.11),
  libghc-pandoc-prof,
  libghc-pandoc-types-dev (>= 1.22),
  libghc-pandoc-types-dev (<< 1.24),
@@ -81,7 +84,7 @@ Build-Depends:
  libghc-wai-dev (<< 3.3),
  libghc-wai-prof,
  libghc-wai-app-static-dev (>= 3.1),
- libghc-wai-app-static-dev (<< 3.2),
+ libghc-wai-app-static-dev (<< 3.3),
  libghc-wai-app-static-prof,
  libghc-warp-dev (>= 3.2),
  libghc-warp-dev (<< 3.5),
@@ -92,23 +95,25 @@ Build-Depends:
  libghc-yaml-dev (>= 0.8.11),
  libghc-yaml-dev (<< 0.12),
  libghc-yaml-prof,
- libghc-quickcheck2-dev (>= 2.8),
- libghc-quickcheck2-dev (<< 2.16),
- libghc-quickcheck2-prof,
- libghc-tasty-dev (>= 0.11),
- libghc-tasty-dev (<< 1.6),
- libghc-tasty-prof,
- libghc-tasty-golden-dev (>= 2.3),
- libghc-tasty-golden-dev (<< 2.4),
- libghc-tasty-golden-prof,
- libghc-tasty-hunit-dev (>= 0.9),
- libghc-tasty-hunit-dev (<< 0.11),
- libghc-tasty-quickcheck-dev (>= 0.8),
- libghc-tasty-quickcheck-dev (<< 0.12),
- libghc-tasty-quickcheck-prof,
+ libghc-quickcheck2-dev (>= 2.8) <!nocheck>,
+ libghc-quickcheck2-dev (<< 2.19) <!nocheck>,
+ libghc-quickcheck2-prof <!nocheck>,
+ libghc-tasty-dev (>= 0.11) <!nocheck>,
+ libghc-tasty-dev (<< 1.6) <!nocheck>,
+ libghc-tasty-prof <!nocheck>,
+ libghc-tasty-golden-dev (>= 2.3) <!nocheck>,
+ libghc-tasty-golden-dev (<< 2.4) <!nocheck>,
+ libghc-tasty-golden-prof <!nocheck>,
+ libghc-tasty-hunit-dev (>= 0.9) <!nocheck>,
+ libghc-tasty-hunit-dev (<< 0.11) <!nocheck>,
+ libghc-tasty-hunit-prof <!nocheck>,
+ libghc-tasty-quickcheck-dev (>= 0.8) <!nocheck>,
+ libghc-tasty-quickcheck-dev (<< 0.12) <!nocheck>,
+ libghc-tasty-quickcheck-prof <!nocheck>,
 Build-Depends-Indep: ghc-doc,
  libghc-aeson-doc,
  libghc-blaze-html-doc,
+ libghc-contravariant-doc,
  libghc-data-default-doc,
  libghc-file-embed-doc,
  libghc-fsnotify-doc,
@@ -132,7 +137,7 @@ Build-Depends-Indep: ghc-doc,
  libghc-warp-doc,
  libghc-xml-conduit-doc,
  libghc-yaml-doc,
-Standards-Version: 4.7.3
+Standards-Version: 4.7.4
 Homepage: https://jaspervdj.be/hakyll
 Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-hakyll
 Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-hakyll]


=====================================
p/haskell-hakyll/debian/patches/newer-deps
=====================================
@@ -2,28 +2,28 @@ Index: b/hakyll.cabal
 ===================================================================
 --- a/hakyll.cabal
 +++ b/hakyll.cabal
-@@ -253,7 +253,7 @@ Library
+@@ -254,7 +254,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 >= 2.11 && < 2.20 || >= 3.0 && < 3.10,
++      pandoc >= 2.11 && < 2.20 || >= 3.0 && < 3.11,
        pandoc-types >= 1.22 && < 1.24
      Cpp-options:
        -DUSE_PANDOC
-@@ -320,7 +320,7 @@ Test-suite hakyll-tests
+@@ -324,7 +324,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 >= 2.11 && < 2.20 || >= 3.0 && < 3.10,
++      pandoc >= 2.11 && < 2.20 || >= 3.0 && < 3.11,
        pandoc-types >= 1.22 && < 1.24
  
  
-@@ -355,5 +355,5 @@ Executable hakyll-website
+@@ -359,5 +359,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    >= 2.11  && < 2.20 || >= 3.0 && < 3.10,
++    pandoc    >= 2.11  && < 2.20 || >= 3.0 && < 3.11,
      pandoc-types >= 1.22 && < 1.24



View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/6212425dbc9630647e5272ceb4d45144af08ad6b

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/6212425dbc9630647e5272ceb4d45144af08ad6b
You're receiving this email because of your account on salsa.debian.org. Manage all notifications: https://salsa.debian.org/-/profile/notifications | Help: https://salsa.debian.org/help


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-haskell-commits/attachments/20260619/06ff6657/attachment-0001.htm>


More information about the Pkg-haskell-commits mailing list