[Git][haskell-team/DHG_packages][master] http-conduit: patch missing dep in testsuite
Clint Adams (@clint)
gitlab at salsa.debian.org
Mon Oct 23 17:40:36 BST 2023
Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
92a1e897 by Clint Adams at 2023-10-23T12:39:50-04:00
http-conduit: patch missing dep in testsuite
- - - - -
4 changed files:
- p/haskell-http-conduit/debian/changelog
- p/haskell-http-conduit/debian/control
- + p/haskell-http-conduit/debian/patches/fix-testsuite
- + p/haskell-http-conduit/debian/patches/series
Changes:
=====================================
p/haskell-http-conduit/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-http-conduit (2.3.8.1-2) unstable; urgency=medium
+
+ * Patch missing dependency in testsuite.
+
+ -- Clint Adams <clint at debian.org> Mon, 23 Oct 2023 12:36:08 -0400
+
haskell-http-conduit (2.3.8.1-1) unstable; urgency=medium
[ Ilias Tsitsimpis ]
=====================================
p/haskell-http-conduit/debian/control
=====================================
@@ -60,6 +60,7 @@ Build-Depends:
libghc-warp-dev (<< 3.4),
libghc-warp-prof,
libghc-warp-tls-dev,
+ libghc-connection-dev,
netbase,
Build-Depends-Indep:
ghc-doc,
=====================================
p/haskell-http-conduit/debian/patches/fix-testsuite
=====================================
@@ -0,0 +1,10 @@
+--- a/http-conduit.cabal
++++ b/http-conduit.cabal
+@@ -62,6 +62,7 @@ test-suite test
+ build-depends: base >= 4 && < 5
+ , HUnit
+ , hspec >= 1.3
++ , connection
+ , data-default-class
+ , warp-tls
+ , tls < 1.5 || >= 1.5.2
=====================================
p/haskell-http-conduit/debian/patches/series
=====================================
@@ -0,0 +1 @@
+fix-testsuite
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/92a1e8970aeb2c6533981026bd37579c8f595eca
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/92a1e8970aeb2c6533981026bd37579c8f595eca
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/20231023/00145901/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list