[Git][haskell-team/DHG_packages][master] soap-tls: Patch for newer dependencies
Ilias Tsitsimpis (@iliastsi)
gitlab at salsa.debian.org
Fri Aug 5 17:33:23 BST 2022
Ilias Tsitsimpis pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
28958795 by Ilias Tsitsimpis at 2022-08-05T19:32:02+03:00
soap-tls: Patch for newer dependencies
- - - - -
2 changed files:
- p/haskell-soap-tls/debian/changelog
- p/haskell-soap-tls/debian/patches/newer-deps
Changes:
=====================================
p/haskell-soap-tls/debian/changelog
=====================================
@@ -1,8 +1,9 @@
-haskell-soap-tls (0.1.1.4-5) UNRELEASED; urgency=medium
+haskell-soap-tls (0.1.1.4-5) unstable; urgency=medium
* Declare compliance with Debian policy 4.6.1
+ * Patch for newer dependencies
- -- Ilias Tsitsimpis <iliastsi at debian.org> Tue, 28 Jun 2022 15:33:07 +0300
+ -- Ilias Tsitsimpis <iliastsi at debian.org> Fri, 05 Aug 2022 19:31:51 +0300
haskell-soap-tls (0.1.1.4-4) unstable; urgency=medium
=====================================
p/haskell-soap-tls/debian/patches/newer-deps
=====================================
@@ -1,13 +1,15 @@
+Index: b/soap-tls.cabal
+===================================================================
--- a/soap-tls.cabal
+++ b/soap-tls.cabal
@@ -1,5 +1,6 @@
name: soap-tls
version: 0.1.1.4
-+x-revision: 1
++x-revision: 2
synopsis: TLS-enabled SOAP transport (using tls package)
description:
TLS-enabled SOAP transport (using tls package)
-@@ -30,7 +31,7 @@
+@@ -30,11 +31,11 @@ library
base >= 4.8 && <5
, soap >= 0.2.2 && < 0.3
, configurator >= 0.3 && < 1.0
@@ -16,3 +18,8 @@
, data-default >= 0.5.3 && < 1.0
, http-client >= 0.2 && < 1.0
, http-client-tls >= 0.2.4 && < 0.4
+- , text >= 1.2.2.1 && < 1.3
++ , text >= 1.2.2.1 && < 2.1
+ , tls >= 1.3.8 && < 2.0
+ , x509 >= 1.6.3 && < 2.0
+ , x509-store >= 1.6.1 && < 2.0
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/28958795facd365f743e4aa08b80cf57468efee9
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/28958795facd365f743e4aa08b80cf57468efee9
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/20220805/9f55c551/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list