[Git][haskell-team/DHG_packages][master] wai-handler-launch: Sourceful upload for GHC 9.10
Scott Talbert (@swt2c)
gitlab at salsa.debian.org
Fri Feb 13 23:58:43 GMT 2026
Scott Talbert pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
8128f0e4 by Scott Talbert at 2026-02-13T18:57:06-05:00
wai-handler-launch: Sourceful upload for GHC 9.10
- - - - -
4 changed files:
- p/haskell-wai-handler-launch/debian/changelog
- p/haskell-wai-handler-launch/debian/control
- + p/haskell-wai-handler-launch/debian/patches/newer-deps
- + p/haskell-wai-handler-launch/debian/patches/series
Changes:
=====================================
p/haskell-wai-handler-launch/debian/changelog
=====================================
@@ -1,8 +1,9 @@
-haskell-wai-handler-launch (3.0.3.1-5) UNRELEASED; urgency=medium
+haskell-wai-handler-launch (3.0.3.1-5) unstable; urgency=medium
* Build using dh-haskell
+ * Sourceful upload for GHC 9.10
- -- Scott Talbert <swt at techie.net> Sun, 09 Nov 2025 21:11:44 -0500
+ -- Scott Talbert <swt at techie.net> Fri, 13 Feb 2026 18:54:33 -0500
haskell-wai-handler-launch (3.0.3.1-4) unstable; urgency=medium
=====================================
p/haskell-wai-handler-launch/debian/control
=====================================
@@ -8,7 +8,7 @@ Rules-Requires-Root: no
Build-Depends:
dh-sequence-haskell,
debhelper-compat (= 13),
- ghc (>= 9.6),
+ ghc (>= 9.10),
ghc-prof,
haskell-devscripts (>= 0.13),
libghc-async-dev,
@@ -21,7 +21,7 @@ Build-Depends:
libghc-wai-dev (>= 3.0),
libghc-wai-prof,
libghc-warp-dev (>= 3.0),
- libghc-warp-dev (<< 3.4),
+ libghc-warp-dev (<< 3.5),
libghc-warp-prof,
Build-Depends-Indep:
ghc-doc,
@@ -30,7 +30,7 @@ Build-Depends-Indep:
libghc-streaming-commons-doc,
libghc-wai-doc,
libghc-warp-doc,
-Standards-Version: 4.7.0
+Standards-Version: 4.7.3
Homepage: https://hackage.haskell.org/package/wai-handler-launch
Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-wai-handler-launch
Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-wai-handler-launch]
=====================================
p/haskell-wai-handler-launch/debian/patches/newer-deps
=====================================
@@ -0,0 +1,13 @@
+Index: b/wai-handler-launch.cabal
+===================================================================
+--- a/wai-handler-launch.cabal
++++ b/wai-handler-launch.cabal
+@@ -15,7 +15,7 @@ Library
+ Exposed-modules: Network.Wai.Handler.Launch
+ build-depends: base >= 4 && < 5
+ , wai >= 3.0 && < 3.3
+- , warp >= 3.0 && < 3.4
++ , warp >= 3.0 && < 3.5
+ , http-types >= 0.7
+ , transformers >= 0.2.2
+ , bytestring >= 0.10.4
=====================================
p/haskell-wai-handler-launch/debian/patches/series
=====================================
@@ -0,0 +1 @@
+newer-deps
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/8128f0e41710906e1c4f82303fffe5e9cedf83aa
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/8128f0e41710906e1c4f82303fffe5e9cedf83aa
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/20260213/3a96ef83/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list