[Git][haskell-team/DHG_packages][master] http-conduit: Upgrading from 2.3.9 to 2.3.9.1

Clint Adams (@clint) gitlab at salsa.debian.org
Sat Feb 14 00:24:04 GMT 2026



Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
ed71fb63 by Clint Adams at 2026-02-13T19:22:19-05:00
http-conduit: Upgrading from 2.3.9 to 2.3.9.1

- - - - -


4 changed files:

- p/haskell-http-conduit/debian/changelog
- p/haskell-http-conduit/debian/control
- + p/haskell-http-conduit/debian/patches/newer-deps
- + p/haskell-http-conduit/debian/patches/series


Changes:

=====================================
p/haskell-http-conduit/debian/changelog
=====================================
@@ -1,8 +1,12 @@
-haskell-http-conduit (2.3.9-2) UNRELEASED; urgency=medium
+haskell-http-conduit (2.3.9.1-1) unstable; urgency=medium
 
+  [ Scott Talbert ]
   * Build using dh-haskell
 
- -- Scott Talbert <swt at techie.net>  Sun, 09 Nov 2025 21:11:36 -0500
+  [ Clint Adams ]
+  * New upstream version.
+
+ -- Clint Adams <clint at debian.org>  Fri, 13 Feb 2026 19:17:34 -0500
 
 haskell-http-conduit (2.3.9-1) unstable; urgency=medium
 


=====================================
p/haskell-http-conduit/debian/control
=====================================
@@ -36,38 +36,58 @@ Build-Depends:
  libghc-resourcet-prof,
  libghc-unliftio-core-dev,
  libghc-unliftio-core-prof,
- libghc-hunit-dev,
- libghc-aeson-dev,
- libghc-blaze-builder-dev,
- libghc-case-insensitive-dev,
- libghc-conduit-dev (>= 1.1),
- libghc-conduit-extra-dev,
- libghc-cookie-dev,
- libghc-cookie-prof,
- libghc-crypton-connection-dev,
- libghc-crypton-connection-prof,
- libghc-data-default-class-dev,
- libghc-hspec-dev (>= 1.3),
- libghc-http-client-dev,
- libghc-http-types-dev,
- libghc-network-dev,
- libghc-resourcet-dev,
- libghc-streaming-commons-dev,
- libghc-temporary-dev,
- libghc-temporary-prof,
- libghc-tls-dev,
- libghc-tls-prof,
- libghc-unliftio-dev,
- libghc-utf8-string-dev,
- libghc-wai-conduit-dev,
- libghc-wai-conduit-prof,
- libghc-warp-dev (>= 3.0.0.2),
- libghc-warp-dev (<< 3.4),
- libghc-warp-prof,
- libghc-warp-tls-dev,
  netbase,
-Build-Depends-Indep:
- ghc-doc,
+ libghc-hunit-dev <!nocheck>,
+ libghc-hunit-prof <!nocheck>,
+ libghc-aeson-dev <!nocheck>,
+ libghc-aeson-prof <!nocheck>,
+ libghc-attoparsec-aeson-dev (>= 2.1) <!nocheck>,
+ libghc-attoparsec-aeson-prof <!nocheck>,
+ libghc-blaze-builder-dev <!nocheck>,
+ libghc-blaze-builder-prof <!nocheck>,
+ libghc-case-insensitive-dev <!nocheck>,
+ libghc-case-insensitive-prof <!nocheck>,
+ libghc-conduit-dev (>= 1.1) <!nocheck>,
+ libghc-conduit-prof <!nocheck>,
+ libghc-conduit-extra-dev <!nocheck>,
+ libghc-conduit-extra-prof <!nocheck>,
+ libghc-cookie-dev <!nocheck>,
+ libghc-cookie-prof <!nocheck>,
+ libghc-crypton-connection-dev <!nocheck>,
+ libghc-crypton-connection-prof <!nocheck>,
+ libghc-data-default-dev <!nocheck>,
+ libghc-data-default-prof <!nocheck>,
+ libghc-hspec-dev (>= 1.3) <!nocheck>,
+ libghc-hspec-prof <!nocheck>,
+ libghc-http-client-dev <!nocheck>,
+ libghc-http-client-prof <!nocheck>,
+ libghc-http-types-dev <!nocheck>,
+ libghc-http-types-prof <!nocheck>,
+ libghc-network-dev <!nocheck>,
+ libghc-network-prof <!nocheck>,
+ libghc-resourcet-dev <!nocheck>,
+ libghc-resourcet-prof <!nocheck>,
+ libghc-streaming-commons-dev <!nocheck>,
+ libghc-streaming-commons-prof <!nocheck>,
+ libghc-temporary-dev <!nocheck>,
+ libghc-temporary-prof <!nocheck>,
+ libghc-tls-dev (>= 1.5.2) <!nocheck>,
+ libghc-tls-prof <!nocheck>,
+ libghc-unliftio-dev <!nocheck>,
+ libghc-unliftio-prof <!nocheck>,
+ libghc-utf8-string-dev <!nocheck>,
+ libghc-utf8-string-prof <!nocheck>,
+ libghc-wai-dev (>= 3.0) <!nocheck>,
+ libghc-wai-dev (<< 3.3) <!nocheck>,
+ libghc-wai-prof <!nocheck>,
+ libghc-wai-conduit-dev <!nocheck>,
+ libghc-wai-conduit-prof <!nocheck>,
+ libghc-warp-dev (>= 3.0.0.2) <!nocheck>,
+ libghc-warp-dev (<< 3.6) <!nocheck>,
+ libghc-warp-prof <!nocheck>,
+ libghc-warp-tls-dev <!nocheck>,
+ libghc-warp-tls-prof <!nocheck>,
+Build-Depends-Indep: ghc-doc,
  libghc-aeson-doc,
  libghc-attoparsec-doc,
  libghc-attoparsec-aeson-doc,
@@ -78,7 +98,7 @@ Build-Depends-Indep:
  libghc-http-types-doc,
  libghc-resourcet-doc,
  libghc-unliftio-core-doc,
-Standards-Version: 4.7.0
+Standards-Version: 4.7.3
 Homepage: https://github.com/snoyberg/http-client
 Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-http-conduit
 Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-http-conduit]


=====================================
p/haskell-http-conduit/debian/patches/newer-deps
=====================================
@@ -0,0 +1,11 @@
+--- a/http-conduit.cabal
++++ b/http-conduit.cabal
+@@ -77,7 +77,7 @@ test-suite test
+                  , case-insensitive
+                  , unliftio
+                  , wai >= 3.0 && < 3.3
+-                 , warp >= 3.0.0.2 && < 3.4
++                 , warp >= 3.0.0.2 && < 3.6
+                  , wai-conduit
+                  , http-types
+                  , cookie


=====================================
p/haskell-http-conduit/debian/patches/series
=====================================
@@ -0,0 +1 @@
+newer-deps



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

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/ed71fb6365371ff4061f8ba467ec1689cbd57c46
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/61c16bc4/attachment-0001.htm>


More information about the Pkg-haskell-commits mailing list