[Git][haskell-team/DHG_packages][master] 4 commits: scotty: Upgrading from 0.20.1+dfsg to 0.22
Ilias Tsitsimpis (@iliastsi)
gitlab at salsa.debian.org
Sat Feb 14 21:27:40 GMT 2026
Ilias Tsitsimpis pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
1adbceaa by Ilias Tsitsimpis at 2026-02-14T23:25:51+02:00
scotty: Upgrading from 0.20.1+dfsg to 0.22
- - - - -
a3e52f2c by Ilias Tsitsimpis at 2026-02-14T23:25:51+02:00
servant-server: Upgrading from 0.20.2 to 0.20.3.0
- - - - -
a4a284ed by Ilias Tsitsimpis at 2026-02-14T23:25:51+02:00
wai-app-file-cgi: Upgrading from 3.1.10 to 3.1.12
- - - - -
43b57ddd by Ilias Tsitsimpis at 2026-02-14T23:25:51+02:00
xmobar: Upgrading from 0.48.1 to 0.50
- - - - -
11 changed files:
- p/haskell-scotty/debian/changelog
- p/haskell-scotty/debian/control
- + p/haskell-scotty/debian/patches/newer-deps
- + p/haskell-scotty/debian/patches/series
- p/haskell-servant-server/debian/changelog
- p/haskell-wai-app-file-cgi/debian/changelog
- p/haskell-wai-app-file-cgi/debian/control
- − p/haskell-wai-app-file-cgi/debian/patches/no-attoparsec-conduit.diff
- − p/haskell-wai-app-file-cgi/debian/patches/series
- p/xmobar/debian/changelog
- p/xmobar/debian/patches/0001-Fix-typo-in-src-Parsers.hs-fix-lintian-warning.patch
Changes:
=====================================
p/haskell-scotty/debian/changelog
=====================================
@@ -1,8 +1,12 @@
-haskell-scotty (0.20.1+dfsg-2) UNRELEASED; urgency=medium
+haskell-scotty (0.22+dfsg-1) unstable; urgency=medium
+ [ Scott Talbert ]
* Build using dh-haskell
- -- Scott Talbert <swt at techie.net> Sun, 09 Nov 2025 21:11:11 -0500
+ [ Ilias Tsitsimpis ]
+ * New upstream release
+
+ -- Ilias Tsitsimpis <iliastsi at debian.org> Sat, 14 Feb 2026 22:59:55 +0200
haskell-scotty (0.20.1+dfsg-1) unstable; urgency=medium
=====================================
p/haskell-scotty/debian/control
=====================================
@@ -4,9 +4,9 @@ Uploaders: Clint Adams <clint at debian.org>
Priority: optional
Section: haskell
Build-Depends: debhelper-compat (= 13),
- haskell-devscripts (>= 0.8),
+ haskell-devscripts-minimal | haskell-devscripts (>= 0.16.42),
dh-sequence-haskell,
- ghc (>= 9.4),
+ ghc,
ghc-prof,
libghc-aeson-dev (>= 0.6.2.1),
libghc-aeson-dev (<< 2.3),
@@ -28,43 +28,41 @@ Build-Depends: debhelper-compat (= 13),
libghc-monad-control-dev (<< 1.1),
libghc-monad-control-prof,
libghc-network-dev (>= 2.6.0.2),
- libghc-network-dev (<< 3.2),
libghc-network-prof,
libghc-regex-compat-dev (>= 0.95.1),
libghc-regex-compat-dev (<< 0.96),
libghc-regex-compat-prof,
+ libghc-resourcet-dev,
+ libghc-resourcet-prof,
libghc-transformers-base-dev (>= 0.4.1),
libghc-transformers-base-dev (<< 0.5),
libghc-transformers-base-prof,
- libghc-transformers-compat-dev (>= 0.4),
- libghc-transformers-compat-dev (<< 0.8),
- libghc-transformers-compat-prof,
libghc-unliftio-dev (>= 0.2),
libghc-unliftio-prof,
libghc-wai-dev (>= 3.0.0),
libghc-wai-dev (<< 3.3),
libghc-wai-prof,
- libghc-wai-extra-dev (>= 3.0.0),
- libghc-wai-extra-dev (<< 3.2),
+ libghc-wai-extra-dev (>= 3.1.14),
libghc-wai-extra-prof,
libghc-warp-dev (>= 3.0.13),
- libghc-warp-dev (<< 3.4),
libghc-warp-prof,
libghc-async-dev,
libghc-async-prof,
+ libghc-doctest-dev (>= 0.20.1),
+ libghc-doctest-prof,
libghc-hspec-dev (>= 2),
libghc-hspec-dev (<< 3),
libghc-hspec-prof,
libghc-hspec-wai-dev (>= 0.6.3),
libghc-hspec-wai-prof,
+ libghc-http-client-dev,
+ libghc-http-client-prof,
libghc-http-types-dev,
- libghc-http-types-prof,
libghc-lifted-base-dev,
libghc-lifted-base-prof,
libghc-network-dev,
- libghc-network-prof,
libghc-wai-dev,
- libghc-wai-prof,
+ libghc-wai-extra-dev,
Build-Depends-Indep: ghc-doc,
libghc-aeson-doc,
libghc-blaze-builder-doc,
@@ -75,8 +73,8 @@ Build-Depends-Indep: ghc-doc,
libghc-monad-control-doc,
libghc-network-doc,
libghc-regex-compat-doc,
+ libghc-resourcet-doc,
libghc-transformers-base-doc,
- libghc-transformers-compat-doc,
libghc-unliftio-doc,
libghc-wai-doc,
libghc-wai-extra-doc,
=====================================
p/haskell-scotty/debian/patches/newer-deps
=====================================
@@ -0,0 +1,29 @@
+Index: b/scotty.cabal
+===================================================================
+--- a/scotty.cabal
++++ b/scotty.cabal
+@@ -1,5 +1,6 @@
+ Name: scotty
+ Version: 0.22
++x-revision: 2
+ Synopsis: Haskell web framework inspired by Ruby's Sinatra, using WAI and Warp
+ Homepage: https://github.com/scotty-web/scotty
+ Bug-reports: https://github.com/scotty-web/scotty/issues
+@@ -81,7 +82,7 @@ Library
+ http-types >= 0.9.1 && < 0.13,
+ monad-control >= 1.0.0.3 && < 1.1,
+ mtl >= 2.1.2 && < 2.4,
+- network >= 2.6.0.2 && < 3.2,
++ network >= 2.6.0.2 ,
+ regex-compat >= 0.95.1 && < 0.96,
+ resourcet,
+ stm,
+@@ -92,7 +93,7 @@ Library
+ unliftio >= 0.2,
+ wai >= 3.0.0 && < 3.3,
+ wai-extra >= 3.1.14,
+- warp >= 3.0.13 && < 3.4
++ warp >= 3.0.13
+
+ if impl(ghc < 8.0)
+ build-depends: fail
=====================================
p/haskell-scotty/debian/patches/series
=====================================
@@ -0,0 +1 @@
+newer-deps
=====================================
p/haskell-servant-server/debian/changelog
=====================================
@@ -1,8 +1,12 @@
-haskell-servant-server (0.20.2-2) UNRELEASED; urgency=medium
+haskell-servant-server (0.20.3.0-1) unstable; urgency=medium
+ [ Scott Talbert ]
* Build using dh-haskell
- -- Scott Talbert <swt at techie.net> Sun, 09 Nov 2025 21:12:05 -0500
+ [ Ilias Tsitsimpis ]
+ * New upstream release
+
+ -- Ilias Tsitsimpis <iliastsi at debian.org> Sat, 14 Feb 2026 23:12:37 +0200
haskell-servant-server (0.20.2-1) unstable; urgency=medium
=====================================
p/haskell-wai-app-file-cgi/debian/changelog
=====================================
@@ -1,8 +1,12 @@
-haskell-wai-app-file-cgi (3.1.10-4) UNRELEASED; urgency=medium
+haskell-wai-app-file-cgi (3.1.12-1) unstable; urgency=medium
+ [ Scott Talbert ]
* Build using dh-haskell
- -- Scott Talbert <swt at techie.net> Sun, 09 Nov 2025 21:11:30 -0500
+ [ Ilias Tsitsimpis ]
+ * New upstream release
+
+ -- Ilias Tsitsimpis <iliastsi at debian.org> Sat, 14 Feb 2026 23:13:41 +0200
haskell-wai-app-file-cgi (3.1.10-3) unstable; urgency=medium
=====================================
p/haskell-wai-app-file-cgi/debian/control
=====================================
@@ -16,11 +16,9 @@ Build-Depends:
libghc-case-insensitive-dev,
libghc-case-insensitive-prof,
libghc-conduit-dev (>= 1.1),
+ libghc-conduit-prof,
libghc-conduit-extra-dev,
libghc-conduit-extra-prof,
- libghc-conduit-prof,
- libghc-data-default-class-dev,
- libghc-data-default-class-prof,
libghc-http-client-dev (>= 0.5),
libghc-http-client-prof,
libghc-http-conduit-dev (>= 2.1),
@@ -39,8 +37,8 @@ Build-Depends:
libghc-static-hash-prof,
libghc-wai-conduit-dev,
libghc-wai-conduit-prof,
- libghc-warp-dev (>= 3.3),
- libghc-warp-dev (<< 3.4),
+ libghc-warp-dev (>= 3.4),
+ libghc-warp-dev (<< 3.5),
libghc-warp-prof,
libghc-word8-dev,
libghc-word8-prof,
@@ -50,7 +48,6 @@ Build-Depends-Indep:
libghc-case-insensitive-doc,
libghc-conduit-doc,
libghc-conduit-extra-doc,
- libghc-data-default-class-doc,
libghc-http-client-doc,
libghc-http-conduit-doc,
libghc-http-date-doc,
=====================================
p/haskell-wai-app-file-cgi/debian/patches/no-attoparsec-conduit.diff deleted
=====================================
@@ -1,10 +0,0 @@
---- a/wai-app-file-cgi.cabal
-+++ b/wai-app-file-cgi.cabal
-@@ -41,7 +41,6 @@
- Build-Depends: base >= 4.9 && < 5
- , array
- , attoparsec >= 0.10.0.0
-- , attoparsec-conduit
- , bytestring
- , case-insensitive
- , conduit >= 1.1
=====================================
p/haskell-wai-app-file-cgi/debian/patches/series deleted
=====================================
@@ -1 +0,0 @@
-no-attoparsec-conduit.diff
=====================================
p/xmobar/debian/changelog
=====================================
@@ -1,8 +1,12 @@
-xmobar (0.48.1-2) UNRELEASED; urgency=medium
+xmobar (0.50-1) unstable; urgency=medium
+ [ Scott Talbert ]
* Build using dh-haskell
- -- Scott Talbert <swt at techie.net> Sun, 09 Nov 2025 21:12:08 -0500
+ [ Ilias Tsitsimpis ]
+ * New upstream release
+
+ -- Ilias Tsitsimpis <iliastsi at debian.org> Sat, 14 Feb 2026 23:19:48 +0200
xmobar (0.48.1-1) unstable; urgency=medium
=====================================
p/xmobar/debian/patches/0001-Fix-typo-in-src-Parsers.hs-fix-lintian-warning.patch
=====================================
@@ -6,9 +6,11 @@ Subject: Fix typo in src/Parsers.hs (fix lintian warning)
src/Parsers.hs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
+Index: b/src/Xmobar/Config/Parse.hs
+===================================================================
--- a/src/Xmobar/Config/Parse.hs
+++ b/src/Xmobar/Config/Parse.hs
-@@ -179,7 +179,7 @@
+@@ -179,7 +179,7 @@ parseConfig defaultConfig =
commandsErr :: String
commandsErr = "commands: this usually means that a command could not" ++
"\nbe parsed." ++
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/compare/6e1e3126b36e2cff6b1350ac7c1c90b58b475ae1...43b57ddd6eafc4532d3c82ca59199c53b669806e
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/compare/6e1e3126b36e2cff6b1350ac7c1c90b58b475ae1...43b57ddd6eafc4532d3c82ca59199c53b669806e
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/20260214/859a0a79/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list