[Git][haskell-team/DHG_packages][master] 4 commits: cabal-debian: Upgrading from 5.4.1 to 5.5

Ilias Tsitsimpis (@iliastsi) gitlab at salsa.debian.org
Sun Feb 15 07:56:07 GMT 2026



Ilias Tsitsimpis pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
f2e9dfb5 by Ilias Tsitsimpis at 2026-02-15T09:40:12+02:00
cabal-debian: Upgrading from 5.4.1 to 5.5

- - - - -
2b02623e by Ilias Tsitsimpis at 2026-02-15T09:41:43+02:00
pandoc-server: Upgrading from 0.1.0.5 to 0.1.0.11

- - - - -
f80ca0e0 by Ilias Tsitsimpis at 2026-02-15T09:42:21+02:00
yesod-form: Upgrading from 1.7.6 to 1.7.9

- - - - -
79ab24b7 by Ilias Tsitsimpis at 2026-02-15T09:54:31+02:00
mighttpd2: Upgrading from 4.0.3 to 4.0.9

- - - - -


9 changed files:

- p/cabal-debian/debian/changelog
- p/cabal-debian/debian/control
- p/haskell-pandoc-server/debian/changelog
- p/haskell-pandoc-server/debian/control
- p/haskell-yesod-form/debian/changelog
- p/mighttpd2/debian/changelog
- p/mighttpd2/debian/control
- − p/mighttpd2/debian/patches/fix-tests
- − p/mighttpd2/debian/patches/series


Changes:

=====================================
p/cabal-debian/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+cabal-debian (5.5-1) unstable; urgency=medium
+
+  * New upstream release
+
+ -- Ilias Tsitsimpis <iliastsi at debian.org>  Sun, 15 Feb 2026 09:39:42 +0200
+
 cabal-debian (5.4.1-2) unstable; urgency=medium
 
   * Cleanup the bogus Build-Depends-Indeps that were added by a 'dht


=====================================
p/cabal-debian/debian/control
=====================================
@@ -18,7 +18,7 @@ Build-Depends: debhelper-compat (= 13),
  libghc-hunit-prof,
  libghc-data-default-dev,
  libghc-data-default-prof,
- libghc-debian-dev (>= 4.0.5),
+ libghc-debian-dev (>= 4.1.2),
  libghc-debian-prof,
  libghc-exceptions-dev,
  libghc-exceptions-prof,
@@ -31,6 +31,8 @@ Build-Depends: debhelper-compat (= 13),
  libghc-optparse-applicative-dev (>= 0.11),
  libghc-optparse-applicative-dev (<< 0.20),
  libghc-optparse-applicative-prof,
+ libghc-ordered-containers-dev (>= 0.2),
+ libghc-ordered-containers-prof,
  libghc-prettyprinter-dev,
  libghc-prettyprinter-prof,
  libghc-puremd5-dev,


=====================================
p/haskell-pandoc-server/debian/changelog
=====================================
@@ -1,8 +1,12 @@
-haskell-pandoc-server (0.1.0.5-2) UNRELEASED; urgency=medium
+haskell-pandoc-server (0.1.0.11-1) unstable; urgency=medium
 
+  [ Scott Talbert ]
   * Build using dh-haskell
 
- -- Scott Talbert <swt at techie.net>  Sun, 09 Nov 2025 21:11:13 -0500
+  [ Ilias Tsitsimpis ]
+  * New upstream release
+
+ -- Ilias Tsitsimpis <iliastsi at debian.org>  Sun, 15 Feb 2026 09:41:43 +0200
 
 haskell-pandoc-server (0.1.0.5-1) unstable; urgency=medium
 


=====================================
p/haskell-pandoc-server/debian/control
=====================================
@@ -16,12 +16,13 @@ Build-Depends: debhelper-compat (= 13),
  libghc-base64-bytestring-dev (<< 1.3),
  libghc-base64-bytestring-prof,
  libghc-data-default-dev (>= 0.4),
- libghc-data-default-dev (<< 0.8),
+ libghc-data-default-dev (<< 0.9),
  libghc-data-default-prof,
  libghc-doctemplates-dev (>= 0.11),
  libghc-doctemplates-dev (<< 0.12),
  libghc-doctemplates-prof,
- libghc-pandoc-dev (>= 3.0),
+ libghc-pandoc-dev (>= 3.5),
+ libghc-pandoc-dev (<< 3.8),
  libghc-pandoc-prof,
  libghc-pandoc-types-dev (>= 1.22),
  libghc-pandoc-types-dev (<< 1.24),


=====================================
p/haskell-yesod-form/debian/changelog
=====================================
@@ -1,8 +1,12 @@
-haskell-yesod-form (1.7.6-3) UNRELEASED; urgency=medium
+haskell-yesod-form (1.7.9-1) unstable; urgency=medium
 
+  [ Scott Talbert ]
   * Build using dh-haskell
 
- -- Scott Talbert <swt at techie.net>  Sun, 09 Nov 2025 21:11:08 -0500
+  [ Ilias Tsitsimpis ]
+  * New upstream release
+
+ -- Ilias Tsitsimpis <iliastsi at debian.org>  Sun, 15 Feb 2026 09:42:20 +0200
 
 haskell-yesod-form (1.7.6-2) unstable; urgency=medium
 


=====================================
p/mighttpd2/debian/changelog
=====================================
@@ -1,12 +1,13 @@
-mighttpd2 (4.0.3-3) UNRELEASED; urgency=medium
+mighttpd2 (4.0.9-1) unstable; urgency=medium
 
   [ Ilias Tsitsimpis ]
   * Declare compliance with Debian policy 4.7.0
+  * New upstream release
 
   [ Scott Talbert ]
   * Build using dh-haskell
 
- -- Ilias Tsitsimpis <iliastsi at debian.org>  Wed, 11 Sep 2024 15:18:46 +0300
+ -- Ilias Tsitsimpis <iliastsi at debian.org>  Sun, 15 Feb 2026 09:43:15 +0200
 
 mighttpd2 (4.0.3-2) unstable; urgency=medium
 


=====================================
p/mighttpd2/debian/control
=====================================
@@ -6,69 +6,40 @@ Priority: optional
 Section: web
 Rules-Requires-Root: no
 Build-Depends: debhelper-compat (= 13),
- haskell-devscripts (>= 0.13),
+ haskell-devscripts-minimal | haskell-devscripts (>= 0.16.42),
  dh-sequence-haskell,
- ghc (>= 8.4.3),
+ ghc,
  libghc-async-dev,
  libghc-auto-update-dev,
- libghc-auto-update-prof,
  libghc-byteorder-dev,
  libghc-case-insensitive-dev,
  libghc-conduit-dev (>= 1.1),
  libghc-conduit-extra-dev,
  libghc-http-date-dev,
  libghc-http-types-dev,
- libghc-http-types-prof,
+ libghc-http2-dev,
  libghc-network-dev,
  libghc-resourcet-dev,
- libghc-resourcet-prof,
  libghc-split-dev,
- libghc-split-prof,
  libghc-streaming-commons-dev,
- libghc-time-dev,
- libghc-transformers-dev,
+ libghc-tls-dev,
  libghc-unix-time-dev,
- libghc-unix-time-prof,
- libghc-unliftio-dev,
- libghc-unliftio-prof,
  libghc-unordered-containers-dev,
  libghc-wai-dev (>= 3.2),
  libghc-wai-dev (<< 3.3),
- libghc-wai-prof,
  libghc-wai-app-file-cgi-dev (>= 3.1.9),
  libghc-wai-app-file-cgi-dev (<< 3.2),
- libghc-wai-app-file-cgi-prof,
- libghc-warp-dev (>= 3.3.15),
- libghc-warp-dev (<< 3.4),
- libghc-warp-prof,
+ libghc-warp-dev (>= 3.4),
+ libghc-warp-dev (<< 3.5),
+ libghc-warp-tls-dev,
  libghc-http-client-dev (>= 0.5),
  libghc-old-locale-dev,
- libghc-old-locale-prof,
  libghc-time-manager-dev,
- libghc-time-manager-prof,
+ libghc-tls-session-manager-dev (>= 0.0.5),
  libghc-wai-logger-dev (>= 2.3.0),
- libghc-wai-logger-prof,
- libghc-warp-dev (>= 3.3.13),
+ libghc-warp-tls-dev (>= 3.2.12),
+ libghc-warp-tls-dev (<< 3.5),
  libghc-hspec-dev (>= 1.3),
-Build-Depends-Indep: ghc-doc,
- libghc-async-doc,
- libghc-auto-update-doc,
- libghc-byteorder-doc,
- libghc-case-insensitive-doc,
- libghc-conduit-doc,
- libghc-conduit-extra-doc,
- libghc-http-date-doc,
- libghc-http-types-doc,
- libghc-network-doc,
- libghc-resourcet-doc,
- libghc-split-doc,
- libghc-streaming-commons-doc,
- libghc-unix-time-doc,
- libghc-unliftio-doc,
- libghc-unordered-containers-doc,
- libghc-wai-doc,
- libghc-wai-app-file-cgi-doc,
- libghc-warp-doc,
 Standards-Version: 4.7.0
 Homepage: https://kazu-yamamoto.github.io/mighttpd2/
 Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/mighttpd2


=====================================
p/mighttpd2/debian/patches/fix-tests deleted
=====================================
@@ -1,83 +0,0 @@
-From ec51acfc7c663451041de45d1ff1d550b240af3c Mon Sep 17 00:00:00 2001
-From: Felix Yan <felixonmars at archlinux.org>
-Date: Wed, 21 Jun 2023 03:20:26 +0800
-Subject: [PATCH] Fix QUIC addr in ConfigSpec.hs
-
-The addrs were updated in https://github.com/kazu-yamamoto/mighttpd2/commit/499723135a202f573bb60cdfb62c346c53c42c5c without updating the tests, resulting in following test failures:
-
-```
-Failures:
-
-  test/ConfigSpec.hs:14:45:
-  1) Config.parseConfig parses example.conf correctly
-       expected: @@ 21 lines omitted @@
-                   opt_tls_chain_files = "chain.pem",
-                   opt_tls_key_file = "privkey.pem",
-                   opt_quic_port = 443,
-                   opt_quic_addr = ["127.0.0.1", "::1"],
-                   opt_quic_debug_dir = Nothing,
-                   opt_quic_qlog_dir = Nothing,
-                   opt_server_name = "foo",
-                   opt_routing_file = Nothing
-                 }
-        but got: @@ 21 lines omitted @@
-                   opt_tls_chain_files = "chain.pem",
-                   opt_tls_key_file = "privkey.pem",
-                   opt_quic_port = 443,
-                   opt_quic_addr = ["0.0.0.0", "::"],
-                   opt_quic_debug_dir = Nothing,
-                   opt_quic_qlog_dir = Nothing,
-                   opt_server_name = "foo",
-                   opt_routing_file = Nothing
-                 }
-
-  To rerun use: --match "/Config/parseConfig/parses example.conf correctly/"
-
-  test/ConfigSpec.hs:20:45:
-  2) Config.parseDhall parses example.dhall correctly
-       expected: @@ 21 lines omitted @@
-                   opt_tls_chain_files = "chain.pem",
-                   opt_tls_key_file = "privkey.pem",
-                   opt_quic_port = 443,
-                   opt_quic_addr = ["127.0.0.1", "::1"],
-                   opt_quic_debug_dir = Nothing,
-                   opt_quic_qlog_dir = Nothing,
-                   opt_server_name = "foo",
-                   opt_routing_file = Nothing
-                 }
-        but got: @@ 21 lines omitted @@
-                   opt_tls_chain_files = "chain.pem",
-                   opt_tls_key_file = "privkey.pem",
-                   opt_quic_port = 443,
-                   opt_quic_addr = ["0.0.0.0", "::"],
-                   opt_quic_debug_dir = Nothing,
-                   opt_quic_qlog_dir = Nothing,
-                   opt_server_name = "foo",
-                   opt_routing_file = Nothing
-                 }
-
-  To rerun use: --match "/Config/parseDhall/parses example.dhall correctly/"
-
-Randomized with seed 254466943
-
-Finished in 0.0099 seconds
-3 examples, 2 failures
-Test suite spec: FAIL
-```
----
- test/ConfigSpec.hs | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-Index: b/test/ConfigSpec.hs
-===================================================================
---- a/test/ConfigSpec.hs
-+++ b/test/ConfigSpec.hs
-@@ -44,7 +44,7 @@ ans = Option
-     , opt_tls_cert_file   = "cert.pem"
-     , opt_tls_chain_files = "chain.pem"
-     , opt_tls_key_file    = "privkey.pem"
--    , opt_quic_addr = ["127.0.0.1","::1"]
-+    , opt_quic_addr = ["0.0.0.0","::"]
-     , opt_quic_port = 443
-     , opt_quic_debug_dir = Nothing
-     , opt_quic_qlog_dir  = Nothing


=====================================
p/mighttpd2/debian/patches/series deleted
=====================================
@@ -1 +0,0 @@
-fix-tests



View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/compare/7eebe952d36751ff5208ccc02a666b1490ac595b...79ab24b7b67115d9e4b65d88e81ed68517a675bc

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/compare/7eebe952d36751ff5208ccc02a666b1490ac595b...79ab24b7b67115d9e4b65d88e81ed68517a675bc
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/20260215/c1c9c44d/attachment-0001.htm>


More information about the Pkg-haskell-commits mailing list